Commit 07d4681 1 parent 0976cec commit 07d4681 Copy full SHA for 07d4681
File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
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.18 .0</version>
130
+ <version>1.19 .0</version>
131
131
</dependency>
132
132
133
133
Docker
@@ -195,7 +195,7 @@ Versions
195
195
API Groovy Docs
196
196
---------------
197
197
198
- `1.19-SNAPSHOT <http://geoscript.github.io/geoscript-groovy/api/1.19-SNAPSHOT /index.html >`_
198
+ `1.19.0 <http://geoscript.github.io/geoscript-groovy/api/1.19.0 /index.html >`_
199
199
200
200
`1.18.0 <http://geoscript.github.io/geoscript-groovy/api/1.18.0/index.html >`_
201
201
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.18 .0"
54
+ compile "org.geoscript:geoscript-groovy:1.19 .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.18 .0</version >
34
+ <version >1.19 .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.18 .0</version >
45
+ <version >1.19 .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.19-SNAPSHOT </version >
8
+ <version >1.19.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