Skip to content

Commit d4bfe7a

Browse files
committed
Start working on version 1.17
1 parent 10e81db commit d4bfe7a

5 files changed

Lines changed: 12 additions & 6 deletions

File tree

README.rst

Lines changed: 5 additions & 1 deletion
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.15.0</version>
130+
<version>1.16.0</version>
131131
</dependency>
132132

133133
Versions
@@ -136,6 +136,8 @@ Versions
136136
+-----------+----------+-----------+--------+----------+
137137
| GeoScript | GeoTools | GeoServer | JTS | Groovy |
138138
+-----------+----------+-----------+--------+----------+
139+
| 1.17 | 25 | 2.19 | 1.17.1 | 3.0.5 |
140+
+-----------+----------+-----------+--------+----------+
139141
| 1.16 | 24 | 2.18 | 1.17.1 | 3.0.5 |
140142
+-----------+----------+-----------+--------+----------+
141143
| 1.15 | 23 | 2.17 | 1.16.1 | 3.0.3 |
@@ -174,6 +176,8 @@ Versions
174176
API Groovy Docs
175177
---------------
176178

179+
`1.17-SNAPSHOT <http://geoscript.github.io/geoscript-groovy/api/1.17-SNAPSHOT/index.html>`_
180+
177181
`1.16.0 <http://geoscript.github.io/geoscript-groovy/api/1.16.0/index.html>`_
178182

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

doc/conf.py

Lines changed: 2 additions & 2 deletions
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.15.0'
48+
version = '1.16.0'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '1.15.0'
50+
release = '1.16.0'
5151

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

doc/docs.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Cookbook
88
API Docs
99
========
1010

11+
`1.16.0 <http://geoscript.github.io/geoscript-groovy/api/1.16.0/index.html>`_
12+
1113
`1.15.0 <http://geoscript.github.io/geoscript-groovy/api/1.15.0/index.html>`_
1214

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

doc/download.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Downloads
66
Stable
77
------
88

9-
`GeoScript Groovy 1.14.0 <https://github.com/jericks/geoscript-groovy/releases>`_ is the current stable version.
9+
`GeoScript Groovy 1.16.0 <https://github.com/jericks/geoscript-groovy/releases>`_ is the current stable version.
1010

1111
Experimental
1212
------------

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.geoscript</groupId>
66
<artifactId>geoscript-groovy</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.16.0</version>
8+
<version>1.17-SNAPSHOT</version>
99
<repositories>
1010
<repository>
1111
<id>osgeo-releases</id>
@@ -507,7 +507,7 @@
507507
</plugins>
508508
</reporting>
509509
<properties>
510-
<gt.version>24.0</gt.version>
510+
<gt.version>25-SNAPSHOT</gt.version>
511511
<groovy.version>3.0.5</groovy.version>
512512
</properties>
513513
<name>geoscript groovy</name>

0 commit comments

Comments
 (0)