Skip to content

Commit 39174ae

Browse files
committed
Release 1.12.0
1 parent 608acd0 commit 39174ae

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

132132
Versions
@@ -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
165165
API 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

doc/gradle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) {

doc/mavenwebappjndi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

doc/quickstart.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

4242
That'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

doc/releases.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
GeoScript Groovy Releases
44
=========================
55

6-
1.12.0 (Under development)
7-
--------------------------
6+
1.12.0
7+
------
88
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
99
requires Java 8.
1010

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

0 commit comments

Comments
 (0)