From 9e9ff2ba93e0b16451aef4f99a8bd728656ead4a Mon Sep 17 00:00:00 2001 From: mpriyank Date: Mon, 2 Dec 2024 14:33:48 +0000 Subject: [PATCH] update ncmp-dmi-plugin version - updated the ncmp-dmi-plugin version to 1.7.0-SNAPSHOT Issue-ID: CPS-2489 Change-Id: Iccdb6d6b0a87e5bd36b85615f622ea3b3cd1b00d Signed-off-by: mpriyank --- dmi-service/pom.xml | 2 +- dmi-stub/dmi-stub-app/pom.xml | 2 +- dmi-stub/dmi-stub-service/pom.xml | 2 +- dmi-stub/pom.xml | 2 +- pom.xml | 2 +- version.properties | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dmi-service/pom.xml b/dmi-service/pom.xml index 3c15e9ef..c6d4cfea 100644 --- a/dmi-service/pom.xml +++ b/dmi-service/pom.xml @@ -24,7 +24,7 @@ org.onap.cps.ncmp-dmi-plugin ncmp-dmi-plugin - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT dmi-service diff --git a/dmi-stub/dmi-stub-app/pom.xml b/dmi-stub/dmi-stub-app/pom.xml index 2f78889c..bd808e30 100644 --- a/dmi-stub/dmi-stub-app/pom.xml +++ b/dmi-stub/dmi-stub-app/pom.xml @@ -23,7 +23,7 @@ org.onap.cps.ncmp-dmi-plugin dmi-stub - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT dmi-stub-app diff --git a/dmi-stub/dmi-stub-service/pom.xml b/dmi-stub/dmi-stub-service/pom.xml index 4c504c41..aaa3237b 100644 --- a/dmi-stub/dmi-stub-service/pom.xml +++ b/dmi-stub/dmi-stub-service/pom.xml @@ -23,7 +23,7 @@ org.onap.cps.ncmp-dmi-plugin dmi-stub - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT dmi-stub-service diff --git a/dmi-stub/pom.xml b/dmi-stub/pom.xml index cb857657..f0c0115d 100644 --- a/dmi-stub/pom.xml +++ b/dmi-stub/pom.xml @@ -23,7 +23,7 @@ org.onap.cps.ncmp-dmi-plugin ncmp-dmi-plugin - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT dmi-stub diff --git a/pom.xml b/pom.xml index 97b4e67f..b2fc97db 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ org.onap.cps.ncmp-dmi-plugin ncmp-dmi-plugin - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT ncmp-dmi-plugin DMI Plugin Service pom diff --git a/version.properties b/version.properties index ba9cf534..6848f19f 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=6 -patch=1 +minor=7 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6