Cleanup artifactId for ccsdk/sli/core 99/9099/2
authorDan Timoney <dtimoney@att.com>
Tue, 29 Aug 2017 12:41:38 +0000 (08:41 -0400)
committerDan Timoney <dtimoney@att.com>
Tue, 29 Aug 2017 13:33:29 +0000 (09:33 -0400)
ArtifactId for ccsdk/sli/core pom.xml should not be identical to that for
sdnc/core, otherwise import to Eclipse of both will be confusing.
Update parent tag in each module pom under ccsdk/sli/core to new
artifactId

Change-Id: Ia78a11dc4f82dfda8fd863167daa8e8f4951b6f5
Issue-ID: CCSDK-70
Signed-off-by: Dan Timoney <dtimoney@att.com>
dblib/pom.xml
filters/pom.xml
pom.xml
sli/pom.xml
sliPluginUtils/pom.xml
sliapi/pom.xml

index 3138f43..4f26be3 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.core</groupId>
-        <artifactId>sdnc-core</artifactId>
+        <artifactId>ccsdk-sli-core</artifactId>
         <version>0.1.0-SNAPSHOT</version>
     </parent>
 
index d5ff517..f0593ad 100644 (file)
@@ -3,7 +3,7 @@
 
     <parent>
         <groupId>org.onap.ccsdk.sli.core</groupId>
-        <artifactId>sdnc-core</artifactId>
+        <artifactId>ccsdk-sli-core</artifactId>
         <version>0.1.0-SNAPSHOT</version>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index bee5e92..9552b68 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
        <modelVersion>4.0.0</modelVersion>
        <packaging>pom</packaging>
        <groupId>org.onap.ccsdk.sli.core</groupId>
-       <artifactId>sdnc-core</artifactId>
+       <artifactId>ccsdk-sli-core</artifactId>
 
        <name>SDN-C Core Components</name>
        <url>https://wiki.onap.org</url>
index 08d684d..d741123 100755 (executable)
@@ -4,7 +4,7 @@
 
        <parent>
                <groupId>org.onap.ccsdk.sli.core</groupId>
-               <artifactId>sdnc-core</artifactId>
+               <artifactId>ccsdk-sli-core</artifactId>
                <version>0.1.0-SNAPSHOT</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
index ca40d6d..561359a 100755 (executable)
@@ -10,7 +10,7 @@
 
        <parent>
                <groupId>org.onap.ccsdk.sli.core</groupId>
-               <artifactId>sdnc-core</artifactId>
+               <artifactId>ccsdk-sli-core</artifactId>
                <version>0.1.0-SNAPSHOT</version>
        </parent>
        <name>Service Logic Interface Plugin Utilities</name>
index 6837cc0..31f6608 100755 (executable)
@@ -5,7 +5,7 @@
 
        <parent>
                <groupId>org.onap.ccsdk.sli.core</groupId>
-               <artifactId>sdnc-core</artifactId>
+               <artifactId>ccsdk-sli-core</artifactId>
                <version>0.1.0-SNAPSHOT</version>
        </parent>