Bump up policy clamp to 6.0.0 79/116579/2
authorsebdet <sebastien.determe@intl.att.com>
Tue, 5 Jan 2021 09:18:42 +0000 (10:18 +0100)
committerS�bastien Determe <sebastien.determe@intl.att.com>
Tue, 5 Jan 2021 16:04:30 +0000 (16:04 +0000)
Bump up the major clamp version to 6

Issue-ID: POLICY-2949
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ia5274cb456effb0766776efb1444fa7f2a70db46

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 0b78217..cf43a77 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.onap.clamp</groupId>
        <artifactId>clds</artifactId>
-       <version>5.1.5-SNAPSHOT</version>
+       <version>6.0.0-SNAPSHOT</version>
        <name>clamp</name>
 
 
index b0c2470..35775d3 100644 (file)
@@ -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}