Cleanup artifactId for ccsdk/sli/northbound

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>
diff --git a/asdcApi/pom.xml b/asdcApi/pom.xml
index 9f8d906..d499061 100755
--- a/asdcApi/pom.xml
+++ b/asdcApi/pom.xml
@@ -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>