aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-05-13 15:01:32 +0200
committersebdet <sebastien.determe@intl.att.com>2019-05-13 15:01:32 +0200
commitf9651fea91f470c100d0b6ed31371b6af4b756fb (patch)
treee9d0bf8840c0e1a72e7ce06752d051c242f20ae1
parent2fcc09ac09dbc13a5a346fd31d0f70cdc54125fc (diff)
Update the version
Update version to 4.0.2 to prepare the RC1 the 05/16 Issue-ID: CLAMP-379 Change-Id: I3a42e0bc6093732df8e0d7e8088eb312f17a408f Signed-off-by: sebdet <sebastien.determe@intl.att.com>
-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}