Skip to content

Commit

Permalink
Release 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed Mar 23, 2021
1 parent 180e6c0 commit ed87c50
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions 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.16.0</version>
<version>1.17.0</version>
</dependency>

Versions
Expand All @@ -136,7 +136,7 @@ Versions
+-----------+----------+-----------+--------+----------+
| GeoScript | GeoTools | GeoServer | JTS | Groovy |
+-----------+----------+-----------+--------+----------+
| 1.17 | 25 | 2.19 | 1.17.1 | 3.0.6 |
| 1.17 | 25 | 2.19 | 1.18.1 | 3.0.7 |
+-----------+----------+-----------+--------+----------+
| 1.16 | 24 | 2.18 | 1.17.1 | 3.0.5 |
+-----------+----------+-----------+--------+----------+
Expand Down Expand Up @@ -176,7 +176,7 @@ Versions
API Groovy Docs
---------------

`1.17-SNAPSHOT <http://geoscript.github.io/geoscript-groovy/api/1.17-SNAPSHOT/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>`_

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.16.0'
version = '1.17.0'
# The full version, including alpha/beta/rc tags.
release = '1.16.0'
release = '1.17.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.16.0"
compile "org.geoscript:geoscript-groovy:1.17.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.16.0</version>
<version>1.17.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.16.0</version>
<version>1.17.0</version>
</dependency>
<depenencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.geoscript</groupId>
<artifactId>geoscript-groovy</artifactId>
<packaging>jar</packaging>
<version>1.17-SNAPSHOT</version>
<version>1.17.0</version>
<repositories>
<repository>
<id>osgeo-releases</id>
Expand Down

0 comments on commit ed87c50

Please sign in to comment.