From 8047b7cc808079539dc18de940cf22b66023a9f7 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Tue, 1 Aug 2017 11:56:58 -0400 Subject: Failed to deploy so artifacts in nexus More problems encountered since mso repos were renamed. We now have found that this declaration in the top-level so pom causes the deploy to fail with a 403 Forbidden error: org.openecomp so We are changing this to: org.openecomp.so framework Issue: SO-21 Change-Id: I4e21d689c73c5071bde725127bb81482ce3d91f9 Signed-off-by: Rob Daugherty --- bpmn/MSOInfrastructureBPMN/pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'bpmn/MSOInfrastructureBPMN') diff --git a/bpmn/MSOInfrastructureBPMN/pom.xml b/bpmn/MSOInfrastructureBPMN/pom.xml index 5c0eff96bb..374253175a 100644 --- a/bpmn/MSOInfrastructureBPMN/pom.xml +++ b/bpmn/MSOInfrastructureBPMN/pom.xml @@ -1,7 +1,7 @@ - org.openecomp.so + org.openecomp.so.framework bpmn 1.1.0-SNAPSHOT @@ -282,17 +282,17 @@ 3.4 - org.openecomp.so + org.openecomp.so.framework MSOCoreBPMN ${project.version} - org.openecomp.so + org.openecomp.so.framework MSOCommonBPMN ${project.version} - org.openecomp.so + org.openecomp.so.framework MSOCommonBPMN ${project.version} tests @@ -300,7 +300,7 @@ - org.openecomp.so + org.openecomp.so.framework MSOCoreBPMN ${project.version} tests @@ -318,14 +318,14 @@ 4.3.2.RELEASE - org.openecomp.so + org.openecomp.so.framework MSOMockServer ${project.version} test classes - org.openecomp.so + org.openecomp.so.framework MSORESTClient ${project.version} -- cgit 1.2.3-korg