From 22e015f9a91ff368169605bc8566e7df4169e9c9 Mon Sep 17 00:00:00 2001 From: Arthur Martella Date: Thu, 22 Feb 2018 14:24:40 -0500 Subject: Port SO artifacts to ONAP folder structure Change-Id: Ib7aea4df7e6a31cf5e1e6513b89bed6f878537af Issue-ID: SO-372 Signed-off-by: Arthur Martella --- mso-api-handlers/mso-api-handler-common/pom.xml | 8 ++++---- mso-api-handlers/mso-api-handler-infra/pom.xml | 10 +++++----- mso-api-handlers/mso-requests-db/pom.xml | 4 ++-- mso-api-handlers/pom.xml | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) (limited to 'mso-api-handlers') diff --git a/mso-api-handlers/mso-api-handler-common/pom.xml b/mso-api-handlers/mso-api-handler-common/pom.xml index eaab61c756..8eab5d6a47 100644 --- a/mso-api-handlers/mso-api-handler-common/pom.xml +++ b/mso-api-handlers/mso-api-handler-common/pom.xml @@ -3,13 +3,13 @@ 4.0.0 - org.openecomp.so + org.onap.so mso-api-handlers 1.2.0-SNAPSHOT - org.openecomp.so + org.onap.so mso-api-handler-common ECOMP MSO API Handler common @@ -73,13 +73,13 @@ - org.openecomp.so + org.onap.so mso-catalog-db ${project.version} - org.openecomp.so + org.onap.so mso-requests-db ${project.version} diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml index f152116421..08ff9fedd0 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml @@ -3,7 +3,7 @@ 4.0.0 - org.openecomp.so + org.onap.so mso-api-handlers 1.2.0-SNAPSHOT @@ -220,22 +220,22 @@ ${spring-version} - org.openecomp.so + org.onap.so mso-catalog-db ${project.version} - org.openecomp.so + org.onap.so mso-requests-db ${project.version} - org.openecomp.so + org.onap.so mso-api-handler-common ${project.version} - org.openecomp.so + org.onap.so status-control ${project.version} diff --git a/mso-api-handlers/mso-requests-db/pom.xml b/mso-api-handlers/mso-requests-db/pom.xml index cdfa0fa8db..b14c87a0d4 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.onap.so mso-api-handlers 1.2.0-SNAPSHOT @@ -103,7 +103,7 @@ 1.0.0.Final - org.openecomp.so + org.onap.so common ${project.version} diff --git a/mso-api-handlers/pom.xml b/mso-api-handlers/pom.xml index 4399c75155..06eedc5675 100644 --- a/mso-api-handlers/pom.xml +++ b/mso-api-handlers/pom.xml @@ -2,12 +2,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.onap.so so 1.2.0-SNAPSHOT - org.openecomp.so + org.onap.so mso-api-handlers API Handler API Handler for MSO -- cgit 1.2.3-korg