Use CCSDK parent for spring boot

Use CCSDK parent for spring boot

Change-Id: Ic77cabd1e189ee8f2b25d17068229ded211c45e3
Issue-ID: CCSDK-558
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml
index 3770aa2..08466dc 100644
--- a/ms/vlantag-api/pom.xml
+++ b/ms/vlantag-api/pom.xml
@@ -40,9 +40,9 @@
 	</properties>
 
 	<parent>
-		<groupId>org.springframework.boot</groupId>
+		<groupId>org.onap.ccsdk.parent</groupId>
 		<artifactId>spring-boot-starter-parent</artifactId>
-		<version>2.0.4.RELEASE</version>
+		<version>1.1.0-SNAPSHOT</version>
 		<relativePath />
 	</parent>