From 658a739aaf07bda8ad090e43e6e0780c2d1a5f8a Mon Sep 17 00:00:00 2001 From: Michael Hwang Date: Thu, 14 Sep 2017 14:42:52 -0400 Subject: Make updates to pom to work with oparent and jjb Change-Id: Id8dc78bde28861a6dd548a20840d638ad00c1ac9 Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang --- pom.xml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 82717d2..ea210d5 100644 --- a/pom.xml +++ b/pom.xml @@ -1,8 +1,14 @@ 4.0.0 - org.openecomp.dcae - dcae-inventory + + org.onap.oparent + oparent + 1.0.0-SNAPSHOT + + + org.onap.dcaegen2.platform + inventory-api 1.2.0 @@ -15,7 +21,6 @@ AT&T Intellectual Property. All rights reserved. yyyyMMdd'T'HHmmss - nexus3.onap.org:10003 https://nexus.onap.org content/repositories/snapshots/ content/repositories/releases/ @@ -296,8 +301,7 @@ ${project.artifactId} - ${docker.registry}/openecomp/${project.artifactId}:${project.version}-${maven.build.timestamp} - + ${onap.nexus.dockerregistry.daily}/onap/${project.groupId}.${project.artifactId}:${project.version}-${maven.build.timestamp} false @@ -309,8 +313,7 @@ ${project.artifactId} - ${docker.registry}/openecomp/${project.artifactId}:LATEST - + ${onap.nexus.dockerregistry.daily}/onap/${project.groupId}.${project.artifactId}:LATEST false -- cgit 1.2.3-korg