Skip to content

Commit

Permalink
Release 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed Jun 4, 2022
1 parent 0976cec commit 07d4681
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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.18.0</version>
<version>1.19.0</version>
</dependency>

Docker
Expand Down Expand Up @@ -195,7 +195,7 @@ Versions
API Groovy Docs
---------------

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

`1.18.0 <http://geoscript.github.io/geoscript-groovy/api/1.18.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.18.0"
compile "org.geoscript:geoscript-groovy:1.19.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.18.0</version>
<version>1.19.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.18.0</version>
<version>1.19.0</version>
</dependency>
<depenencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.geoscript</groupId>
<artifactId>geoscript-groovy</artifactId>
<packaging>jar</packaging>
<version>1.19-SNAPSHOT</version>
<version>1.19.0</version>
<repositories>
<repository>
<id>osgeo-releases</id>
Expand Down

0 comments on commit 07d4681

Please sign in to comment.