Bump up to 6.1.0 95/119795/1
authorsebdet <sebastien.determe@intl.att.com>
Thu, 25 Mar 2021 08:48:06 +0000 (09:48 +0100)
committersebdet <sebastien.determe@intl.att.com>
Thu, 25 Mar 2021 08:48:06 +0000 (09:48 +0100)
Bump up the version on master branch to 6.1.0 for istanbul.

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

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 0e41e8d..0ac401d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.policy</groupId>
     <artifactId>clamp</artifactId>
-    <version>6.0.3-SNAPSHOT</version>
+    <version>6.1.0-SNAPSHOT</version>
     <name>policy-clamp</name>
 
 
index 5b81c71..70aaea8 100644 (file)
@@ -26,8 +26,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=6
-minor=0
-patch=3
+minor=1
+patch=0
 
 base_version=${major}.${minor}.${patch}