Skip to content

Commit a216a4e

Browse files
committed
Release 1.21.0
1 parent 5289764 commit a216a4e

9 files changed

+26
-10
lines changed

README.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ and then include the GeoScript Groovy dependency::
127127
<dependency>
128128
<groupId>org.geoscript</groupId>
129129
<artifactId>geoscript-groovy</artifactId>
130-
<version>1.20.0</version>
130+
<version>1.21.0</version>
131131
</dependency>
132132

133133
Docker
@@ -199,6 +199,8 @@ Versions
199199
API Groovy Docs
200200
---------------
201201

202+
`1.21.0 <http://geoscript.github.io/geoscript-groovy/api/1.21.0/index.html>`_
203+
202204
`1.20.0 <http://geoscript.github.io/geoscript-groovy/api/1.20.0/index.html>`_
203205

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

doc/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
# built documents.
4646
#
4747
# The short X.Y version.
48-
version = '1.17.0'
48+
version = '1.21.0'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '1.17.0'
50+
release = '1.21.0'
5151

5252
# The language for content autogenerated by Sphinx. Refer to documentation
5353
# for a list of supported languages.

doc/docs.rst

+10
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ Cookbook
88
API Docs
99
========
1010

11+
`1.21.0 <http://geoscript.github.io/geoscript-groovy/api/1.21.0/index.html>`_
12+
13+
`1.20.0 <http://geoscript.github.io/geoscript-groovy/api/1.20.0/index.html>`_
14+
15+
`1.19.0 <http://geoscript.github.io/geoscript-groovy/api/1.19.0/index.html>`_
16+
17+
`1.18.0 <http://geoscript.github.io/geoscript-groovy/api/1.18.0/index.html>`_
18+
19+
`1.17.0 <http://geoscript.github.io/geoscript-groovy/api/1.17.0/index.html>`_
20+
1121
`1.16.0 <http://geoscript.github.io/geoscript-groovy/api/1.16.0/index.html>`_
1222

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

doc/gradle.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Then edit the build.gradle file.
5151
}
5252
5353
dependencies {
54-
compile "org.geoscript:geoscript-groovy:1.20.0"
54+
compile "org.geoscript:geoscript-groovy:1.21.0"
5555
}
5656
5757
task wrapper(type: Wrapper) {

doc/mavenapp.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add geoscript as a dependency in pom.xml.
3131
<dependency>
3232
<groupId>org.geoscript</groupId>
3333
<artifactId>geoscript-groovy</artifactId>
34-
<version>1.20.0</version>
34+
<version>1.21.0</version>
3535
</dependency>
3636
</dependencies>
3737

doc/mavenwebappjndi.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Add geoscript as a dependency in the **pom.xml** file:
4242
<dependency>
4343
<groupId>org.geoscript</groupId>
4444
<artifactId>geoscript-groovy</artifactId>
45-
<version>1.20.0</version>
45+
<version>1.21.0</version>
4646
</dependency>
4747
<depenencies>
4848

doc/quickstart.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Install GeoScript
3333

3434
#. Unpack the GeoScript tarball::
3535

36-
unzip geoscript-groovy-1.15.0.zip
36+
unzip geoscript-groovy-1.21.0.zip
3737

38-
#. Add the geoscript-groovy-1.15.0/bin directory to your path::
38+
#. Add the geoscript-groovy-1.21.0/bin directory to your path::
3939

4040
export PATH=$(cd bin; pwd):$PATH
4141

doc/releases.rst

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
GeoScript Groovy Releases
44
=========================
55

6+
1.21.0
7+
------
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 8.
9+
610
1.20.0
711
------
812
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.

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<groupId>org.geoscript</groupId>
99
<artifactId>geoscript-groovy</artifactId>
1010
<packaging>jar</packaging>
11-
<version>1.21.0-SNAPSHOT</version>
11+
<version>1.21.0</version>
1212
<properties>
13-
<gt.version>29-SNAPSHOT</gt.version>
13+
<gt.version>29.2</gt.version>
1414
<jts.version>1.19.0</jts.version>
1515
<groovy.version>4.0.13</groovy.version>
1616
</properties>

0 commit comments

Comments
 (0)