summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGervais-Martial Ngueko <gervais-martial.ngueko@intl.att.com>2020-04-03 15:21:34 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-03 15:21:34 +0000
commit2cfbd6edca58330fda80ca9460fec0d66a3791a0 (patch)
tree09e487da751c39706ef22f6be8603d8fcf6a7027
parent6aabb329d28fb5d5e4baf3fd0432b31249ee06d0 (diff)
parentc0426bafb14ca8564ef2d0c64479b0acf005e315 (diff)
Merge "Bump up clamp to 5.0.3"
-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 3344f807..3a641490 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.2-SNAPSHOT</version>
+ <version>5.0.3-SNAPSHOT</version>
<name>clamp</name>
diff --git a/version.properties b/version.properties
index be33a5eb..578d597a 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=5
minor=0
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}