aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-06-05 18:46:10 +0200
committersebdet <sebastien.determe@intl.att.com>2019-06-05 18:46:10 +0200
commite9c644b5f37d7fe7362710332da827becf840479 (patch)
tree4d6293ece3069df6e3d438c5e28f810d8523da67
parent55a466eaebb5ed577d94ca15206a2eae5943acff (diff)
Bump up clamp
Bump up clamp version to let Dublin update the previous 4.0 Issue-ID: CLAMP-407 Change-Id: I27a5fdbf86f692f7e24589f5d4febd6eaa7ea58d Signed-off-by: sebdet <sebastien.determe@intl.att.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index d9c7dcc7b..ea4888b61 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.4-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<name>clamp</name>
<!-- -->
diff --git a/version.properties b/version.properties
index ab43bfd3a..b4b805297 100644
--- a/version.properties
+++ b/version.properties
@@ -26,8 +26,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=4
-minor=0
-patch=4
+minor=1
+patch=0
base_version=${major}.${minor}.${patch}