From ea9dffa287e24947edead2c96cb29de3528082c8 Mon Sep 17 00:00:00 2001 From: sebdet Date: Wed, 5 Feb 2020 16:39:34 +0100 Subject: [PATCH] Bump up clamp Bump the version to 5.0.0 Issue-ID: CLAMP-642 Change-Id: Ia9bbb51a2149f68148b6eaf63e9bb10452ae38a5 Signed-off-by: sebdet --- pom.xml | 2 +- version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index bb22596f..974441cb 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 org.onap.clamp clds - 4.2.0-SNAPSHOT + 5.0.0-SNAPSHOT clamp diff --git a/version.properties b/version.properties index e7d853aa..77d05019 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} -- 2.16.6