aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Gao <xg353y@intl.att.com>2019-05-13 13:04:07 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-13 13:04:07 +0000
commit566e9e4b12042992d3b2be895477dc6e25e16922 (patch)
tree109805ad37b3627ba73173d99074ad93b24b3f9c
parent9033304a8168c5720090f6ab5656a32fa527b963 (diff)
parentf9651fea91f470c100d0b6ed31371b6af4b756fb (diff)
Merge "Update the version"
-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 436fc46a..012d1472 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.clamp</groupId>
<artifactId>clds</artifactId>
- <version>4.0.1-SNAPSHOT</version>
+ <version>4.0.2-SNAPSHOT</version>
<name>clamp</name>
<!-- -->
diff --git a/version.properties b/version.properties
index 16b9934e..9ef20f15 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=4
minor=0
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}