From ed87c502f54e51873cb5ca9a9825ab1489f42e83 Mon Sep 17 00:00:00 2001 From: Jared Erickson Date: Tue, 23 Mar 2021 16:14:47 -0700 Subject: [PATCH] Release 1.17.0 --- README.rst | 6 +++--- doc/conf.py | 4 ++-- doc/gradle.rst | 2 +- doc/mavenapp.rst | 2 +- doc/mavenwebappjndi.rst | 2 +- pom.xml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 57dd8feb0..2866bbc0a 100644 --- a/README.rst +++ b/README.rst @@ -127,7 +127,7 @@ and then include the GeoScript Groovy dependency:: org.geoscript geoscript-groovy - 1.16.0 + 1.17.0 Versions @@ -136,7 +136,7 @@ Versions +-----------+----------+-----------+--------+----------+ | GeoScript | GeoTools | GeoServer | JTS | Groovy | +-----------+----------+-----------+--------+----------+ -| 1.17 | 25 | 2.19 | 1.17.1 | 3.0.6 | +| 1.17 | 25 | 2.19 | 1.18.1 | 3.0.7 | +-----------+----------+-----------+--------+----------+ | 1.16 | 24 | 2.18 | 1.17.1 | 3.0.5 | +-----------+----------+-----------+--------+----------+ @@ -176,7 +176,7 @@ Versions API Groovy Docs --------------- -`1.17-SNAPSHOT `_ +`1.17.0 `_ `1.16.0 `_ diff --git a/doc/conf.py b/doc/conf.py index c28788031..050be9e01 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -45,9 +45,9 @@ # built documents. # # The short X.Y version. -version = '1.16.0' +version = '1.17.0' # The full version, including alpha/beta/rc tags. -release = '1.16.0' +release = '1.17.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/gradle.rst b/doc/gradle.rst index 9977286fd..a3a219a5f 100644 --- a/doc/gradle.rst +++ b/doc/gradle.rst @@ -51,7 +51,7 @@ Then edit the build.gradle file. } dependencies { - compile "org.geoscript:geoscript-groovy:1.16.0" + compile "org.geoscript:geoscript-groovy:1.17.0" } task wrapper(type: Wrapper) { diff --git a/doc/mavenapp.rst b/doc/mavenapp.rst index f40c8af04..abd816803 100644 --- a/doc/mavenapp.rst +++ b/doc/mavenapp.rst @@ -31,7 +31,7 @@ Add geoscript as a dependency in pom.xml. org.geoscript geoscript-groovy - 1.16.0 + 1.17.0 diff --git a/doc/mavenwebappjndi.rst b/doc/mavenwebappjndi.rst index c7425e586..9b04d7b7d 100644 --- a/doc/mavenwebappjndi.rst +++ b/doc/mavenwebappjndi.rst @@ -42,7 +42,7 @@ Add geoscript as a dependency in the **pom.xml** file: org.geoscript geoscript-groovy - 1.16.0 + 1.17.0 diff --git a/pom.xml b/pom.xml index 90d091315..3dd62606f 100755 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.geoscript geoscript-groovy jar - 1.17-SNAPSHOT + 1.17.0 osgeo-releases