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::
126126 <dependency>
127127 <groupId>org.geoscript</groupId>
128128 <artifactId>geoscript-groovy</artifactId>
129- <version>1.11 .0</version>
129+ <version>1.12 .0</version>
130130 </dependency>
131131
132132Versions
@@ -135,7 +135,7 @@ Versions
135135+-----------+----------+-----------+--------+----------+
136136| GeoScript | GeoTools | GeoServer | JTS | Groovy |
137137+-----------+----------+-----------+--------+----------+
138- | 1.12 | 20 | 2.14 | 1.15.1 | 2.4.15 |
138+ | 1.12 | 20 | 2.14 | 1.16.0 | 2.4.15 |
139139+-----------+----------+-----------+--------+----------+
140140| 1.11 | 19 | 2.13 | 1.14 | 2.4.14 |
141141+-----------+----------+-----------+--------+----------+
@@ -165,7 +165,7 @@ Versions
165165API Groovy Docs
166166---------------
167167
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 >`_
169169
170170`1.11.0 <http://geoscript.github.io/geoscript-groovy/api/1.11.0/index.html >`_
171171
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Then edit the build.gradle file.
5252
5353 dependencies {
5454 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"
5656 }
5757
5858 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:
4242 <dependency >
4343 <groupId >org.geoscript</groupId >
4444 <artifactId >geoscript-groovy</artifactId >
45- <version >1.4 .0</version >
45+ <version >1.12 .0</version >
4646 </dependency >
4747 <depenencies >
4848
Original file line number Diff line number Diff line change @@ -33,16 +33,16 @@ Install GeoScript
3333
3434#. Unpack the GeoScript tarball::
3535
36- unzip geoscript-groovy-1.11 .0.zip
36+ unzip geoscript-groovy-1.12 .0.zip
3737
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::
3939
4040 export PATH=$(cd bin; pwd):$PATH
4141
4242That's it. GeoScript Groovy should now be installed on the system. To verify the install execute the :command: `geoscript-groovysh ` command::
4343
4444 % geoscript-groovysh
45- Groovy Shell (1.11 .0, JVM: 1.8.0_17)
45+ Groovy Shell (1.12 .0, JVM: 1.8.0_17)
4646 Type 'help' or '\h' for help.
4747 -----------------------------------------------------------------------------------------------
4848 groovy:000> import geoscript.geom.Point
Original file line number Diff line number Diff line change 33GeoScript Groovy Releases
44=========================
55
6- 1.12.0 (Under development)
7- --------------------------
6+ 1.12.0
7+ ------
88The 1.12 release of GeoScript is built on Groovy 2.4.15, GeoTools 20.0, and the Java Topology Suite 1.16.0 and
99requires Java 8.
1010
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.12-SNAPSHOT </version >
8+ <version >1.12.0 </version >
99 <repositories >
1010 <repository >
1111 <id >boundless</id >
You can’t perform that action at this time.
0 commit comments