From 3efc13f943058c2679db322ec4e38dad20f98cc5 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Wed, 19 Jul 2017 16:38:36 -0400 Subject: Fix artifact group IDs (org.openecomp.so) Since the repositories were renamed from "mso" to "so" the artifact group IDs in the poms must be updated to match. Issue: SO-39 Change-Id: I617fe738a77d0f6c1d1cc0ac9474fb753f4e234c Signed-off-by: Rob Daugherty --- asdc-controller/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'asdc-controller') diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml index e0a620f8a9..830cfd1c7d 100644 --- a/asdc-controller/pom.xml +++ b/asdc-controller/pom.xml @@ -3,11 +3,11 @@ 4.0.0 org.openecomp - mso + so 1.1.0-SNAPSHOT - org.openecomp.mso + org.openecomp.so asdc-controller asdc-controller ASDC CLient and Controller @@ -47,7 +47,7 @@ test - org.openecomp.mso + org.openecomp.so mso-catalog-db ${project.version} @@ -91,7 +91,7 @@ - org.openecomp.mso + org.openecomp.so common ${project.version} @@ -109,7 +109,7 @@ provided - org.openecomp.mso + org.openecomp.so status-control ${project.version} -- cgit 1.2.3-korg