From 0756759f39e125b02d63b4e93de83b3c6b13beea Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 13 Dec 2017 11:09:30 -0800 Subject: First part of onap rename This is the first commit of the rename. This commit changes refereces to org.openecomp.appc > org.onap.appc that occur within files. The package folder structure is not changed in this commit. Change-Id: Ic95d749eb99d8a6f4f2b9ee9b06eb41c5cfa7e1c Signed-off-by: Patrick Brady Issue-ID: APPC-13 --- appc-dispatcher/appc-dispatcher-installer/pom.xml | 32 +++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'appc-dispatcher/appc-dispatcher-installer') diff --git a/appc-dispatcher/appc-dispatcher-installer/pom.xml b/appc-dispatcher/appc-dispatcher-installer/pom.xml index b02674d57..e648e0009 100644 --- a/appc-dispatcher/appc-dispatcher-installer/pom.xml +++ b/appc-dispatcher/appc-dispatcher-installer/pom.xml @@ -3,7 +3,7 @@ 4.0.0 appc-dispatcher - org.openecomp.appc + org.onap.appc 1.3.0-SNAPSHOT @@ -15,16 +15,16 @@ appc-dispatcher appc-dispatcher appc-license-manager - + - mvn:org.openecomp.appc/appc-dispatcher-features/${project.version}/xml/features - mvn:org.openecomp.appc/appc-request-handler-features/${project.version}/xml/features - mvn:org.openecomp.appc/appc-command-executor-features/${project.version}/xml/features - mvn:org.openecomp.appc/appc-lifecycle-management-features/${project.version}/xml/features - mvn:org.openecomp.appc/appc-license-manager-features/${project.version}/xml/features - mvn:org.openecomp.appc/appc-workflow-management-features/${project.version}/xml/features - mvn:org.openecomp.appc/lock-manager-features/${project.version}/xml/features + mvn:org.onap.appc/appc-dispatcher-features/${project.version}/xml/features + mvn:org.onap.appc/appc-request-handler-features/${project.version}/xml/features + mvn:org.onap.appc/appc-command-executor-features/${project.version}/xml/features + mvn:org.onap.appc/appc-lifecycle-management-features/${project.version}/xml/features + mvn:org.onap.appc/appc-license-manager-features/${project.version}/xml/features + mvn:org.onap.appc/appc-workflow-management-features/${project.version}/xml/features + mvn:org.onap.appc/lock-manager-features/${project.version}/xml/features false @@ -32,7 +32,7 @@ - org.openecomp.appc + org.onap.appc appc-dispatcher-features ${project.version} features @@ -46,7 +46,7 @@ - org.openecomp.appc + org.onap.appc appc-request-handler-features ${project.version} features @@ -60,7 +60,7 @@ - org.openecomp.appc + org.onap.appc appc-command-executor-features ${project.version} features @@ -74,7 +74,7 @@ - org.openecomp.appc + org.onap.appc appc-lifecycle-management-features ${project.version} features @@ -88,7 +88,7 @@ - org.openecomp.appc + org.onap.appc appc-workflow-management-features ${project.version} features @@ -102,7 +102,7 @@ - org.openecomp.appc + org.onap.appc appc-license-manager-features ${project.version} features @@ -116,7 +116,7 @@ - org.openecomp.appc + org.onap.appc lock-manager-features ${project.version} features -- cgit 1.2.3-korg