Skip to content

Commit 21017e9

Browse files
committed
Release 1.3
1 parent e1839c5 commit 21017e9

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ and then include the GeoScript Groovy dependency::
107107
<dependency>
108108
<groupId>org.geoscript</groupId>
109109
<artifactId>geoscript-groovy</artifactId>
110-
<version>1.2</version>
110+
<version>1.3</version>
111111
</dependency>
112112

113113
Presentations

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
# built documents.
4646
#
4747
# The short X.Y version.
48-
version = '1.0'
48+
version = '1.3'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '1.0'
50+
release = '1.3'
5151

5252
# The language for content autogenerated by Sphinx. Refer to documentation
5353
# for a list of supported languages.

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.2 <https://github.com/jericks/geoscript-groovy/releases>`_ is the current stable version.
9+
`GeoScript Groovy 1.3 <https://github.com/jericks/geoscript-groovy/releases>`_ is the current stable version.
1010

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

doc/quickstart.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ Install GeoScript
3333

3434
#. Unpack the GeoScript tarball::
3535

36-
unzip geoscript-groovy-1.2.zip
36+
unzip geoscript-groovy-1.3.zip
3737

38-
#. Add the geoscript-groovy-1.2\bin directory to your path::
38+
#. Add the geoscript-groovy-1.3\bin directory to your path::
3939

40-
export PATH=geoscript-groovy-1.2\bin:$PATH
40+
export PATH=geoscript-groovy-1.3\bin:$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

doc/releases.rst

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

6-
1.3 (In development)
7-
--------------------
6+
1.3
7+
---
88

9-
The 1.3 release of GeoScript is buit on Groovy 2.1.9, GeoTools 11.0, and the Java Topology Suite 1.13.
9+
The 1.3 release of GeoScript is built on Groovy 2.1.9, GeoTools 11.0, and the Java Topology Suite 1.13.
1010

1111
**Layer Geoprocessing and Layer Algebra**
1212

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.geoscript</groupId>
55
<artifactId>geoscript-groovy</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.3-SNAPSHOT</version>
7+
<version>1.3</version>
88
<repositories>
99
<repository>
1010
<id>opengeo</id>
@@ -362,7 +362,7 @@
362362
</plugins>
363363
</reporting>
364364
<properties>
365-
<gt.version>11-SNAPSHOT</gt.version>
365+
<gt.version>11.0</gt.version>
366366
</properties>
367367
<name>geoscript groovy</name>
368368
<description>A groovy implementation of geoscript.</description>

0 commit comments

Comments
 (0)