Skip to content

Commit 2e71b66

Browse files
committed
Release 1.10.0
1 parent 554d49b commit 2e71b66

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Generating tiles::
106106
TileGenerator generator = new TileGenerator(verbose: true)
107107
generator.generate(gpkg, renderer, 0, 4)
108108

109-
See the `web site <http://geoscript.org>`_, the `groovy docs <http://geoscript.github.io/geoscript-groovy/api/1.9.0/index.html>`_ or the `cook book <https://jericks.github.io/geoscript-groovy-cookbook/>`_ or the `examples directory <https://github.com/jericks/geoscript-groovy/tree/master/examples>`_ for more examples.
109+
See the `web site <http://geoscript.org>`_, the `groovy docs <http://geoscript.github.io/geoscript-groovy/api/1.10.0/index.html>`_ or the `cook book <https://jericks.github.io/geoscript-groovy-cookbook/>`_ or the `examples directory <https://github.com/jericks/geoscript-groovy/tree/master/examples>`_ for more examples.
110110

111111
You can also use GeoScript Groovy as a library. If you use Maven you will need to add the Boundless Maven Repository::
112112

@@ -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.9.0</version>
129+
<version>1.10.0</version>
130130
</dependency>
131131

132132
Versions
@@ -161,7 +161,7 @@ Versions
161161
API Groovy Docs
162162
---------------
163163

164-
`1.10-SNAPSHOT <http://geoscript.github.io/geoscript-groovy/api/1.10-SNAPSHOT/index.html>`_
164+
`1.10.0 <http://geoscript.github.io/geoscript-groovy/api/1.10.0/index.html>`_
165165

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

doc/download.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Downloads
66
Stable
77
------
88

9-
`GeoScript Groovy 1.9.0 <https://github.com/jericks/geoscript-groovy/releases>`_ is the current stable version.
9+
`GeoScript Groovy 1.10.0 <https://github.com/jericks/geoscript-groovy/releases>`_ is the current stable version.
1010

1111
Experimental
1212
------------

doc/gradle.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Then edit the build.gradle file.
5151
}
5252
5353
dependencies {
54-
compile "org.codehaus.groovy:groovy-all:2.4.10"
55-
compile "org.geoscript:geoscript-groovy:1.9.0"
54+
compile "org.codehaus.groovy:groovy-all:2.4.12"
55+
compile "org.geoscript:geoscript-groovy:1.10.0"
5656
}
5757
5858
task wrapper(type: Wrapper) {

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.9.0.zip
36+
unzip geoscript-groovy-1.10.0.zip
3737

38-
#. Add the geoscript-groovy-1.9.0/bin directory to your path::
38+
#. Add the geoscript-groovy-1.10.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.9.0, JVM: 1.8.0_17)
45+
Groovy Shell (1.10.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.10-SNAPSHOT
7-
-------------
6+
1.10.0
7+
------
88
The 1.10.0 release of GeoScript is under development and is built on Grooovy 2.4.12, GeoTools 18.0, and the Java Topology Suite 1.13 and
99
requires Java 8.
1010

pom.xml

Lines changed: 2 additions & 2 deletions
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.10-SNAPSHOT</version>
8+
<version>1.10.0</version>
99
<repositories>
1010
<repository>
1111
<id>boundless</id>
@@ -467,7 +467,7 @@
467467
</plugins>
468468
</reporting>
469469
<properties>
470-
<gt.version>18-RC1</gt.version>
470+
<gt.version>18.0</gt.version>
471471
</properties>
472472
<name>geoscript groovy</name>
473473
<description>A groovy implementation of geoscript.</description>

0 commit comments

Comments
 (0)