aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sebastien.determe@intl.att.com>2019-05-24 12:29:25 +0200
committerDeterme, Sebastien (sd378r) <sebastien.determe@intl.att.com>2019-05-24 12:29:25 +0200
commitef9aed4b3a69128fa10feaa9ab787a57ef6772d7 (patch)
treedc6329bbe8f32d54c08fa86a0684baa4edfa3e5d
parent3b48f829b1325fa6675b8981c119d822a5ea1b13 (diff)
Bump Clamp version
Bump the clamp version for the new release Issue-ID: CLAMP-395 Change-Id: I42d695518b8268c817eef8b4d28d3a6700f6aba4 Signed-off-by: Determe, Sebastien (sd378r) <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 55737713..a39373bb 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.2-SNAPSHOT</version>
+ <version>4.0.3-SNAPSHOT</version>
<name>clamp</name>
<!-- -->
diff --git a/version.properties b/version.properties
index 9ef20f15..d222de82 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=4
minor=0
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}