Skip to content

Commit 9e1d26d

Browse files
committed
Release 1.6.0
1 parent f05f29e commit 9e1d26d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

doc/download.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Downloads
44
=========
55

6+
`GeoScript JS 1.6.0 <https://github.com/geoscript/geoscript-js/releases/download/v1.6.0/geoscript-js-1.6.0.zip>`__
7+
68
`GeoScript JS 1.5.0 <https://github.com/geoscript/geoscript-js/releases/download/v1.5.0/geoscript-js-1.5.0.zip>`__
79

810
`GeoScript JS 1.4.0 <https://github.com/geoscript/geoscript-js/releases/download/v1.4.0/geoscript-js-1.4.0.zip>`__

doc/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ After extracting the release archive, you can open the GeoScript shell and impor
2929
3030
You can also use the uber jar that contains all dependencies and is runnable::
3131

32-
java -jar geoscript-js-1.5.0-app.jar
32+
java -jar geoscript-js-1.6.0-app.jar

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<groupId>org.geoscript</groupId>
55
<artifactId>geoscript-js</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.6-SNAPSHOT</version>
7+
<version>1.6.0</version>
88
<properties>
9-
<gt.version>27-SNAPSHOT</gt.version>
9+
<gt.version>27.0</gt.version>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1111
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1212
</properties>

0 commit comments

Comments
 (0)