Skip to content

Commit

Permalink
Release 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed May 19, 2020
1 parent 0251679 commit 4c98ea5
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ and then include the GeoScript Groovy dependency::
<dependency>
<groupId>org.geoscript</groupId>
<artifactId>geoscript-groovy</artifactId>
<version>1.14.0</version>
<version>1.15.0</version>
</dependency>

Versions
Expand All @@ -136,7 +136,7 @@ Versions
+-----------+----------+-----------+--------+----------+
| GeoScript | GeoTools | GeoServer | JTS | Groovy |
+-----------+----------+-----------+--------+----------+
| 1.15 | 23 | 2.17 | 1.16.1 | 3.0.1 |
| 1.15 | 23 | 2.17 | 1.16.1 | 3.0.3 |
+-----------+----------+-----------+--------+----------+
| 1.14 | 22 | 2.16 | 1.16.1 | 2.5.8 |
+-----------+----------+-----------+--------+----------+
Expand Down Expand Up @@ -172,7 +172,7 @@ Versions
API Groovy Docs
---------------

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

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

Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
# built documents.
#
# The short X.Y version.
version = '1.14.0'
version = '1.15.0'
# The full version, including alpha/beta/rc tags.
release = '1.14.0'
release = '1.15.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/gradle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Then edit the build.gradle file.
}
dependencies {
compile "org.geoscript:geoscript-groovy:1.14.0"
compile "org.geoscript:geoscript-groovy:1.15.0"
}
task wrapper(type: Wrapper) {
Expand Down
2 changes: 1 addition & 1 deletion doc/mavenapp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add geoscript as a dependency in pom.xml.
<dependency>
<groupId>org.geoscript</groupId>
<artifactId>geoscript-groovy</artifactId>
<version>1.14.0</version>
<version>1.15.0</version>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions doc/mavenwebappjndi.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _mavenwebappjndi:
.. _mavenwebappjndi:

Create GeoScript Web App with JNDI and Maven
============================================
Expand Down Expand Up @@ -42,7 +42,7 @@ Add geoscript as a dependency in the **pom.xml** file:
<dependency>
<groupId>org.geoscript</groupId>
<artifactId>geoscript-groovy</artifactId>
<version>1.14.0</version>
<version>1.15.0</version>
</dependency>
<depenencies>
Expand Down
6 changes: 3 additions & 3 deletions doc/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ Install GeoScript

#. Unpack the GeoScript tarball::

unzip geoscript-groovy-1.14.0.zip
unzip geoscript-groovy-1.15.0.zip

#. Add the geoscript-groovy-1.14.0/bin directory to your path::
#. Add the geoscript-groovy-1.15.0/bin directory to your path::

export PATH=$(cd bin; pwd):$PATH

That's it. GeoScript Groovy should now be installed on the system. To verify the install execute the :command:`geoscript-groovysh` command::

% geoscript-groovysh
Groovy Shell (1.14.0, JVM: 1.8.0_17)
Groovy Shell (1.15.0, JVM: 1.8.0_17)
Type 'help' or '\h' for help.
-----------------------------------------------------------------------------------------------
groovy:000> import geoscript.geom.Point
Expand Down
4 changes: 2 additions & 2 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
GeoScript Groovy Releases
=========================

1.15.0 (In progress)
--------------------
1.15.0
------
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.

Add geoscript.carto package for building maps with cartographic elements like north arrows, text, and neatlines::
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.geoscript</groupId>
<artifactId>geoscript-groovy</artifactId>
<packaging>jar</packaging>
<version>1.15-SNAPSHOT</version>
<version>1.15.0</version>
<repositories>
<repository>
<id>osgeo-releases</id>
Expand Down Expand Up @@ -513,7 +513,7 @@
</plugins>
</reporting>
<properties>
<gt.version>23-SNAPSHOT</gt.version>
<gt.version>23.0</gt.version>
<groovy.version>3.0.3</groovy.version>
</properties>
<name>geoscript groovy</name>
Expand Down

0 comments on commit 4c98ea5

Please sign in to comment.