Skip to content

Commit

Permalink
Release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed Oct 3, 2018
1 parent 608acd0 commit 39174ae
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ and then include the GeoScript Groovy dependency::
<dependency>
<groupId>org.geoscript</groupId>
<artifactId>geoscript-groovy</artifactId>
<version>1.11.0</version>
<version>1.12.0</version>
</dependency>

Versions
Expand All @@ -135,7 +135,7 @@ Versions
+-----------+----------+-----------+--------+----------+
| GeoScript | GeoTools | GeoServer | JTS | Groovy |
+-----------+----------+-----------+--------+----------+
| 1.12 | 20 | 2.14 | 1.15.1 | 2.4.15 |
| 1.12 | 20 | 2.14 | 1.16.0 | 2.4.15 |
+-----------+----------+-----------+--------+----------+
| 1.11 | 19 | 2.13 | 1.14 | 2.4.14 |
+-----------+----------+-----------+--------+----------+
Expand Down Expand Up @@ -165,7 +165,7 @@ Versions
API Groovy Docs
---------------

`1.12-SNAPSHOT <http://geoscript.github.io/geoscript-groovy/api/1.12-SNAPSHOT/index.html>`_
`1.12.0 <http://geoscript.github.io/geoscript-groovy/api/1.12.0/index.html>`_

`1.11.0 <http://geoscript.github.io/geoscript-groovy/api/1.11.0/index.html>`_

Expand Down
2 changes: 1 addition & 1 deletion doc/gradle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Then edit the build.gradle file.
dependencies {
compile "org.codehaus.groovy:groovy-all:2.4.14"
compile "org.geoscript:geoscript-groovy:1.11.0"
compile "org.geoscript:geoscript-groovy:1.12.0"
}
task wrapper(type: Wrapper) {
Expand Down
2 changes: 1 addition & 1 deletion doc/mavenwebappjndi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Add geoscript as a dependency in the **pom.xml** file:
<dependency>
<groupId>org.geoscript</groupId>
<artifactId>geoscript-groovy</artifactId>
<version>1.4.0</version>
<version>1.12.0</version>
</dependency>
<depenencies>
Expand Down
6 changes: 3 additions & 3 deletions doc/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ Install GeoScript

#. Unpack the GeoScript tarball::

unzip geoscript-groovy-1.11.0.zip
unzip geoscript-groovy-1.12.0.zip

#. Add the geoscript-groovy-1.11.0/bin directory to your path::
#. Add the geoscript-groovy-1.12.0/bin directory to your path::

export PATH=$(cd bin; pwd):$PATH

That's it. GeoScript Groovy should now be installed on the system. To verify the install execute the :command:`geoscript-groovysh` command::

% geoscript-groovysh
Groovy Shell (1.11.0, JVM: 1.8.0_17)
Groovy Shell (1.12.0, JVM: 1.8.0_17)
Type 'help' or '\h' for help.
-----------------------------------------------------------------------------------------------
groovy:000> import geoscript.geom.Point
Expand Down
4 changes: 2 additions & 2 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
GeoScript Groovy Releases
=========================

1.12.0 (Under development)
--------------------------
1.12.0
------
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
requires Java 8.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.geoscript</groupId>
<artifactId>geoscript-groovy</artifactId>
<packaging>jar</packaging>
<version>1.12-SNAPSHOT</version>
<version>1.12.0</version>
<repositories>
<repository>
<id>boundless</id>
Expand Down

0 comments on commit 39174ae

Please sign in to comment.