Skip to content

Commit 24a3f28

Browse files
committed
Release 1.20.0
1 parent 7edd3b6 commit 24a3f28

6 files changed

+34
-8
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ and then include the GeoScript Groovy dependency::
127127
<dependency>
128128
<groupId>org.geoscript</groupId>
129129
<artifactId>geoscript-groovy</artifactId>
130-
<version>1.19.0</version>
130+
<version>1.20.0</version>
131131
</dependency>
132132

133133
Docker
@@ -151,7 +151,7 @@ Versions
151151
+-----------+----------+-----------+--------+----------+
152152
| GeoScript | GeoTools | GeoServer | JTS | Groovy |
153153
+-----------+----------+-----------+--------+----------+
154-
| 1.20 | 28 | 2.22 | 1.18.2 | 3.0.12 |
154+
| 1.20 | 28 | 2.22 | 1.19.0 | 3.0.13 |
155155
+-----------+----------+-----------+--------+----------+
156156
| 1.19 | 27 | 2.21 | 1.18.2 | 3.0.11 |
157157
+-----------+----------+-----------+--------+----------+
@@ -197,7 +197,7 @@ Versions
197197
API Groovy Docs
198198
---------------
199199

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

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

doc/gradle.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Then edit the build.gradle file.
5151
}
5252
5353
dependencies {
54-
compile "org.geoscript:geoscript-groovy:1.19.0"
54+
compile "org.geoscript:geoscript-groovy:1.20.0"
5555
}
5656
5757
task wrapper(type: Wrapper) {

doc/mavenapp.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add geoscript as a dependency in pom.xml.
3131
<dependency>
3232
<groupId>org.geoscript</groupId>
3333
<artifactId>geoscript-groovy</artifactId>
34-
<version>1.19.0</version>
34+
<version>1.20.0</version>
3535
</dependency>
3636
</dependencies>
3737

doc/mavenwebappjndi.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Add geoscript as a dependency in the **pom.xml** file:
4242
<dependency>
4343
<groupId>org.geoscript</groupId>
4444
<artifactId>geoscript-groovy</artifactId>
45-
<version>1.19.0</version>
45+
<version>1.20.0</version>
4646
</dependency>
4747
<depenencies>
4848

doc/releases.rst

+26
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
33
GeoScript Groovy Releases
44
=========================
55

6+
1.20.0
7+
------
8+
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.
9+
10+
Add offset curve method to Geometry.
11+
12+
Add concave hull method to Geometry.
13+
14+
Add triangulate method to Geometry.
15+
16+
Add TKWB Writer.
17+
18+
Add title to Symbolizer.
19+
20+
Add new properties to the ScaleBarItem (barStrokeWidth, barStrokeColor, and textColor).
21+
22+
Change the type property to imageType for the Json and Xml MapReaders.
23+
24+
Enable more table and scale bar styles in the Json and Xml CartoReaders.
25+
26+
Fix MapCube drawing by disabling map project sanity checks.
27+
28+
Add halo, point, line placement for labels in SimpleStyleReader.
29+
30+
Fix uber jar by adding JAI to appeders.
31+
632
1.19.0
733
------
834
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.

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<groupId>org.geoscript</groupId>
99
<artifactId>geoscript-groovy</artifactId>
1010
<packaging>jar</packaging>
11-
<version>1.20-SNAPSHOT</version>
11+
<version>1.20.0</version>
1212
<properties>
13-
<gt.version>28-SNAPSHOT</gt.version>
13+
<gt.version>28.0</gt.version>
1414
<jts.version>1.19.0</jts.version>
1515
<groovy.version>3.0.13</groovy.version>
1616
</properties>

0 commit comments

Comments
 (0)