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 --- mso-api-handlers/mso-requests-db/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mso-api-handlers/mso-requests-db') diff --git a/mso-api-handlers/mso-requests-db/pom.xml b/mso-api-handlers/mso-requests-db/pom.xml index 63520f065b..ef69e8acb1 100644 --- a/mso-api-handlers/mso-requests-db/pom.xml +++ b/mso-api-handlers/mso-requests-db/pom.xml @@ -3,7 +3,7 @@ 4.0.0 - org.openecomp.mso + org.openecomp.so mso-api-handlers 1.1.0-SNAPSHOT @@ -97,7 +97,7 @@ 1.0.0.Final - org.openecomp.mso + org.openecomp.so common ${project.version} -- cgit