Cleanup artifactId for ccsdk/sli/plugins 11/9111/2
authorDan Timoney <dtimoney@att.com>
Tue, 29 Aug 2017 12:57:00 +0000 (08:57 -0400)
committerDan Timoney <dtimoney@att.com>
Tue, 29 Aug 2017 14:28:48 +0000 (10:28 -0400)
ArtifactId for ccsdk/sli/plugins pom.xml should not be identical to that for
sdnc/plugins, otherwise import to Eclipse of both will be confusing
Updated parent artifactId in each module pom.xml under ccsdk/sli/plugins

Change-Id: I13d0d09c9c6f125011942bfe700f6a2b3d1c271b
Issue-ID: CCSDK-70
Signed-off-by: Dan Timoney <dtimoney@att.com>
pom.xml
properties-node/pom.xml
restapi-call-node/pom.xml

diff --git a/pom.xml b/pom.xml
index 71303b7..b097322 100755 (executable)
--- 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>
index 066db5e..1f860b7 100755 (executable)
@@ -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">\r
     <parent>\r
         <groupId>org.onap.ccsdk.sli.plugins</groupId>\r
-        <artifactId>sdnc-plugins</artifactId>\r
+        <artifactId>ccsdk-sli-plugins</artifactId>\r
         <version>0.1.0-SNAPSHOT</version>\r
     </parent>\r
 \r
index 7e1886f..b819e47 100755 (executable)
@@ -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>