aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--installation/appc/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml
index c1885a1..5f2aa83 100644
--- a/installation/appc/pom.xml
+++ b/installation/appc/pom.xml
@@ -214,7 +214,7 @@
if ( project.properties['ver'] != null ) {
versionArray = project.properties['ver'].split('\\.');
}
- if ( project.properties['ver'].endsWith("-amsterdam") ) {
+ if ( project.properties['ver'].endsWith("-SNAPSHOT") ) {
project.properties['dockertag1']=project.properties['ver'] + "-latest";
project.properties['dockertag2']="latest";
project.properties['appc.version']=project.properties['appc.snapshot.version'];