aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Closset <christophe.closset@intl.att.com>2020-10-08 13:49:20 +0000
committerGerrit Code Review <gerrit@onap.org>2020-10-08 13:49:20 +0000
commitfd5d1f43556cb7c412f454a742fa87721444425b (patch)
tree0a1bac7664da4eaa7cebc80abc6538da33edd18a
parentcd3dec378e3ad194d8708b45e653471b4a73d326 (diff)
parentbc6ebf18949ed186330d81f599c44548e0b6bb01 (diff)
Merge "Release 5.1.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 e2d13340..d3f885c6 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.2-SNAPSHOT</version>
+ <version>5.1.3-SNAPSHOT</version>
<name>clamp</name>
diff --git a/version.properties b/version.properties
index ebfbb525..3b4f50dd 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=5
minor=1
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}