Skip to content

Commit

Permalink
Release 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed Oct 30, 2023
1 parent 4983a9d commit 896dfa3
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 10 deletions.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ and then include the GeoScript Groovy dependency::
<dependency>
<groupId>org.geoscript</groupId>
<artifactId>geoscript-groovy</artifactId>
<version>1.21.0</version>
<version>1.22.0</version>
</dependency>

Docker
Expand All @@ -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 |
Expand Down Expand Up @@ -199,6 +201,8 @@ Versions
API Groovy Docs
---------------

`1.22.0 <http://geoscript.github.io/geoscript-groovy/api/1.22.0/index.html>`_

`1.21.0 <http://geoscript.github.io/geoscript-groovy/api/1.21.0/index.html>`_

`1.20.0 <http://geoscript.github.io/geoscript-groovy/api/1.20.0/index.html>`_
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion doc/gradle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion doc/mavenapp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add geoscript as a dependency in pom.xml.
<dependency>
<groupId>org.geoscript</groupId>
<artifactId>geoscript-groovy</artifactId>
<version>1.21.0</version>
<version>1.22.0</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion doc/mavenwebappjndi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Add geoscript as a dependency in the **pom.xml** file:
<dependency>
<groupId>org.geoscript</groupId>
<artifactId>geoscript-groovy</artifactId>
<version>1.21.0</version>
<version>1.22.0</version>
</dependency>
<depenencies>
Expand Down
4 changes: 2 additions & 2 deletions doc/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 5 additions & 1 deletion doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.geoscript</groupId>
<artifactId>geoscript-groovy</artifactId>
<packaging>jar</packaging>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
<properties>
<gt.version>30.0</gt.version>
<jts.version>1.19.0</jts.version>
Expand Down

0 comments on commit 896dfa3

Please sign in to comment.