Cleanup artifactId for ccsdk/sli/plugins

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>
diff --git a/pom.xml b/pom.xml
index 71303b7..b097322 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>