We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee89c92 commit a672a6fCopy full SHA for a672a6f
2 files changed
doc/download.rst
@@ -3,5 +3,5 @@
3
Downloads
4
=========
5
6
-`GeoScript JS 1.1.0 <https://github.com/geoscript/geoscript-js/releases/download/1.1.0/geoscript-js-1.1.0.zip>`__
+`GeoScript JS 1.1.0 <https://github.com/geoscript/geoscript-js/releases/download/v1.1.0/geoscript-js-1.1.0.zip>`__
7
pom.xml
@@ -4,9 +4,9 @@
<groupId>org.geoscript</groupId>
<artifactId>geoscript-js</artifactId>
<packaging>jar</packaging>
- <version>1.1.0</version>
+ <version>1.2.0-SNAPSHOT</version>
8
<properties>
9
- <gt.version>22.0</gt.version>
+ <gt.version>23.0</gt.version>
10
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
11
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
12
</properties>
0 commit comments