aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpom.xml2
-rwxr-xr-xproperties-node/pom.xml2
-rwxr-xr-xrestapi-call-node/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 71303b79..b0973220 100755
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<groupId>org.onap.ccsdk.sli.plugins</groupId>
- <artifactId>sdnc-plugins</artifactId>
+ <artifactId>ccsdk-sli-plugins</artifactId>
<name>SDN-C Java Plugins</name>
<url>https://wiki.onap.org</url>
diff --git a/properties-node/pom.xml b/properties-node/pom.xml
index 066db5e0..1f860b70 100755
--- a/properties-node/pom.xml
+++ b/properties-node/pom.xml
@@ -2,7 +2,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/maven-v4_0_0.xsd">
<parent>
<groupId>org.onap.ccsdk.sli.plugins</groupId>
- <artifactId>sdnc-plugins</artifactId>
+ <artifactId>ccsdk-sli-plugins</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>
diff --git a/restapi-call-node/pom.xml b/restapi-call-node/pom.xml
index 7e1886f4..b819e47e 100755
--- a/restapi-call-node/pom.xml
+++ b/restapi-call-node/pom.xml
@@ -2,7 +2,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/maven-v4_0_0.xsd">
<parent>
<groupId>org.onap.ccsdk.sli.plugins</groupId>
- <artifactId>sdnc-plugins</artifactId>
+ <artifactId>ccsdk-sli-plugins</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>