X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fdmaap-listener%2Fpom.xml;fp=installation%2Fdmaap-listener%2Fpom.xml;h=9e3188e2d43aa92b31b07d8578299c633080fc2a;hb=ffac85c6fe621a33acb96881dc986e623f0459f6;hp=3405e5b26fbc3dba050337449efc8269892e0246;hpb=21bb99ad15e2697805e3915286dc965927263c79;p=sdnc%2Foam.git 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 @@ org.onap.sdnc.oam installation - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT 4.0.0 pom installation-dmaap-listener - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT Installation - dmaap-listener Creates dmaap-listener Docker container @@ -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 {