X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fubuntu%2Fpom.xml;h=c36999d4d173c1f78ffcffb2f550e19c5af48f66;hb=bd040b5ca256a803cbf5c01802b7d1bf967f6fb5;hp=17f1e0e84b704ade1d308ed121f2ef52bd645bbb;hpb=5e114568fffa29940d6ec4f1554921a78b7d984b;p=sdnc%2Foam.git diff --git a/installation/ubuntu/pom.xml b/installation/ubuntu/pom.xml index 17f1e0e8..c36999d4 100644 --- a/installation/ubuntu/pom.xml +++ b/installation/ubuntu/pom.xml @@ -3,22 +3,22 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - org.openecomp.sdnc.oam + org.onap.sdnc.oam installation - 1.1.1-SNAPSHOT + 1.2.1-SNAPSHOT 4.0.0 pom - org.openecomp.sdnc.oam + org.onap.sdnc.oam installation-ubuntu - 1.1.1-SNAPSHOT + 1.2.1-SNAPSHOT Installation - ubuntu Creates base ubuntu Docker container - openecomp/ubuntu-sdnc-image + onap/ubuntu-sdnc-image ${project.version} @@ -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";