File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
133133Versions
@@ -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
174176API 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 >`_
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 88API 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 >`_
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Downloads
66Stable
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
1111Experimental
1212------------
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments