Port sli/northbound to Carbon

Updated sli/northbound repo to compile against OpenDaylight Carbon SR1 release

Change-Id: I6aec68cf436e11f5fd5b7094eb5616536bead44f
Issue-ID: CCSDK-25
Signed-off-by: Dan Timoney <dtimoney@att.com>
diff --git a/asdcApi/pom.xml b/asdcApi/pom.xml
index b4d538a..9f8d906 100755
--- a/asdcApi/pom.xml
+++ b/asdcApi/pom.xml
@@ -5,13 +5,13 @@
 	<parent>
 		<groupId>org.onap.ccsdk.sli.northbound</groupId>
 		<artifactId>sdnc-northbound</artifactId>
-		<version>0.0.1-SNAPSHOT</version>
+		<version>0.1.0-SNAPSHOT</version>
 	</parent>
 
 	<packaging>pom</packaging>
 	<groupId>org.onap.ccsdk.sli.northbound</groupId>
 	<artifactId>asdcApi</artifactId>
-	<version>0.0.1-SNAPSHOT</version>
+	<version>0.1.0-SNAPSHOT</version>
 
 	<properties>
 		<feature-name>asdcApi</feature-name>