From a013ea1d8355eda14f294bb210ffc4d466454af0 Mon Sep 17 00:00:00 2001 From: DylanB95EST Date: Thu, 14 Oct 2021 09:36:55 +0100 Subject: Update versions for next release, release process step 10 Update Minor version number for next release as part of creating Istanbul release branch Issue-ID: CPS-728 Change-Id: Ic9eb9954c2495ef5f89a4a2480560eefdab09d21 Signed-off-by: DylanB95EST --- pom.xml | 2 +- version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d3e25b6e..c75cda2c 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ org.onap.cps ncmp-dmi-plugin - 1.0.2-SNAPSHOT + 1.1.0-SNAPSHOT ncmp-dmi-plugin DMI Plugin Service diff --git a/version.properties b/version.properties index ca5faa01..3f55958d 100644 --- a/version.properties +++ b/version.properties @@ -21,8 +21,8 @@ # because they are used in Jenkins, whose plug-in doesn't support this major=1 -minor=0 -patch=2 +minor=1 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg