Skip to content

Commit a338f5b

Browse files
committed
Release 1.4.0
1 parent 10562b1 commit a338f5b

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ and then include the GeoScript Groovy dependency::
108108
<dependency>
109109
<groupId>org.geoscript</groupId>
110110
<artifactId>geoscript-groovy</artifactId>
111-
<version>1.3</version>
111+
<version>1.4.0</version>
112112
</dependency>
113113

114114
Versions

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.3'
48+
version = '1.4.0'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '1.3'
50+
release = '1.4.0'
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.3 <https://github.com/jericks/geoscript-groovy/releases>`_ is the current stable version.
9+
`GeoScript Groovy 1.4.0 <https://github.com/jericks/geoscript-groovy/releases>`_ is the current stable version.
1010

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

doc/gradle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Then edit the build.gradle file.
4646
4747
dependencies {
4848
compile "org.codehaus.groovy:groovy-all:2.1.9"
49-
compile "org.geoscript:geoscript-groovy:1.3"
49+
compile "org.geoscript:geoscript-groovy:1.4.0"
5050
}
5151
5252
task wrapper(type: Wrapper) {

doc/mavenapp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add geoscript as a dependency in pom.xml.
3131
<dependency>
3232
<groupId>org.geoscript</groupId>
3333
<artifactId>geoscript-groovy</artifactId>
34-
<version>1.3</version>
34+
<version>1.4.0</version>
3535
</dependency>
3636
</dependencies>
3737

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.3</version>
45+
<version>1.4.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,11 +33,11 @@ Install GeoScript
3333

3434
#. Unpack the GeoScript tarball::
3535

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

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

40-
export PATH=geoscript-groovy-1.3\bin:$PATH
40+
export PATH=geoscript-groovy-1.4.0\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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
GeoScript Groovy Releases
44
=========================
55

6-
1.4 (in progress)
7-
-----------------
6+
1.4.0
7+
-----
88

99
The 1.4 release of GeoScript is built on Groovy 2.2, GeoTools 12, and the Java Topology Suite 1.13.
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.4-SNAPSHOT</version>
8+
<version>1.4.0</version>
99
<repositories>
1010
<repository>
1111
<id>boundless</id>
@@ -390,7 +390,7 @@
390390
</plugins>
391391
</reporting>
392392
<properties>
393-
<gt.version>12-SNAPSHOT</gt.version>
393+
<gt.version>12.0</gt.version>
394394
</properties>
395395
<name>geoscript groovy</name>
396396
<description>A groovy implementation of geoscript.</description>

0 commit comments

Comments
 (0)