Skip to content

Commit

Permalink
Release 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed Sep 20, 2020
1 parent 815f48f commit 04021e6
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Versions
+-----------+----------+-----------+--------+----------+
| GeoScript | GeoTools | GeoServer | JTS | Groovy |
+-----------+----------+-----------+--------+----------+
| 1.16 | 24 | 2.18 | 1.17.0 | 3.0.5 |
| 1.16 | 24 | 2.18 | 1.17.1 | 3.0.5 |
+-----------+----------+-----------+--------+----------+
| 1.15 | 23 | 2.17 | 1.16.1 | 3.0.3 |
+-----------+----------+-----------+--------+----------+
Expand Down Expand Up @@ -174,7 +174,7 @@ Versions
API Groovy Docs
---------------

`1.16-SNAPSHOT <http://geoscript.github.io/geoscript-groovy/api/1.16-SNAPSHOT/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.15.0"
compile "org.geoscript:geoscript-groovy:1.16.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.15.0</version>
<version>1.16.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.15.0</version>
<version>1.16.0</version>
</dependency>
<depenencies>
Expand Down
12 changes: 12 additions & 0 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
GeoScript Groovy Releases
=========================

1.16.0
------
The 1.16 release of GeoScript is build on Groovy 3.0.5, GeoTools 24.0, and the Java Topology Suite 1.17.1 and requires Java 8.

HPRtree Spatial Index.

Geometry largest empty circle.

Geometry maximum inscribed circle

Geometry variable buffer

1.15.0
------
The 1.15 release of GeoScript is build on Groovy 3.0.3, GeoTools 23.0, and the Java Topology Suite 1.16.1 and requires Java 8.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@
</plugins>
</reporting>
<properties>
<gt.version>24-SNAPSHOT</gt.version>
<gt.version>24.0</gt.version>
<groovy.version>3.0.5</groovy.version>
</properties>
<name>geoscript groovy</name>
Expand Down

0 comments on commit 04021e6

Please sign in to comment.