File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed 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.16 .0</version>
130+ <version>1.17 .0</version>
131131 </dependency>
132132
133133Versions
@@ -136,7 +136,7 @@ Versions
136136+-----------+----------+-----------+--------+----------+
137137| GeoScript | GeoTools | GeoServer | JTS | Groovy |
138138+-----------+----------+-----------+--------+----------+
139- | 1.17 | 25 | 2.19 | 1.17 .1 | 3.0.6 |
139+ | 1.17 | 25 | 2.19 | 1.18 .1 | 3.0.7 |
140140+-----------+----------+-----------+--------+----------+
141141| 1.16 | 24 | 2.18 | 1.17.1 | 3.0.5 |
142142+-----------+----------+-----------+--------+----------+
@@ -176,7 +176,7 @@ Versions
176176API Groovy Docs
177177---------------
178178
179- `1.17-SNAPSHOT <http://geoscript.github.io/geoscript-groovy/api/1.17-SNAPSHOT /index.html >`_
179+ `1.17.0 <http://geoscript.github.io/geoscript-groovy/api/1.17.0 /index.html >`_
180180
181181`1.16.0 <http://geoscript.github.io/geoscript-groovy/api/1.16.0/index.html >`_
182182
Original file line number Diff line number Diff line change 4545# built documents.
4646#
4747# The short X.Y version.
48- version = '1.16 .0'
48+ version = '1.17 .0'
4949# The full version, including alpha/beta/rc tags.
50- release = '1.16 .0'
50+ release = '1.17 .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 @@ -51,7 +51,7 @@ Then edit the build.gradle file.
5151 }
5252
5353 dependencies {
54- compile "org.geoscript:geoscript-groovy:1.16 .0"
54+ compile "org.geoscript:geoscript-groovy:1.17 .0"
5555 }
5656
5757 task wrapper(type: Wrapper) {
Original file line number Diff line number Diff 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.16 .0</version >
34+ <version >1.17 .0</version >
3535 </dependency >
3636 </dependencies >
3737
Original file line number Diff line number Diff 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.16 .0</version >
45+ <version >1.17 .0</version >
4646 </dependency >
4747 <depenencies >
4848
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.17-SNAPSHOT </version >
8+ <version >1.17.0 </version >
99 <repositories >
1010 <repository >
1111 <id >osgeo-releases</id >
You can’t perform that action at this time.
0 commit comments