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/MSOCoreBPMN/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bpmn/MSOCoreBPMN/pom.xml') diff --git a/bpmn/MSOCoreBPMN/pom.xml b/bpmn/MSOCoreBPMN/pom.xml index 29ea1b6e01..9de2793d44 100644 --- a/bpmn/MSOCoreBPMN/pom.xml +++ b/bpmn/MSOCoreBPMN/pom.xml @@ -2,12 +2,12 @@ - org.openecomp.so + org.openecomp.so.framework bpmn 1.1.0-SNAPSHOT 4.0.0 - org.openecomp.so + org.openecomp.so.framework MSOCoreBPMN jar @@ -134,7 +134,7 @@ Saxon-HE - org.openecomp.so + org.openecomp.so.framework common ${project.version} @@ -169,7 +169,7 @@ 1.6 - org.openecomp.so + org.openecomp.so.framework status-control ${project.version} -- cgit 1.2.3-korg