Skip to content

Commit 1b295c3

Browse files
committed
Start working on 1.16
1 parent ad940bc commit 1b295c3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ Versions
136136
+-----------+----------+-----------+--------+----------+
137137
| GeoScript | GeoTools | GeoServer | JTS | Groovy |
138138
+-----------+----------+-----------+--------+----------+
139+
| 1.16 | 24 | 2.18 | 1.16.1 | 3.0.3 |
140+
+-----------+----------+-----------+--------+----------+
139141
| 1.15 | 23 | 2.17 | 1.16.1 | 3.0.3 |
140142
+-----------+----------+-----------+--------+----------+
141143
| 1.14 | 22 | 2.16 | 1.16.1 | 2.5.8 |
@@ -172,6 +174,8 @@ Versions
172174
API Groovy Docs
173175
---------------
174176

177+
`1.16-SNAPSHOT <http://geoscript.github.io/geoscript-groovy/api/1.16-SNAPSHOT/index.html>`_
178+
175179
`1.15.0 <http://geoscript.github.io/geoscript-groovy/api/1.15.0/index.html>`_
176180

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

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.15.0</version>
8+
<version>1.16-SNAPSHOT</version>
99
<repositories>
1010
<repository>
1111
<id>osgeo-releases</id>
@@ -513,7 +513,7 @@
513513
</plugins>
514514
</reporting>
515515
<properties>
516-
<gt.version>23.0</gt.version>
516+
<gt.version>24-SNAPSHOT</gt.version>
517517
<groovy.version>3.0.3</groovy.version>
518518
</properties>
519519
<name>geoscript groovy</name>

0 commit comments

Comments
 (0)