aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-11-09 12:01:57 +0100
committerS�bastien Determe <sebastien.determe@intl.att.com>2020-11-16 14:35:49 +0000
commitb30c05e46a4bd7761620c481092c2377dcc108f6 (patch)
tree164462e50f45806ef6aa9fda30629744e7f8d846
parentf4a608a7afb623b0d5acf8395863dd5982ff3bd5 (diff)
Update clamp to 5.1.5
Prepare to release 5.1.5 for rc2 Issue-ID: CLAMP-978 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I36d61420fb2f572336874c41b32ab65e3a219d42 (cherry picked from commit 3dea3819d871c525facf246507b84fd04b468f11)
-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 58c4de18..0b78217e 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.4-SNAPSHOT</version>
+ <version>5.1.5-SNAPSHOT</version>
<name>clamp</name>
diff --git a/version.properties b/version.properties
index a30fbc27..b0c24705 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=5
minor=1
-patch=4
+patch=5
base_version=${major}.${minor}.${patch}