Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed May 21, 2020
1 parent b0e088d commit a862b84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'groovy'
apply plugin: 'io.spring.dependency-management'

group = 'org.cugos'
version = '0.6.0-SNAPSHOT'
version = '0.6.0'
sourceCompatibility = '1.8'

jar {
Expand Down Expand Up @@ -52,7 +52,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.codehaus.groovy:groovy'
implementation("org.geoscript:geoscript-groovy:1.13.0") {
implementation("org.geoscript:geoscript-groovy:1.14.0") {
exclude module: "gt-shapefile"
exclude module: "gt-jdbc-postgis"
exclude module: "gt-jdbc-h2"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pluginManagement {
gradlePluginPortal()
}
}
rootProject.name = 'mbtilesserver'
rootProject.name = 'MBTilesServer'

0 comments on commit a862b84

Please sign in to comment.