From: Determe, Sebastien (sd378r) Date: Thu, 9 Nov 2017 11:05:23 +0000 (+0100) Subject: Update master to 2.0.0 X-Git-Tag: v2.0.0~188 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=06a84f0bc392a6a2845f7512d45af17d86f1d83b;p=clamp.git Update master to 2.0.0 Update master to 2.0.0 as there is a branch 1.1.1 to support the release Change-Id: Ic19847dd365a285213c90437d0d7a2d183220228 Issue-ID: CLAMP-72 Signed-off-by: Determe, Sebastien (sd378r) --- diff --git a/pom.xml b/pom.xml index b85d18a4..c4e8fe32 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 4.0.0 org.onap.clamp clds - 1.1.0-SNAPSHOT + 2.0.0-SNAPSHOT clamp diff --git a/version.properties b/version.properties index c6b63340..8bb1f408 100644 --- a/version.properties +++ b/version.properties @@ -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}