From: mpriyank Date: Thu, 29 May 2025 11:09:44 +0000 (+0100) Subject: Bump up minor version of NCMP-DMI-PLUGIN X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9743e9ce0ac2597c2750c5ab6ee9710552c89233;p=cps%2Fncmp-dmi-plugin.git 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 --- 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}