diff --git a/README.rst b/README.rst index ace7d152..831c08b8 100644 --- a/README.rst +++ b/README.rst @@ -127,7 +127,7 @@ and then include the GeoScript Groovy dependency:: org.geoscript geoscript-groovy - 1.21.0 + 1.22.0 Docker @@ -151,6 +151,8 @@ Versions +-----------+----------+-----------+--------+----------+ | GeoScript | GeoTools | GeoServer | JTS | Groovy | +-----------+----------+-----------+--------+----------+ +| 1.22 | 30 | 2.24 | 1.19.0 | 4.0.15 | ++-----------+----------+-----------+--------+----------+ | 1.21 | 29 | 2.23 | 1.19.0 | 4.0.13 | +-----------+----------+-----------+--------+----------+ | 1.20 | 28 | 2.22 | 1.19.0 | 3.0.13 | @@ -199,6 +201,8 @@ Versions API Groovy Docs --------------- +`1.22.0 `_ + `1.21.0 `_ `1.20.0 `_ diff --git a/doc/conf.py b/doc/conf.py index b231539e..129fb935 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -45,9 +45,9 @@ # built documents. # # The short X.Y version. -version = '1.21.0' +version = '1.22.0' # The full version, including alpha/beta/rc tags. -release = '1.21.0' +release = '1.22.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 68f2f662..0f4d8d03 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.21.0" + compile "org.geoscript:geoscript-groovy:1.22.0" } task wrapper(type: Wrapper) { diff --git a/doc/mavenapp.rst b/doc/mavenapp.rst index f71d93a6..5275c502 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.21.0 + 1.22.0 diff --git a/doc/mavenwebappjndi.rst b/doc/mavenwebappjndi.rst index 6f8c4f96..6b14834a 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.21.0 + 1.22.0 diff --git a/doc/quickstart.rst b/doc/quickstart.rst index def9a86c..c7a1ba33 100644 --- a/doc/quickstart.rst +++ b/doc/quickstart.rst @@ -33,9 +33,9 @@ Install GeoScript #. Unpack the GeoScript tarball:: - unzip geoscript-groovy-1.21.0.zip + unzip geoscript-groovy-1.22.0.zip -#. Add the geoscript-groovy-1.21.0/bin directory to your path:: +#. Add the geoscript-groovy-1.22.0/bin directory to your path:: export PATH=$(cd bin; pwd):$PATH diff --git a/doc/releases.rst b/doc/releases.rst index 5a6d89d1..b82ee42e 100644 --- a/doc/releases.rst +++ b/doc/releases.rst @@ -3,9 +3,13 @@ GeoScript Groovy Releases ========================= +1.22.0 +------ +The 1.22 release of GeoScript is build on Groovy 4.0.15, GeoTools 30.0, and the Java Topology Suite 1.90.0 and requires Java 11. + 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. +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 11. 1.20.0 ------ diff --git a/pom.xml b/pom.xml index b1875f8a..09450ab8 100755 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.geoscript geoscript-groovy jar - 1.22.0-SNAPSHOT + 1.22.0 30.0 1.19.0