Commit ed87c50 1 parent 180e6c0 commit ed87c50 Copy full SHA for ed87c50
File tree 6 files changed +9
-9
lines changed
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::
127
127
<dependency>
128
128
<groupId>org.geoscript</groupId>
129
129
<artifactId>geoscript-groovy</artifactId>
130
- <version>1.16 .0</version>
130
+ <version>1.17 .0</version>
131
131
</dependency>
132
132
133
133
Versions
@@ -136,7 +136,7 @@ Versions
136
136
+-----------+----------+-----------+--------+----------+
137
137
| GeoScript | GeoTools | GeoServer | JTS | Groovy |
138
138
+-----------+----------+-----------+--------+----------+
139
- | 1.17 | 25 | 2.19 | 1.17 .1 | 3.0.6 |
139
+ | 1.17 | 25 | 2.19 | 1.18 .1 | 3.0.7 |
140
140
+-----------+----------+-----------+--------+----------+
141
141
| 1.16 | 24 | 2.18 | 1.17.1 | 3.0.5 |
142
142
+-----------+----------+-----------+--------+----------+
@@ -176,7 +176,7 @@ Versions
176
176
API Groovy Docs
177
177
---------------
178
178
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 >`_
180
180
181
181
`1.16.0 <http://geoscript.github.io/geoscript-groovy/api/1.16.0/index.html >`_
182
182
Original file line number Diff line number Diff line change 45
45
# built documents.
46
46
#
47
47
# The short X.Y version.
48
- version = '1.16 .0'
48
+ version = '1.17 .0'
49
49
# The full version, including alpha/beta/rc tags.
50
- release = '1.16 .0'
50
+ release = '1.17 .0'
51
51
52
52
# The language for content autogenerated by Sphinx. Refer to documentation
53
53
# 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.
51
51
}
52
52
53
53
dependencies {
54
- compile "org.geoscript:geoscript-groovy:1.16 .0"
54
+ compile "org.geoscript:geoscript-groovy:1.17 .0"
55
55
}
56
56
57
57
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.
31
31
<dependency >
32
32
<groupId >org.geoscript</groupId >
33
33
<artifactId >geoscript-groovy</artifactId >
34
- <version >1.16 .0</version >
34
+ <version >1.17 .0</version >
35
35
</dependency >
36
36
</dependencies >
37
37
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Add geoscript as a dependency in the **pom.xml** file:
42
42
<dependency >
43
43
<groupId >org.geoscript</groupId >
44
44
<artifactId >geoscript-groovy</artifactId >
45
- <version >1.16 .0</version >
45
+ <version >1.17 .0</version >
46
46
</dependency >
47
47
<depenencies >
48
48
Original file line number Diff line number Diff line change 5
5
<groupId >org.geoscript</groupId >
6
6
<artifactId >geoscript-groovy</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.17-SNAPSHOT </version >
8
+ <version >1.17.0 </version >
9
9
<repositories >
10
10
<repository >
11
11
<id >osgeo-releases</id >
You can’t perform that action at this time.
0 commit comments