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 --- status-control/pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'status-control') diff --git a/status-control/pom.xml b/status-control/pom.xml index 37ae251939..40f3bad5f5 100644 --- a/status-control/pom.xml +++ b/status-control/pom.xml @@ -4,12 +4,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.openecomp - so + org.openecomp.so + framework 1.1.0-SNAPSHOT - org.openecomp.so + org.openecomp.so.framework status-control MSO Status Control module Contains classes to update and query the MSO status per site @@ -22,17 +22,17 @@ test - org.openecomp.so + org.openecomp.so.framework common ${project.version} - org.openecomp.so + org.openecomp.so.framework mso-catalog-db ${project.version} - org.openecomp.so + org.openecomp.so.framework mso-requests-db ${project.version} @@ -70,4 +70,4 @@ - \ No newline at end of file + -- cgit 1.2.3-korg