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/MSOCockpit/pom.xml | 10 +++++----- bpmn/MSOCommonBPMN/pom.xml | 10 +++++----- bpmn/MSOCoreBPMN/pom.xml | 8 ++++---- bpmn/MSOInfrastructureBPMN/pom.xml | 14 +++++++------- bpmn/MSOMockServer/pom.xml | 4 ++-- bpmn/MSORESTClient/pom.xml | 4 ++-- bpmn/MSOURN-plugin/pom.xml | 6 +++--- bpmn/pom.xml | 6 +++--- 8 files changed, 31 insertions(+), 31 deletions(-) (limited to 'bpmn') diff --git a/bpmn/MSOCockpit/pom.xml b/bpmn/MSOCockpit/pom.xml index 5fa9e7e2f1..b817e280d6 100644 --- a/bpmn/MSOCockpit/pom.xml +++ b/bpmn/MSOCockpit/pom.xml @@ -1,13 +1,13 @@ - org.openecomp.so + org.openecomp.so.framework bpmn 1.1.0-SNAPSHOT 4.0.0 - org.openecomp.so + org.openecomp.so.framework MSOCockpit pom MSOCockpit @@ -47,17 +47,17 @@ - org.openecomp.so + org.openecomp.so.framework common ${project.version} - org.openecomp.so + org.openecomp.so.framework cockpit-urnmap-plugin ${project.version} - org.openecomp.so + org.openecomp.so.framework MSOCoreBPMN ${project.version} diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index 3452fe3fdd..799d9f3ef0 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.so + org.openecomp.so.framework bpmn 1.1.0-SNAPSHOT @@ -296,13 +296,13 @@ 3.4 - org.openecomp.so + org.openecomp.so.framework MSOCoreBPMN ${project.version} - org.openecomp.so + org.openecomp.so.framework MSOCoreBPMN ${project.version} tests @@ -320,14 +320,14 @@ 4.3.2.RELEASE - org.openecomp.so + org.openecomp.so.framework MSOMockServer ${project.version} classes test - org.openecomp.so + org.openecomp.so.framework MSORESTClient ${project.version} 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} 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} diff --git a/bpmn/MSOMockServer/pom.xml b/bpmn/MSOMockServer/pom.xml index 34f7a2331d..38e2df6d92 100644 --- a/bpmn/MSOMockServer/pom.xml +++ b/bpmn/MSOMockServer/pom.xml @@ -1,12 +1,12 @@ - org.openecomp.so + org.openecomp.so.framework bpmn 1.1.0-SNAPSHOT 4.0.0 - org.openecomp.so + org.openecomp.so.framework MSOMockServer war diff --git a/bpmn/MSORESTClient/pom.xml b/bpmn/MSORESTClient/pom.xml index e17a58f488..f92c0c9a72 100644 --- a/bpmn/MSORESTClient/pom.xml +++ b/bpmn/MSORESTClient/pom.xml @@ -4,12 +4,12 @@ 4.0.0 - org.openecomp.so + org.openecomp.so.framework bpmn 1.1.0-SNAPSHOT - org.openecomp.so + org.openecomp.so.framework MSORESTClient jar diff --git a/bpmn/MSOURN-plugin/pom.xml b/bpmn/MSOURN-plugin/pom.xml index a8b198de58..f2160ccb4f 100644 --- a/bpmn/MSOURN-plugin/pom.xml +++ b/bpmn/MSOURN-plugin/pom.xml @@ -3,12 +3,12 @@ 4.0.0 - org.openecomp.so + org.openecomp.so.framework bpmn 1.1.0-SNAPSHOT - org.openecomp.so + org.openecomp.so.framework cockpit-urnmap-plugin jar @@ -56,7 +56,7 @@ provided - org.openecomp.so + org.openecomp.so.framework common ${project.version} compile diff --git a/bpmn/pom.xml b/bpmn/pom.xml index c7b914a276..1c9a7c8d8a 100644 --- a/bpmn/pom.xml +++ b/bpmn/pom.xml @@ -3,12 +3,12 @@ 4.0.0 - org.openecomp - so + org.openecomp.so + framework 1.1.0-SNAPSHOT - org.openecomp.so + org.openecomp.so.framework bpmn BPMN Subsystem BPMN Subsystem for MSO -- cgit 1.2.3-korg