Skip to content

Commit

Permalink
Release 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed Dec 26, 2022
1 parent 7edd3b6 commit 24a3f28
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 8 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.19.0</version>
<version>1.20.0</version>
</dependency>

Docker
Expand All @@ -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 |
+-----------+----------+-----------+--------+----------+
Expand Down Expand Up @@ -197,7 +197,7 @@ Versions
API Groovy Docs
---------------

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

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

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.19.0"
compile "org.geoscript:geoscript-groovy:1.20.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.19.0</version>
<version>1.20.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.19.0</version>
<version>1.20.0</version>
</dependency>
<depenencies>
Expand Down
26 changes: 26 additions & 0 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<groupId>org.geoscript</groupId>
<artifactId>geoscript-groovy</artifactId>
<packaging>jar</packaging>
<version>1.20-SNAPSHOT</version>
<version>1.20.0</version>
<properties>
<gt.version>28-SNAPSHOT</gt.version>
<gt.version>28.0</gt.version>
<jts.version>1.19.0</jts.version>
<groovy.version>3.0.13</groovy.version>
</properties>
Expand Down

0 comments on commit 24a3f28

Please sign in to comment.