X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fubuntu%2Fpom.xml;h=c36999d4d173c1f78ffcffb2f550e19c5af48f66;hb=bd040b5ca256a803cbf5c01802b7d1bf967f6fb5;hp=c702b47445aac44c755b5fc1d717600da2dd9e51;hpb=3e3d50b89a392862d175d52e93387cc652cebe09;p=sdnc%2Foam.git diff --git a/installation/ubuntu/pom.xml b/installation/ubuntu/pom.xml index c702b474..c36999d4 100644 --- a/installation/ubuntu/pom.xml +++ b/installation/ubuntu/pom.xml @@ -5,14 +5,14 @@ org.onap.sdnc.oam installation - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT 4.0.0 pom org.onap.sdnc.oam installation-ubuntu - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT Installation - ubuntu Creates base ubuntu Docker container @@ -44,7 +44,7 @@ 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 { project.properties['project.docker.latesttag.version']=versionArray[0] + '.' + versionArray[1] + "-STAGING-latest";