summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-04-20 15:35:38 +0200
committersebdet <sebastien.determe@intl.att.com>2020-04-20 15:35:38 +0200
commitcaa876367571328ce9894f712fbfc287674dd0e0 (patch)
treed78d0902c2d3d10b0268d08b351e956f25b35518
parent3b01773127bc3c2a7c0f5eaf858b6a69fd10fc8f (diff)
Release 5.0.5
Prepare for 5.0.5 Issue-ID: CLAMP-833 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I26aa07c55f45f666bd46dc28b8eb676e62bd40b0
-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 bab08d1b..9825d35b 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.0.4-SNAPSHOT</version>
+ <version>5.0.5-SNAPSHOT</version>
<name>clamp</name>
diff --git a/version.properties b/version.properties
index b425bc66..cdbe71c1 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=5
minor=0
-patch=4
+patch=5
base_version=${major}.${minor}.${patch}