From 9743e9ce0ac2597c2750c5ab6ee9710552c89233 Mon Sep 17 00:00:00 2001 From: mpriyank Date: Thu, 29 May 2025 12:09:44 +0100 Subject: [PATCH] Bump up minor version of NCMP-DMI-PLUGIN - NCMP-DMI-PLUGIN version bumped up to 1.8.0-SNAPSHOT Issue-ID: CPS-2828 Change-Id: I8241d6f1632c96a8b7e0d133f6ade5e69f737059 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 d3ad2e5f..830ff987 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.7.1-SNAPSHOT + 1.8.0-SNAPSHOT dmi-service diff --git a/dmi-stub/dmi-stub-app/pom.xml b/dmi-stub/dmi-stub-app/pom.xml index 8bb1d996..99c26019 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.7.1-SNAPSHOT + 1.8.0-SNAPSHOT dmi-stub-app diff --git a/dmi-stub/dmi-stub-service/pom.xml b/dmi-stub/dmi-stub-service/pom.xml index 70d23df7..a8d1abd4 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.7.1-SNAPSHOT + 1.8.0-SNAPSHOT dmi-stub-service diff --git a/dmi-stub/pom.xml b/dmi-stub/pom.xml index 625cf51c..dedcc3e6 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.7.1-SNAPSHOT + 1.8.0-SNAPSHOT dmi-stub diff --git a/pom.xml b/pom.xml index e954b875..fb3b78c6 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ org.onap.cps.ncmp-dmi-plugin ncmp-dmi-plugin - 1.7.1-SNAPSHOT + 1.8.0-SNAPSHOT ncmp-dmi-plugin DMI Plugin Service pom diff --git a/version.properties b/version.properties index 170eded6..b2ef4faa 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=7 -patch=1 +minor=8 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6