File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ and then include the GeoScript Groovy dependency::
126
126
<dependency>
127
127
<groupId>org.geoscript</groupId>
128
128
<artifactId>geoscript-groovy</artifactId>
129
- <version>1.11 .0</version>
129
+ <version>1.12 .0</version>
130
130
</dependency>
131
131
132
132
Versions
@@ -135,7 +135,7 @@ Versions
135
135
+-----------+----------+-----------+--------+----------+
136
136
| GeoScript | GeoTools | GeoServer | JTS | Groovy |
137
137
+-----------+----------+-----------+--------+----------+
138
- | 1.12 | 20 | 2.14 | 1.15.1 | 2.4.15 |
138
+ | 1.12 | 20 | 2.14 | 1.16.0 | 2.4.15 |
139
139
+-----------+----------+-----------+--------+----------+
140
140
| 1.11 | 19 | 2.13 | 1.14 | 2.4.14 |
141
141
+-----------+----------+-----------+--------+----------+
@@ -165,7 +165,7 @@ Versions
165
165
API Groovy Docs
166
166
---------------
167
167
168
- `1.12-SNAPSHOT <http://geoscript.github.io/geoscript-groovy/api/1.12-SNAPSHOT /index.html >`_
168
+ `1.12.0 <http://geoscript.github.io/geoscript-groovy/api/1.12.0 /index.html >`_
169
169
170
170
`1.11.0 <http://geoscript.github.io/geoscript-groovy/api/1.11.0/index.html >`_
171
171
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Then edit the build.gradle file.
52
52
53
53
dependencies {
54
54
compile "org.codehaus.groovy:groovy-all:2.4.14"
55
- compile "org.geoscript:geoscript-groovy:1.11 .0"
55
+ compile "org.geoscript:geoscript-groovy:1.12 .0"
56
56
}
57
57
58
58
task wrapper(type: Wrapper) {
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.4 .0</version >
45
+ <version >1.12 .0</version >
46
46
</dependency >
47
47
<depenencies >
48
48
Original file line number Diff line number Diff line change @@ -33,16 +33,16 @@ Install GeoScript
33
33
34
34
#. Unpack the GeoScript tarball::
35
35
36
- unzip geoscript-groovy-1.11 .0.zip
36
+ unzip geoscript-groovy-1.12 .0.zip
37
37
38
- #. Add the geoscript-groovy-1.11 .0/bin directory to your path::
38
+ #. Add the geoscript-groovy-1.12 .0/bin directory to your path::
39
39
40
40
export PATH=$(cd bin; pwd):$PATH
41
41
42
42
That's it. GeoScript Groovy should now be installed on the system. To verify the install execute the :command: `geoscript-groovysh ` command::
43
43
44
44
% geoscript-groovysh
45
- Groovy Shell (1.11 .0, JVM: 1.8.0_17)
45
+ Groovy Shell (1.12 .0, JVM: 1.8.0_17)
46
46
Type 'help' or '\h' for help.
47
47
-----------------------------------------------------------------------------------------------
48
48
groovy:000> import geoscript.geom.Point
Original file line number Diff line number Diff line change 3
3
GeoScript Groovy Releases
4
4
=========================
5
5
6
- 1.12.0 (Under development)
7
- --------------------------
6
+ 1.12.0
7
+ ------
8
8
The 1.12 release of GeoScript is built on Groovy 2.4.15, GeoTools 20.0, and the Java Topology Suite 1.16.0 and
9
9
requires Java 8.
10
10
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.12-SNAPSHOT </version >
8
+ <version >1.12.0 </version >
9
9
<repositories >
10
10
<repository >
11
11
<id >boundless</id >
You can’t perform that action at this time.
0 commit comments