aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2021-03-04 14:57:22 +0100
committerJim Hahn <jrh3@att.com>2021-03-12 21:11:32 +0000
commitb2e2ff0863eaf22859fd98cf799131db13f96e60 (patch)
tree9853698facfda8dd14ff133c9280dc5dbda56e2c
parent911f81e4a8795c4101ffbac93cfe28d28d5c2e13 (diff)
Bump up clamp version
Bump up to 6.0.2 to be ready for next policy-clamp release Issue-ID: POLICY-3123 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I669042d935697110991b0f889d5dee4de9a2ad9d (cherry picked from commit c39367c1eab308b9b66d571a496b0652cb728dde)
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 23a5d91ef..482d52457 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.policy</groupId>
<artifactId>clamp</artifactId>
- <version>6.0.1-SNAPSHOT</version>
+ <version>6.0.2-SNAPSHOT</version>
<name>policy-clamp</name>
diff --git a/version.properties b/version.properties
index a55d4d200..61e195c55 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=6
minor=0
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}