Roll master version to Guilin numbering

Roll master branch of ccsdk parent to 2.0.0-SNAPSHOT for Guilin. Since
we anticipate breaking changes associated with Java 8 -> 11 and
Sodium, the Guilin version will be a major version update (1.x -> 2.0)

Change-Id: I3bf2c447fbecff4aa1973b9087190a2e41961457
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
diff --git a/springboot/spring-boot-setup/pom.xml b/springboot/spring-boot-setup/pom.xml
index 9709d21..53a8a59 100644
--- a/springboot/spring-boot-setup/pom.xml
+++ b/springboot/spring-boot-setup/pom.xml
@@ -5,12 +5,12 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>springboot-aggregator</artifactId>
-        <version>1.5.2-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.onap.ccsdk.parent</groupId>
     <artifactId>spring-boot-setup</artifactId>
-    <version>1.5.2-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>