From 7d183eff61bd7bffa2e4ba87184cc4b9c8f7ad89 Mon Sep 17 00:00:00 2001 From: sebdet Date: Tue, 5 Jan 2021 10:18:42 +0100 Subject: Bump up policy clamp to 6.0.0 Bump up the major clamp version to 6 Issue-ID: POLICY-2949 Signed-off-by: sebdet Change-Id: Ia5274cb456effb0766776efb1444fa7f2a70db46 --- pom.xml | 2 +- version.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 0b78217e3..cf43a77f3 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 org.onap.clamp clds - 5.1.5-SNAPSHOT + 6.0.0-SNAPSHOT clamp diff --git a/version.properties b/version.properties index b0c247056..35775d32e 100644 --- a/version.properties +++ b/version.properties @@ -25,9 +25,9 @@ # 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=5 -minor=1 -patch=5 +major=6 +minor=0 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg