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-client/client-simulator/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'appc-client/client-simulator/pom.xml') diff --git a/appc-client/client-simulator/pom.xml b/appc-client/client-simulator/pom.xml index c6383a3ef..cb6b2b051 100644 --- a/appc-client/client-simulator/pom.xml +++ b/appc-client/client-simulator/pom.xml @@ -27,7 +27,7 @@ 4.0.0 appc-java-client - org.openecomp.appc.client + org.onap.appc.client 1.3.0-SNAPSHOT client-simulator @@ -51,7 +51,7 @@ - org.openecomp.appc.simulator.client.main.ClientRunner + org.onap.appc.simulator.client.main.ClientRunner @@ -96,7 +96,7 @@ ${jackson.version} - org.openecomp.appc.client + org.onap.appc.client client-kit ${project.version} -- cgit 1.2.3-korg