Skip to content

Commit 4c98ea5

Browse files
committed
Release 1.15.0
1 parent 0251679 commit 4c98ea5

8 files changed

+16
-16
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ and then include the GeoScript Groovy dependency::
127127
<dependency>
128128
<groupId>org.geoscript</groupId>
129129
<artifactId>geoscript-groovy</artifactId>
130-
<version>1.14.0</version>
130+
<version>1.15.0</version>
131131
</dependency>
132132

133133
Versions
@@ -136,7 +136,7 @@ Versions
136136
+-----------+----------+-----------+--------+----------+
137137
| GeoScript | GeoTools | GeoServer | JTS | Groovy |
138138
+-----------+----------+-----------+--------+----------+
139-
| 1.15 | 23 | 2.17 | 1.16.1 | 3.0.1 |
139+
| 1.15 | 23 | 2.17 | 1.16.1 | 3.0.3 |
140140
+-----------+----------+-----------+--------+----------+
141141
| 1.14 | 22 | 2.16 | 1.16.1 | 2.5.8 |
142142
+-----------+----------+-----------+--------+----------+
@@ -172,7 +172,7 @@ Versions
172172
API Groovy Docs
173173
---------------
174174

175-
`1.15-SNAPSHOT <http://geoscript.github.io/geoscript-groovy/api/1.15-SNAPSHOT/index.html>`_
175+
`1.15.0 <http://geoscript.github.io/geoscript-groovy/api/1.15.0/index.html>`_
176176

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

doc/conf.py

+2-2
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.14.0'
48+
version = '1.15.0'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '1.14.0'
50+
release = '1.15.0'
5151

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

doc/gradle.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Then edit the build.gradle file.
5151
}
5252
5353
dependencies {
54-
compile "org.geoscript:geoscript-groovy:1.14.0"
54+
compile "org.geoscript:geoscript-groovy:1.15.0"
5555
}
5656
5757
task wrapper(type: Wrapper) {

doc/mavenapp.rst

+1-1
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.14.0</version>
34+
<version>1.15.0</version>
3535
</dependency>
3636
</dependencies>
3737

doc/mavenwebappjndi.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _mavenwebappjndi:
1+
.. _mavenwebappjndi:
22

33
Create GeoScript Web App with JNDI and Maven
44
============================================
@@ -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.14.0</version>
45+
<version>1.15.0</version>
4646
</dependency>
4747
<depenencies>
4848

doc/quickstart.rst

+3-3
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.14.0.zip
36+
unzip geoscript-groovy-1.15.0.zip
3737

38-
#. Add the geoscript-groovy-1.14.0/bin directory to your path::
38+
#. Add the geoscript-groovy-1.15.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.14.0, JVM: 1.8.0_17)
45+
Groovy Shell (1.15.0, JVM: 1.8.0_17)
4646
Type 'help' or '\h' for help.
4747
-----------------------------------------------------------------------------------------------
4848
groovy:000> import geoscript.geom.Point

doc/releases.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
GeoScript Groovy Releases
44
=========================
55

6-
1.15.0 (In progress)
7-
--------------------
6+
1.15.0
7+
------
88
The 1.15 release of GeoScript is build on Groovy 3.0.3, GeoTools 23.0, and the Java Topology Suite 1.16.1 and requires Java 8.
99

1010
Add geoscript.carto package for building maps with cartographic elements like north arrows, text, and neatlines::

pom.xml

+2-2
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.15-SNAPSHOT</version>
8+
<version>1.15.0</version>
99
<repositories>
1010
<repository>
1111
<id>osgeo-releases</id>
@@ -513,7 +513,7 @@
513513
</plugins>
514514
</reporting>
515515
<properties>
516-
<gt.version>23-SNAPSHOT</gt.version>
516+
<gt.version>23.0</gt.version>
517517
<groovy.version>3.0.3</groovy.version>
518518
</properties>
519519
<name>geoscript groovy</name>

0 commit comments

Comments
 (0)