Skip to content

Commit c6a13cc

Browse files
committed
Release 1.9.0
1 parent b1ae40a commit c6a13cc

File tree

6 files changed

+25
-13
lines changed

6 files changed

+25
-13
lines changed

README.rst

Lines changed: 2 additions & 2 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.8.0</version>
129+
<version>1.9.0</version>
130130
</dependency>
131131

132132
Versions
@@ -159,7 +159,7 @@ Versions
159159
API Groovy Docs
160160
---------------
161161

162-
`1.9-SNAPSHOT <http://geoscript.github.io/geoscript-groovy/api/1.9-SNAPSHOT/index.html>`_
162+
`1.9.0 <http://geoscript.github.io/geoscript-groovy/api/1.9.0/index.html>`_
163163

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

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.8.0 <https://github.com/jericks/geoscript-groovy/releases>`_ is the current stable version.
9+
`GeoScript Groovy 1.9.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.1.9"
55-
compile "org.geoscript:geoscript-groovy:1.8.0"
54+
compile "org.codehaus.groovy:groovy-all:2.4.10"
55+
compile "org.geoscript:geoscript-groovy:1.9.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.8.0.zip
36+
unzip geoscript-groovy-1.9.0.zip
3737

38-
#. Add the geoscript-groovy-1.8.0/bin directory to your path::
38+
#. Add the geoscript-groovy-1.9.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.7.0, JVM: 1.8.0_17)
45+
Groovy Shell (1.9.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: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,23 @@
33
GeoScript Groovy Releases
44
=========================
55

6-
1.9.0 (in development)
7-
----------------------
8-
The 1.9.0 release of GeoScript is built on Grooovy 2.4.7, GeoTools 17.0, and the Java Topology Suite 1.13 and
6+
1.9.0
7+
-----
8+
The 1.9.0 release of GeoScript is built on Grooovy 2.4.10, GeoTools 17.0, and the Java Topology Suite 1.13 and
99
requires Java 8.
1010

11+
Alot of work went into improving documentation.
12+
13+
Javadocs are now published online.
14+
15+
http://geoscript.github.io/geoscript-groovy/api/1.9.0/index.html
16+
17+
And a GeoScript Groovy Cookbook is slowly but surely adding simple recipes.
18+
19+
https://jericks.github.io/geoscript-groovy-cookbook/index.html
20+
21+
https://jericks.github.io/geoscript-groovy-cookbook/index.pdf
22+
1123
The Label Symbolizer now has an underline method::
1224

1325
import geoscript.layer.Shapefile

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.9-SNAPSHOT</version>
8+
<version>1.9.0</version>
99
<repositories>
1010
<repository>
1111
<id>boundless</id>
@@ -451,7 +451,7 @@
451451
</plugins>
452452
</reporting>
453453
<properties>
454-
<gt.version>17-SNAPSHOT</gt.version>
454+
<gt.version>17.0</gt.version>
455455
</properties>
456456
<name>geoscript groovy</name>
457457
<description>A groovy implementation of geoscript.</description>

0 commit comments

Comments
 (0)