From de2f1e42e37b975454af53aeb81a2ae2e7627e99 Mon Sep 17 00:00:00 2001 From: liboNet Date: Wed, 3 Apr 2019 15:50:50 +0800 Subject: [PATCH] Fix the artifact parent issue . the parent should point to org.onap.oparent:oparent:1.2.0 . the groupId for both should be set to org.onap.multicloud.framework Change-Id: I5e821c8382b8f2297276a0ca508093fccd4c9620 Issue-ID: MULTICLOUD-514 Signed-off-by: liboNet --- artifactbroker/pom.xml | 9 +++++---- multivimbroker/pom.xml | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/artifactbroker/pom.xml b/artifactbroker/pom.xml index 11d3903..1e0a1f7 100644 --- a/artifactbroker/pom.xml +++ b/artifactbroker/pom.xml @@ -15,12 +15,13 @@ - org.onap.multicloud.framework - multicloud-framework - 1.3.0-SNAPSHOT - + org.onap.oparent + oparent + 1.2.0 + ../oparent 4.0.0 + org.onap.multicloud.framework multicloud-framework-artifactbroker 1.3.0-SNAPSHOT pom diff --git a/multivimbroker/pom.xml b/multivimbroker/pom.xml index 3f88a70..cd8fc00 100644 --- a/multivimbroker/pom.xml +++ b/multivimbroker/pom.xml @@ -16,12 +16,13 @@ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - org.onap.multicloud.framework - multicloud-framework - 1.3.0-SNAPSHOT + org.onap.oparent + oparent + 1.2.0 + ../oparent 4.0.0 - org.onap.multicloud.framework.broker + org.onap.multicloud.framework multicloud-framework-broker 1.3.0-SNAPSHOT pom -- 2.16.6