Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed Mar 17, 2019
1 parent 2e7b2a4 commit 7999a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'org.springframework.boot'

jar {
baseName = 'mbtilesserver'
version = '0.5.0-SNAPSHOT'
version = '0.5.0'
}

sourceSets {
Expand Down Expand Up @@ -54,7 +54,7 @@ dependencies {
compile("org.springframework.boot:spring-boot-devtools")
compile "org.springframework.boot:spring-boot-starter-web"
compile "org.springframework.boot:spring-boot-starter-thymeleaf"
compile("org.geoscript:geoscript-groovy:1.13-SNAPSHOT") {
compile("org.geoscript:geoscript-groovy:1.13.0") {
exclude module: "gt-shapefile"
exclude module: "gt-jdbc-postgis"
exclude module: "gt-jdbc-h2"
Expand Down

0 comments on commit 7999a00

Please sign in to comment.