From c3d077574c7f2f8d76bac2ee3360e9139f4a8377 Mon Sep 17 00:00:00 2001 From: jericks Date: Sat, 4 Jun 2016 11:51:59 -0700 Subject: [PATCH] Release version 0.1.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c76a66e..d46811e 100755 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { compile "org.springframework.boot:spring-boot-starter-web" compile "org.springframework.boot:spring-boot-starter-thymeleaf" compile 'org.codehaus.groovy:groovy-all:2.4.6' - compile("org.geoscript:geoscript-groovy:1.7-SNAPSHOT") { + compile("org.geoscript:geoscript-groovy:1.7.0") { exclude module: "gt-shapefile" exclude module: "gt-jdbc-postgis" exclude module: "gt-jdbc-h2"