aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2021-03-16 10:08:02 +0100
committerLiam Fallon <liam.fallon@est.tech>2021-03-16 10:46:11 +0000
commit3de3d44b950c824824f8260a0e1e9af8c0914a12 (patch)
tree99ceffffad64cc46471bbd66aefc96e12f03e356
parent996bbf0544303b2969e31b2ddf608b0ca27fea62 (diff)
Prepare for release 6.0.3
Bump up policy-clamp to 6.0.3 Issue-ID: POLICY-3140 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I2598d3afcaeb9ce2ac11318bd29e43f4b6b49076 (cherry picked from commit c757487d6831c18b9942833054817272c641c6ce)
-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 482d52457..091b59d18 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.2-SNAPSHOT</version>
+ <version>6.0.3-SNAPSHOT</version>
<name>policy-clamp</name>
diff --git a/version.properties b/version.properties
index 61e195c55..5b81c712a 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=6
minor=0
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}