aboutsummaryrefslogtreecommitdiffstats
path: root/installation/dmaap-listener/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-11-22 15:34:21 +0000
committerGerrit Code Review <gerrit@onap.org>2017-11-22 15:34:21 +0000
commitdeb9aa683a75703c6eabfc6cde693a6457173cc5 (patch)
tree4ed16bf3f743f53b68facb46a6498b36c70a1148 /installation/dmaap-listener/pom.xml
parent506a1c7e3b42cb6ecee291ad6daa575cb34b8bb8 (diff)
parentffac85c6fe621a33acb96881dc986e623f0459f6 (diff)
Merge "Bump patch version" into amsterdam
Former-commit-id: 0f5df747e09dc37fff3311a32cd2c471ee40c142
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 {