Skip to content

Commit

Permalink
Release 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed Oct 21, 2023
1 parent 5289764 commit a216a4e
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 10 deletions.
4 changes: 3 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.20.0</version>
<version>1.21.0</version>
</dependency>

Docker
Expand Down Expand Up @@ -199,6 +199,8 @@ Versions
API Groovy Docs
---------------

`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>`_

`1.19.0 <http://geoscript.github.io/geoscript-groovy/api/1.19.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.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.
Expand Down
10 changes: 10 additions & 0 deletions doc/docs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ Cookbook
API Docs
========

`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>`_

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

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

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

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

`1.15.0 <http://geoscript.github.io/geoscript-groovy/api/1.15.0/index.html>`_
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.20.0"
compile "org.geoscript:geoscript-groovy:1.21.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.20.0</version>
<version>1.21.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.20.0</version>
<version>1.21.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.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

Expand Down
4 changes: 4 additions & 0 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<groupId>org.geoscript</groupId>
<artifactId>geoscript-groovy</artifactId>
<packaging>jar</packaging>
<version>1.21.0-SNAPSHOT</version>
<version>1.21.0</version>
<properties>
<gt.version>29-SNAPSHOT</gt.version>
<gt.version>29.2</gt.version>
<jts.version>1.19.0</jts.version>
<groovy.version>4.0.13</groovy.version>
</properties>
Expand Down

0 comments on commit a216a4e

Please sign in to comment.