Skip to content

Commit 2000383

Browse files
committed
Release 1.18.0
1 parent 99cfc08 commit 2000383

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM groovy:jre8
2-
COPY target/geoscript-groovy-1.18-SNAPSHOT-app/geoscript-groovy-1.18-SNAPSHOT /usr/src/geoscript-groovy
2+
COPY target/geoscript-groovy-1.18.0-app/geoscript-groovy-1.18.0 /usr/src/geoscript-groovy
33
WORKDIR /usr/src/geoscript-groovy
44
CMD ["bin/geoscript-groovysh"]

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.18-SNAPSHOT</version>
8+
<version>1.18.0</version>
99
<repositories>
1010
<repository>
1111
<id>osgeo-releases</id>

0 commit comments

Comments
 (0)