aboutsummaryrefslogtreecommitdiffstats
path: root/restapi-call-node/provider/src/test/resources/test.xml
diff options
context:
space:
mode:
authorStilwell, David (stilwelld) <stilwelld@att.com>2017-08-10 00:50:12 +0000
committerStilwell, David (stilwelld) <stilwelld@att.com>2017-08-10 14:57:42 +0000
commit4515ffa52bc89b1bf40c791749fe518930441d82 (patch)
treed11fc5588a07a519df2b58db194e79d50a508580 /restapi-call-node/provider/src/test/resources/test.xml
parent7dbb6441c95aa5691a59dc918f864b4bf4e2e2ed (diff)
Refactor plugins to org onap ccsdk
Refactor code to use new package name org.onap.ccsdk.sli.plugins Change-Id: Ia5399b21e95d556890aef5ad27437f1ac120ef8d Issue-ID: CCSDK-21 Signed-off-by: Stilwell, David (stilwelld) <stilwelld@att.com>
Diffstat (limited to 'restapi-call-node/provider/src/test/resources/test.xml')
-rw-r--r--restapi-call-node/provider/src/test/resources/test.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/restapi-call-node/provider/src/test/resources/test.xml b/restapi-call-node/provider/src/test/resources/test.xml
index 76205dde..330064ea 100644
--- a/restapi-call-node/provider/src/test/resources/test.xml
+++ b/restapi-call-node/provider/src/test/resources/test.xml
@@ -23,7 +23,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.openecomp.sdnctl</groupId>
+ <groupId>org.onap.ccsdk.sli.plugins</groupId>
<artifactId>restapi-call-node</artifactId>
<version>6.0.0-SNAPSHOT</version>
</parent>
@@ -47,12 +47,12 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.openecomp.sdnctl</groupId>
+ <groupId>org.onap.ccsdk.sli</groupId>
<artifactId>sli-common</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>org.openecomp.sdnctl</groupId>
+ <groupId>org.onap.ccsdk.sli</groupId>
<artifactId>sli-provider</artifactId>
<scope>compile</scope>
</dependency>
@@ -99,7 +99,7 @@
<groupId>com.brocade.developer</groupId>
<artifactId>providermodule-plugin</artifactId>
<configuration>
- <packageId>org.openecomp.sdnctl</packageId>
+ <packageId>org.onap.ccsdk.sli.plugins</packageId>
<appName>restapi-call-node</appName>
</configuration>
<executions>
@@ -119,8 +119,8 @@
<extensions>true</extensions>
<configuration>
<instructions>
- <Bundle-SymbolicName>org.openecomp.sdnc.restapicall</Bundle-SymbolicName>
- <Export-Package>org.openecomp.sdnc.restapicall</Export-Package>
+ <Bundle-SymbolicName>org.onap.ccsdk.sli.plugins.restapicall</Bundle-SymbolicName>
+ <Export-Package>org.onap.ccsdk.sli.plugins.restapicall</Export-Package>
<Import-Package>*</Import-Package>
</instructions>