From: sebdet Date: Tue, 5 Jan 2021 09:18:42 +0000 (+0100) Subject: Bump up policy clamp to 6.0.0 X-Git-Tag: 6.0.0~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7d183eff61bd7bffa2e4ba87184cc4b9c8f7ad89;p=policy%2Fclamp.git Bump up policy clamp to 6.0.0 Bump up the major clamp version to 6 Issue-ID: POLICY-2949 Signed-off-by: sebdet Change-Id: Ia5274cb456effb0766776efb1444fa7f2a70db46 --- diff --git a/pom.xml b/pom.xml index 0b78217e3..cf43a77f3 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 org.onap.clamp clds - 5.1.5-SNAPSHOT + 6.0.0-SNAPSHOT clamp diff --git a/version.properties b/version.properties index b0c247056..35775d32e 100644 --- a/version.properties +++ b/version.properties @@ -25,9 +25,9 @@ # 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=5 -minor=1 -patch=5 +major=6 +minor=0 +patch=0 base_version=${major}.${minor}.${patch}