aboutsummaryrefslogtreecommitdiffstats
path: root/installation/dmaap-listener/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'installation/dmaap-listener/pom.xml')
-rw-r--r--installation/dmaap-listener/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml
index 3405e5b2..9e3188e2 100644
--- a/installation/dmaap-listener/pom.xml
+++ b/installation/dmaap-listener/pom.xml
@@ -5,12 +5,12 @@
<parent>
<groupId>org.onap.sdnc.oam</groupId>
<artifactId>installation</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<artifactId>installation-dmaap-listener</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
<name>Installation - dmaap-listener</name>
<description>Creates dmaap-listener Docker container</description>
@@ -45,7 +45,7 @@
versionArray = project.properties['sdnc.project.version'].split('\\.');
}
- if (project.properties['sdnc.project.version'].endsWith("-SNAPSHOT"))
+ if (project.properties['sdnc.project.version'].endsWith("-amsterdam"))
{
project.properties['project.docker.latesttag.version']=versionArray[0] + '.' + versionArray[1] + "-STAGING-latest";
} else {