From cd6b6d44fa4ed17edbb7b93c16f92538566ffc02 Mon Sep 17 00:00:00 2001 From: mpriyank Date: Fri, 29 Nov 2024 17:16:55 +0000 Subject: [PATCH] Bump DMI to 1.6.1-SNAPSHOT - bumped ncmp-dmi-plugin to 1.6.1-SNAPSHOT Issue-ID: CPS-2489 Change-Id: I30eacf8d71a0a62e4592c020a1f3ceab6193b953 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 +- docs/release-notes.rst | 25 ++++++++++++++++++++++++- pom.xml | 2 +- version.properties | 2 +- 7 files changed, 30 insertions(+), 7 deletions(-) diff --git a/dmi-service/pom.xml b/dmi-service/pom.xml index 5a4b6169..3c15e9ef 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.0-SNAPSHOT + 1.6.1-SNAPSHOT dmi-service diff --git a/dmi-stub/dmi-stub-app/pom.xml b/dmi-stub/dmi-stub-app/pom.xml index ba89f143..65ce208b 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.0-SNAPSHOT + 1.6.1-SNAPSHOT dmi-stub-app diff --git a/dmi-stub/dmi-stub-service/pom.xml b/dmi-stub/dmi-stub-service/pom.xml index 211a0b33..4c504c41 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.0-SNAPSHOT + 1.6.1-SNAPSHOT dmi-stub-service diff --git a/dmi-stub/pom.xml b/dmi-stub/pom.xml index e4ad6c45..cb857657 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.0-SNAPSHOT + 1.6.1-SNAPSHOT dmi-stub diff --git a/docs/release-notes.rst b/docs/release-notes.rst index b4345c1e..a57ef798 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -19,6 +19,29 @@ DMI-Plugin Release Notes .. * * * OSLO * * * .. ==================== +Version: 1.6.1 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | DMI-Plugin | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/ncmp-dmi-plugin:1.6.1 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 1.6.1 Oslo | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | (not yet released) | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Features +-------- + Version: 1.6.0 ============== @@ -35,7 +58,7 @@ Release Data | **Release designation** | 1.6.0 Oslo | | | | +--------------------------------------+--------------------------------------------------------+ -| **Release date** | (not yet released) | +| **Release date** | 2024 November 29 | | | | +--------------------------------------+--------------------------------------------------------+ diff --git a/pom.xml b/pom.xml index b40beb84..97b4e67f 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ org.onap.cps.ncmp-dmi-plugin ncmp-dmi-plugin - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT ncmp-dmi-plugin DMI Plugin Service pom diff --git a/version.properties b/version.properties index 1833e74b..ba9cf534 100644 --- a/version.properties +++ b/version.properties @@ -22,7 +22,7 @@ major=1 minor=6 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6