Bump up clamp 82/101182/3
authorsebdet <sebastien.determe@intl.att.com>
Wed, 5 Feb 2020 15:39:34 +0000 (16:39 +0100)
committerSébastien Determe <sebastien.determe@intl.att.com>
Mon, 10 Feb 2020 17:15:38 +0000 (17:15 +0000)
Bump the version to 5.0.0

Issue-ID: CLAMP-642
Change-Id: Ia9bbb51a2149f68148b6eaf63e9bb10452ae38a5
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index bb22596..974441c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.onap.clamp</groupId>
        <artifactId>clds</artifactId>
-       <version>4.2.0-SNAPSHOT</version>
+       <version>5.0.0-SNAPSHOT</version>
        <name>clamp</name>
 
 
index e7d853a..77d0501 100644 (file)
@@ -25,8 +25,8 @@
 # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
 # because they are used in Jenkins, whose plug-in doesn't support
 
-major=4
-minor=2
+major=5
+minor=0
 patch=0
 
 base_version=${major}.${minor}.${patch}