aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2021-01-05 10:18:42 +0100
committerS�bastien Determe <sebastien.determe@intl.att.com>2021-01-05 16:04:30 +0000
commit7d183eff61bd7bffa2e4ba87184cc4b9c8f7ad89 (patch)
tree8be1a909dd73a2f20380a65ed21a26562a4cf8f6
parent6eb2caaf09c89e92ad65d2f55e792e92833b4ca9 (diff)
Bump up policy clamp to 6.0.0
Bump up the major clamp version to 6 Issue-ID: POLICY-2949 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ia5274cb456effb0766776efb1444fa7f2a70db46
-rw-r--r--pom.xml2
-rw-r--r--version.properties6
2 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 0b78217e3..cf43a77f3 100644
--- 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>
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}