Merge "Fix Properties CL UI issue"
authorSébastien Determe <sd378r@intl.att.com>
Fri, 10 Nov 2017 10:04:21 +0000 (10:04 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 10 Nov 2017 10:04:21 +0000 (10:04 +0000)
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index b85d18a..c4e8fe3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.onap.clamp</groupId>
   <artifactId>clds</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <name>clamp</name>
 
   <parent>
index c6b6334..8bb1f40 100644 (file)
@@ -25,8 +25,8 @@
 # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
 # because they are used in Jenkins, whose plug-in doesn't support
 
-major=1
-minor=1
+major=2
+minor=0
 patch=0
 
 base_version=${major}.${minor}.${patch}