Skip to content

Commit

Permalink
Release 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed Oct 21, 2021
1 parent 99cfc08 commit 2000383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM groovy:jre8
COPY target/geoscript-groovy-1.18-SNAPSHOT-app/geoscript-groovy-1.18-SNAPSHOT /usr/src/geoscript-groovy
COPY target/geoscript-groovy-1.18.0-app/geoscript-groovy-1.18.0 /usr/src/geoscript-groovy
WORKDIR /usr/src/geoscript-groovy
CMD ["bin/geoscript-groovysh"]
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.18-SNAPSHOT</version>
<version>1.18.0</version>
<repositories>
<repository>
<id>osgeo-releases</id>
Expand Down

0 comments on commit 2000383

Please sign in to comment.