Skip to content

Commit 07d4681

Browse files
committed
Release 1.19.0
1 parent 0976cec commit 07d4681

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.rst

+2-2
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.18.0</version>
130+
<version>1.19.0</version>
131131
</dependency>
132132

133133
Docker
@@ -195,7 +195,7 @@ Versions
195195
API Groovy Docs
196196
---------------
197197

198-
`1.19-SNAPSHOT <http://geoscript.github.io/geoscript-groovy/api/1.19-SNAPSHOT/index.html>`_
198+
`1.19.0 <http://geoscript.github.io/geoscript-groovy/api/1.19.0/index.html>`_
199199

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

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.18.0"
54+
compile "org.geoscript:geoscript-groovy:1.19.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.18.0</version>
34+
<version>1.19.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.18.0</version>
45+
<version>1.19.0</version>
4646
</dependency>
4747
<depenencies>
4848

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.geoscript</groupId>
66
<artifactId>geoscript-groovy</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.19-SNAPSHOT</version>
8+
<version>1.19.0</version>
99
<repositories>
1010
<repository>
1111
<id>osgeo-releases</id>

0 commit comments

Comments
 (0)