aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Gao <xg353y@intl.att.com>2020-04-20 13:47:47 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-20 13:47:47 +0000
commit3bb0a519c63cc629f5d36b29d8eeced99109353f (patch)
treef1ddce6aab0c5c9f712db8c66339ea89262d354c
parent700318e178976af1f492d23f1dcaeb6fa9cce46f (diff)
parentcaa876367571328ce9894f712fbfc287674dd0e0 (diff)
Merge "Release 5.0.5"
-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 bab08d1be..9825d35b5 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 b425bc662..cdbe71c1f 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=5
minor=0
-patch=4
+patch=5
base_version=${major}.${minor}.${patch}