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 --- bpmn/MSOCommonBPMN/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bpmn/MSOCommonBPMN/pom.xml') diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index e35c874a4e..3452fe3fdd 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - org.openecomp.mso + org.openecomp.so bpmn 1.1.0-SNAPSHOT @@ -296,13 +296,13 @@ 3.4 - org.openecomp.mso + org.openecomp.so MSOCoreBPMN ${project.version} - org.openecomp.mso + org.openecomp.so MSOCoreBPMN ${project.version} tests @@ -320,14 +320,14 @@ 4.3.2.RELEASE - org.openecomp.mso + org.openecomp.so MSOMockServer ${project.version} classes test - org.openecomp.mso + org.openecomp.so MSORESTClient ${project.version} -- cgit 1.2.3-korg