aboutsummaryrefslogtreecommitdiffstats
path: root/installation/appc/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'installation/appc/pom.xml')
-rw-r--r--installation/appc/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml
index 1b7651c..db6b673 100644
--- a/installation/appc/pom.xml
+++ b/installation/appc/pom.xml
@@ -5,14 +5,14 @@
<parent>
<groupId>org.openecomp.appc.deployment</groupId>
<artifactId>installation</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<groupId>org.openecomp.appc.deployment</groupId>
<artifactId>installation-appc</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
<name>Installation - APPC Docker</name>
<description>Creates APPC Docker container on top of the SDNC Base Docker Image</description>
@@ -213,7 +213,7 @@
if ( project.properties['ver'] != null ) {
versionArray = project.properties['ver'].split('\\.');
}
- if ( project.properties['ver'].endsWith("-SNAPSHOT") ) {
+ if ( project.properties['ver'].endsWith("-amsterdam") ) {
project.properties['dockertag1']=project.properties['ver'] + "-latest";
project.properties['dockertag2']="latest";
} else {