summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-04-03 15:06:18 +0200
committersebdet <sebastien.determe@intl.att.com>2020-04-03 15:06:18 +0200
commitc0426bafb14ca8564ef2d0c64479b0acf005e315 (patch)
tree7928c8c7fc01121e293574d77ac3bb439244358d
parente47a29578a2287a96ae13d1867925feab53a6526 (diff)
Bump up clamp to 5.0.3
Bump up clamp to 5.0.3 to provide new fixes Issue-ID: CLAMP-813 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I64e1ffef8bde92f5dad52064c0d00b4c594e622c
-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}