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 --- 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 ef69e8acb1..007da9a784 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.so + org.openecomp.so.framework mso-api-handlers 1.1.0-SNAPSHOT @@ -97,7 +97,7 @@ 1.0.0.Final - org.openecomp.so + org.openecomp.so.framework common ${project.version} -- cgit 1.2.3-korg