summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorosgn422w <gervais-martial.ngueko@intl.att.com>2020-02-05 16:57:07 +0100
committerosgn422w <gervais-martial.ngueko@intl.att.com>2020-02-05 16:57:07 +0100
commitade9ddf70b320c325e24ddd674eeb4daba5b12b6 (patch)
treef226af055041557b8dec49d1c7373f7e954f1f8c
parent9864fbd87c28e94c7bae81c5bea8be173aa86c5c (diff)
bump to version5
bump clamp to version 5.0.0 Issue-ID: CLAMP-642 Change-Id: Ifa78574c8b2d740484cfc19db989dc0ef1a254de Signed-off-by: osgn422w <gervais-martial.ngueko@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 28de301..86c3899 100644
--- 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-dashboard</name>
diff --git a/version.properties b/version.properties
index 67801e5..47c84d6 100644
--- a/version.properties
+++ b/version.properties
@@ -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}