From 4c98ea582b85725cf2801fa5c4f9dc9c6b746870 Mon Sep 17 00:00:00 2001 From: Jared Erickson Date: Tue, 19 May 2020 16:35:18 -0700 Subject: [PATCH] Release 1.15.0 --- README.rst | 6 +++--- doc/conf.py | 4 ++-- doc/gradle.rst | 2 +- doc/mavenapp.rst | 2 +- doc/mavenwebappjndi.rst | 4 ++-- doc/quickstart.rst | 6 +++--- doc/releases.rst | 4 ++-- pom.xml | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.rst b/README.rst index 80b605e1..ef817585 100644 --- a/README.rst +++ b/README.rst @@ -127,7 +127,7 @@ and then include the GeoScript Groovy dependency:: org.geoscript geoscript-groovy - 1.14.0 + 1.15.0 Versions @@ -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 | +-----------+----------+-----------+--------+----------+ @@ -172,7 +172,7 @@ Versions API Groovy Docs --------------- -`1.15-SNAPSHOT `_ +`1.15.0 `_ `1.14.0 `_ diff --git a/doc/conf.py b/doc/conf.py index 9157381a..64ff830b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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. diff --git a/doc/gradle.rst b/doc/gradle.rst index 78f42c8c..64593934 100644 --- a/doc/gradle.rst +++ b/doc/gradle.rst @@ -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) { diff --git a/doc/mavenapp.rst b/doc/mavenapp.rst index 75e82482..dc58734a 100644 --- a/doc/mavenapp.rst +++ b/doc/mavenapp.rst @@ -31,7 +31,7 @@ Add geoscript as a dependency in pom.xml. org.geoscript geoscript-groovy - 1.14.0 + 1.15.0 diff --git a/doc/mavenwebappjndi.rst b/doc/mavenwebappjndi.rst index d69ec665..0cee032f 100644 --- a/doc/mavenwebappjndi.rst +++ b/doc/mavenwebappjndi.rst @@ -1,4 +1,4 @@ -.. _mavenwebappjndi: + .. _mavenwebappjndi: Create GeoScript Web App with JNDI and Maven ============================================ @@ -42,7 +42,7 @@ Add geoscript as a dependency in the **pom.xml** file: org.geoscript geoscript-groovy - 1.14.0 + 1.15.0 diff --git a/doc/quickstart.rst b/doc/quickstart.rst index 81bb3280..a7655f85 100644 --- a/doc/quickstart.rst +++ b/doc/quickstart.rst @@ -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 diff --git a/doc/releases.rst b/doc/releases.rst index 681f4820..d235d841 100644 --- a/doc/releases.rst +++ b/doc/releases.rst @@ -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:: diff --git a/pom.xml b/pom.xml index e96e53aa..4b324ee0 100755 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.geoscript geoscript-groovy jar - 1.15-SNAPSHOT + 1.15.0 osgeo-releases @@ -513,7 +513,7 @@ - 23-SNAPSHOT + 23.0 3.0.3 geoscript groovy