From a216a4e96d7967c89088991f3ee5e8b5781eef9d Mon Sep 17 00:00:00 2001 From: Jared Erickson Date: Sat, 21 Oct 2023 09:28:44 -0700 Subject: [PATCH] Release 1.21.0 --- README.rst | 4 +++- doc/conf.py | 4 ++-- doc/docs.rst | 10 ++++++++++ doc/gradle.rst | 2 +- doc/mavenapp.rst | 2 +- doc/mavenwebappjndi.rst | 2 +- doc/quickstart.rst | 4 ++-- doc/releases.rst | 4 ++++ pom.xml | 4 ++-- 9 files changed, 26 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index 12e122357..ace7d1520 100644 --- a/README.rst +++ b/README.rst @@ -127,7 +127,7 @@ and then include the GeoScript Groovy dependency:: org.geoscript geoscript-groovy - 1.20.0 + 1.21.0 Docker @@ -199,6 +199,8 @@ Versions API Groovy Docs --------------- +`1.21.0 `_ + `1.20.0 `_ `1.19.0 `_ diff --git a/doc/conf.py b/doc/conf.py index 050be9e01..b231539e4 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -45,9 +45,9 @@ # built documents. # # The short X.Y version. -version = '1.17.0' +version = '1.21.0' # The full version, including alpha/beta/rc tags. -release = '1.17.0' +release = '1.21.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/docs.rst b/doc/docs.rst index e26741b4b..4cf273094 100644 --- a/doc/docs.rst +++ b/doc/docs.rst @@ -8,6 +8,16 @@ Cookbook API Docs ======== +`1.21.0 `_ + +`1.20.0 `_ + +`1.19.0 `_ + +`1.18.0 `_ + +`1.17.0 `_ + `1.16.0 `_ `1.15.0 `_ diff --git a/doc/gradle.rst b/doc/gradle.rst index b70787124..68f2f6624 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.20.0" + compile "org.geoscript:geoscript-groovy:1.21.0" } task wrapper(type: Wrapper) { diff --git a/doc/mavenapp.rst b/doc/mavenapp.rst index df5b7cd43..f71d93a60 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.20.0 + 1.21.0 diff --git a/doc/mavenwebappjndi.rst b/doc/mavenwebappjndi.rst index 13b642fac..6f8c4f967 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.20.0 + 1.21.0 diff --git a/doc/quickstart.rst b/doc/quickstart.rst index a7655f85f..def9a86c4 100644 --- a/doc/quickstart.rst +++ b/doc/quickstart.rst @@ -33,9 +33,9 @@ Install GeoScript #. Unpack the GeoScript tarball:: - unzip geoscript-groovy-1.15.0.zip + unzip geoscript-groovy-1.21.0.zip -#. Add the geoscript-groovy-1.15.0/bin directory to your path:: +#. Add the geoscript-groovy-1.21.0/bin directory to your path:: export PATH=$(cd bin; pwd):$PATH diff --git a/doc/releases.rst b/doc/releases.rst index fd01c89bc..5a6d89d12 100644 --- a/doc/releases.rst +++ b/doc/releases.rst @@ -3,6 +3,10 @@ GeoScript Groovy Releases ========================= +1.21.0 +------ +The 1.21 release of GeoScript is build on Groovy 4.0.13, GeoTools 29.0, and the Java Topology Suite 1.90.0 and requires Java 8. + 1.20.0 ------ The 1.20 release of GeoScript is build on Groovy 3.0.13, GeoTools 28.0, and the Java Topology Suite 1.90.0 and requires Java 8. diff --git a/pom.xml b/pom.xml index a0689ec9b..39aa3eec4 100755 --- a/pom.xml +++ b/pom.xml @@ -8,9 +8,9 @@ org.geoscript geoscript-groovy jar - 1.21.0-SNAPSHOT + 1.21.0 - 29-SNAPSHOT + 29.2 1.19.0 4.0.13