Cleanup artifactId for ccsdk/sli/northbound 07/9107/2
authorDan Timoney <dtimoney@att.com>
Tue, 29 Aug 2017 12:52:32 +0000 (08:52 -0400)
committerDan Timoney <dtimoney@att.com>
Tue, 29 Aug 2017 14:26:39 +0000 (10:26 -0400)
ArtifactId for ccsdk/sli/northbound pom.xml should not be identical to that for
sdnc/northbound, otherwise import to Eclipse of both will be confusing.
Updated parent artifactId in module pom.xmls under ccsdk/sli/northbound

Change-Id: Ie1e1b7a1cd6bb7442a27ca083f37539cbc0497fb
Issue-ID: CCSDK-70
Signed-off-by: Dan Timoney <dtimoney@att.com>
asdcApi/pom.xml
dataChange/pom.xml
dmaap-listener/pom.xml
pom.xml
ueb-listener/pom.xml

index 9f8d906..d499061 100755 (executable)
@@ -4,7 +4,7 @@
 
        <parent>
                <groupId>org.onap.ccsdk.sli.northbound</groupId>
-               <artifactId>sdnc-northbound</artifactId>
+               <artifactId>ccsdk-sli-northbound</artifactId>
                <version>0.1.0-SNAPSHOT</version>
        </parent>
 
index 90e22d2..c074425 100755 (executable)
@@ -4,7 +4,7 @@
 
        <parent>
                <groupId>org.onap.ccsdk.sli.northbound</groupId>
-               <artifactId>sdnc-northbound</artifactId>
+               <artifactId>ccsdk-sli-northbound</artifactId>
                <version>0.1.0-SNAPSHOT</version>
        </parent>
 
index dcdc5ca..1cc4acc 100755 (executable)
@@ -10,7 +10,7 @@
        <description>DMAAP Listener</description>
        <parent>
                <groupId>org.onap.ccsdk.sli.northbound</groupId>
-               <artifactId>sdnc-northbound</artifactId>
+               <artifactId>ccsdk-sli-northbound</artifactId>
                <version>0.1.0-SNAPSHOT</version>
        </parent>
        <properties>
diff --git a/pom.xml b/pom.xml
index c0f7ac6..9475670 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
        <modelVersion>4.0.0</modelVersion>
        <packaging>pom</packaging>
        <groupId>org.onap.ccsdk.sli.northbound</groupId>
-       <artifactId>sdnc-northbound</artifactId>
+       <artifactId>ccsdk-sli-northbound</artifactId>
 
        <name>SDN-C Northbound APIs</name>
        <url>https://wiki.openecomp.org</url>
index 5f8d5ca..84e4076 100755 (executable)
@@ -10,7 +10,7 @@
        <description>UEB Listener</description>
        <parent>
                <groupId>org.onap.ccsdk.sli.northbound</groupId>
-               <artifactId>sdnc-northbound</artifactId>
+               <artifactId>ccsdk-sli-northbound</artifactId>
                <version>0.1.0-SNAPSHOT</version>
        </parent>
        <properties>