From b1332ae7859118f0f546f24fb779e6c68607926e Mon Sep 17 00:00:00 2001 From: mpriyank Date: Fri, 23 Sep 2022 12:59:38 +0100 Subject: Prep for next DMI release - Bump the DMI version from 1.2.0-SNAPSHOT to 1.2.1-SNAPSHOT Issue-ID: CPS-1296 Change-Id: I06890a87f786c5a7e4ca2b2d9611dee0b766d386 Signed-off-by: mpriyank --- pom.xml | 4 ++-- version.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b8602426..5a0c92fe 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ org.onap.cps ncmp-dmi-plugin - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT ncmp-dmi-plugin DMI Plugin Service @@ -105,7 +105,7 @@ org.onap.cps cps-ncmp-events - 3.1.0 + ${cps.version} diff --git a/version.properties b/version.properties index da112656..348a93fb 100644 --- a/version.properties +++ b/version.properties @@ -22,7 +22,7 @@ major=1 minor=2 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg