aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-09-30 14:58:33 +0200
committersebdet <sebastien.determe@intl.att.com>2020-09-30 14:58:33 +0200
commite6d2c0b13b376f44ed52ccf1c5036b25de0e0903 (patch)
tree4141f882475ca63336f31da35262a84288804860
parentd7ac93f6132146f7475b1a798005f1301ccf864f (diff)
Release 5.1.2
Release 5.1.2 to fix the clamp image Issue-ID: CLAMP-949 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I5606a574b8f017d7ce3d129bbdea09a68ef4e5bf
-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 7a771d7f..e2d13340 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.1-SNAPSHOT</version>
+ <version>5.1.2-SNAPSHOT</version>
<name>clamp</name>
diff --git a/version.properties b/version.properties
index f00cc817..ebfbb525 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=5
minor=1
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}