From 24a3f2895d2679717e4b9f34116620f6ad70e1da Mon Sep 17 00:00:00 2001 From: Jared Erickson Date: Mon, 26 Dec 2022 09:46:00 -0800 Subject: [PATCH] Release 1.20.0 --- README.rst | 6 +++--- doc/gradle.rst | 2 +- doc/mavenapp.rst | 2 +- doc/mavenwebappjndi.rst | 2 +- doc/releases.rst | 26 ++++++++++++++++++++++++++ pom.xml | 4 ++-- 6 files changed, 34 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 8bf1f6e2..6049561a 100644 --- a/README.rst +++ b/README.rst @@ -127,7 +127,7 @@ and then include the GeoScript Groovy dependency:: org.geoscript geoscript-groovy - 1.19.0 + 1.20.0 Docker @@ -151,7 +151,7 @@ Versions +-----------+----------+-----------+--------+----------+ | GeoScript | GeoTools | GeoServer | JTS | Groovy | +-----------+----------+-----------+--------+----------+ -| 1.20 | 28 | 2.22 | 1.18.2 | 3.0.12 | +| 1.20 | 28 | 2.22 | 1.19.0 | 3.0.13 | +-----------+----------+-----------+--------+----------+ | 1.19 | 27 | 2.21 | 1.18.2 | 3.0.11 | +-----------+----------+-----------+--------+----------+ @@ -197,7 +197,7 @@ Versions API Groovy Docs --------------- -`1.20-SNAPSHOT `_ +`1.20.0 `_ `1.19.0 `_ diff --git a/doc/gradle.rst b/doc/gradle.rst index c995f7cf..b7078712 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.19.0" + compile "org.geoscript:geoscript-groovy:1.20.0" } task wrapper(type: Wrapper) { diff --git a/doc/mavenapp.rst b/doc/mavenapp.rst index 68034404..df5b7cd4 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.19.0 + 1.20.0 diff --git a/doc/mavenwebappjndi.rst b/doc/mavenwebappjndi.rst index ac2866ad..13b642fa 100644 --- a/doc/mavenwebappjndi.rst +++ b/doc/mavenwebappjndi.rst @@ -42,7 +42,7 @@ Add geoscript as a dependency in the **pom.xml** file: org.geoscript geoscript-groovy - 1.19.0 + 1.20.0 diff --git a/doc/releases.rst b/doc/releases.rst index 4eb18500..fd01c89b 100644 --- a/doc/releases.rst +++ b/doc/releases.rst @@ -3,6 +3,32 @@ GeoScript Groovy Releases ========================= +1.20.0 +------ +The 1.20 release of GeoScript is build on Groovy 3.0.13, GeoTools 28.0, and the Java Topology Suite 1.90.0 and requires Java 8. + +Add offset curve method to Geometry. + +Add concave hull method to Geometry. + +Add triangulate method to Geometry. + +Add TKWB Writer. + +Add title to Symbolizer. + +Add new properties to the ScaleBarItem (barStrokeWidth, barStrokeColor, and textColor). + +Change the type property to imageType for the Json and Xml MapReaders. + +Enable more table and scale bar styles in the Json and Xml CartoReaders. + +Fix MapCube drawing by disabling map project sanity checks. + +Add halo, point, line placement for labels in SimpleStyleReader. + +Fix uber jar by adding JAI to appeders. + 1.19.0 ------ The 1.19 release of GeoScript is build on Groovy 3.0.11, GeoTools 27.0, and the Java Topology Suite 1.18.2 and requires Java 8. diff --git a/pom.xml b/pom.xml index e13c7cd4..92360826 100755 --- a/pom.xml +++ b/pom.xml @@ -8,9 +8,9 @@ org.geoscript geoscript-groovy jar - 1.20-SNAPSHOT + 1.20.0 - 28-SNAPSHOT + 28.0 1.19.0 3.0.13