From a862b840d209d766100da6e3774360e56f1ff423 Mon Sep 17 00:00:00 2001 From: Jared Erickson Date: Thu, 21 May 2020 15:55:01 -0700 Subject: [PATCH] Release 0.6.0 --- build.gradle | 4 ++-- settings.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index de28c72..2cff958 100755 --- a/build.gradle +++ b/build.gradle @@ -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 { @@ -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" diff --git a/settings.gradle b/settings.gradle index 10abfe5..2486562 100644 --- a/settings.gradle +++ b/settings.gradle @@ -3,4 +3,4 @@ pluginManagement { gradlePluginPortal() } } -rootProject.name = 'mbtilesserver' +rootProject.name = 'MBTilesServer'