Cleanup artifactId for ccsdk/sli/core

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>
diff --git a/sliPluginUtils/pom.xml b/sliPluginUtils/pom.xml
index ca40d6d..561359a 100755
--- a/sliPluginUtils/pom.xml
+++ b/sliPluginUtils/pom.xml
@@ -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>