We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99cfc08 commit 2000383Copy full SHA for 2000383
Dockerfile
@@ -1,4 +1,4 @@
1
FROM groovy:jre8
2
-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
3
WORKDIR /usr/src/geoscript-groovy
4
CMD ["bin/geoscript-groovysh"]
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>org.geoscript</groupId>
6
<artifactId>geoscript-groovy</artifactId>
7
<packaging>jar</packaging>
8
- <version>1.18-SNAPSHOT</version>
+ <version>1.18.0</version>
9
<repositories>
10
<repository>
11
<id>osgeo-releases</id>
0 commit comments