Skip to content

Commit 04021e6

Browse files
committed
Release 1.16.0
1 parent 815f48f commit 04021e6

6 files changed

+18
-6
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Versions
136136
+-----------+----------+-----------+--------+----------+
137137
| GeoScript | GeoTools | GeoServer | JTS | Groovy |
138138
+-----------+----------+-----------+--------+----------+
139-
| 1.16 | 24 | 2.18 | 1.17.0 | 3.0.5 |
139+
| 1.16 | 24 | 2.18 | 1.17.1 | 3.0.5 |
140140
+-----------+----------+-----------+--------+----------+
141141
| 1.15 | 23 | 2.17 | 1.16.1 | 3.0.3 |
142142
+-----------+----------+-----------+--------+----------+
@@ -174,7 +174,7 @@ Versions
174174
API Groovy Docs
175175
---------------
176176

177-
`1.16-SNAPSHOT <http://geoscript.github.io/geoscript-groovy/api/1.16-SNAPSHOT/index.html>`_
177+
`1.16.0 <http://geoscript.github.io/geoscript-groovy/api/1.16.0/index.html>`_
178178

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

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.15.0"
54+
compile "org.geoscript:geoscript-groovy:1.16.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.15.0</version>
34+
<version>1.16.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.15.0</version>
45+
<version>1.16.0</version>
4646
</dependency>
4747
<depenencies>
4848

doc/releases.rst

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

6+
1.16.0
7+
------
8+
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.
9+
10+
HPRtree Spatial Index.
11+
12+
Geometry largest empty circle.
13+
14+
Geometry maximum inscribed circle
15+
16+
Geometry variable buffer
17+
618
1.15.0
719
------
820
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.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@
507507
</plugins>
508508
</reporting>
509509
<properties>
510-
<gt.version>24-SNAPSHOT</gt.version>
510+
<gt.version>24.0</gt.version>
511511
<groovy.version>3.0.5</groovy.version>
512512
</properties>
513513
<name>geoscript groovy</name>

0 commit comments

Comments
 (0)