Skip to content

Commit

Permalink
Release 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed Sep 21, 2019
1 parent c9a12eb commit 51d569a
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 14 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ and then include the GeoScript Groovy dependency::
<dependency>
<groupId>org.geoscript</groupId>
<artifactId>geoscript-groovy</artifactId>
<version>1.13.0</version>
<version>1.14.0</version>
</dependency>

Versions
Expand All @@ -135,7 +135,7 @@ Versions
+-----------+----------+-----------+--------+----------+
| GeoScript | GeoTools | GeoServer | JTS | Groovy |
+-----------+----------+-----------+--------+----------+
| 1.14 | 22 | 2.16 | 1.16.0 | 2.5.8 |
| 1.14 | 22 | 2.16 | 1.16.1 | 2.5.8 |
+-----------+----------+-----------+--------+----------+
| 1.13 | 21 | 2.15 | 1.16.0 | 2.5.6 |
+-----------+----------+-----------+--------+----------+
Expand Down Expand Up @@ -169,7 +169,7 @@ Versions
API Groovy Docs
---------------

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

`1.13.0 <http://geoscript.github.io/geoscript-groovy/api/1.13.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.13.0'
version = '1.14.0'
# The full version, including alpha/beta/rc tags.
release = '1.13.0'
release = '1.14.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/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Downloads
Stable
------

`GeoScript Groovy 1.13.0 <https://github.com/jericks/geoscript-groovy/releases>`_ is the current stable version.
`GeoScript Groovy 1.14.0 <https://github.com/jericks/geoscript-groovy/releases>`_ is the current stable version.

Experimental
------------
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.13.0"
compile "org.geoscript:geoscript-groovy:1.14.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.13.0</version>
<version>1.14.0</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion doc/mavenwebappjndi.rst
Original file line number Diff line number Diff line change
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.13.0</version>
<version>1.14.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.13.0.zip
unzip geoscript-groovy-1.14.0.zip

#. Add the geoscript-groovy-1.13.0/bin directory to your path::
#. Add the geoscript-groovy-1.14.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.13.0, JVM: 1.8.0_17)
Groovy Shell (1.14.0, JVM: 1.8.0_17)
Type 'help' or '\h' for help.
-----------------------------------------------------------------------------------------------
groovy:000> import geoscript.geom.Point
Expand Down
21 changes: 21 additions & 0 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
GeoScript Groovy Releases
=========================

1.14.0
------
The 1.14 release of GeoScript is build on Groovy 2.5.8, GeoTools 22.0, and the Java Topology Suite 1.16.1 and requires Java 8.

The SpatiaLite Workspace in now based on OGR.

Added a Geometry TWKB Reader.

Set user agent for OSM tile requests.

Added a LineString and MultiLineString createPointsAlong(double distance) method.

Fixed WMSLayer getBounds method.

Added Band.getDescription() method.

Added an example for creating a geopackage database from natural earth data.

Added an example for creating a MBTiles file from natural earth data.


1.13.0
------
The 1.13 release of GeoScript is built on Groovy 2.5.6, GeoTools 21.0, and the Java Topology Suite 1.16.0 and requires Java 8.
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.14-SNAPSHOT</version>
<version>1.14.0</version>
<repositories>
<repository>
<id>boundless</id>
Expand Down Expand Up @@ -504,7 +504,7 @@
</plugins>
</reporting>
<properties>
<gt.version>22-SNAPSHOT</gt.version>
<gt.version>22.0</gt.version>
</properties>
<name>geoscript groovy</name>
<description>A groovy implementation of geoscript.</description>
Expand Down

0 comments on commit 51d569a

Please sign in to comment.