From: mpriyank Date: Wed, 28 May 2025 15:24:52 +0000 (+0100) Subject: Bump DMI to 1.7.1-SNAPSHOT X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4d373889eb6084234049b0080cf29982d1784ccb;p=cps%2Fncmp-dmi-plugin.git Bump DMI to 1.7.1-SNAPSHOT - bump dmi - update release notes Issue-ID: CPS-2828 Change-Id: I0dbc21747cbc8cd8564c3b0d2f55d2ca2a7a54d0 Signed-off-by: mpriyank --- diff --git a/dmi-service/pom.xml b/dmi-service/pom.xml index 44dadd7b..d3ad2e5f 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.0-SNAPSHOT + 1.7.1-SNAPSHOT dmi-service diff --git a/dmi-stub/dmi-stub-app/pom.xml b/dmi-stub/dmi-stub-app/pom.xml index bd808e30..8bb1d996 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.0-SNAPSHOT + 1.7.1-SNAPSHOT dmi-stub-app diff --git a/dmi-stub/dmi-stub-service/pom.xml b/dmi-stub/dmi-stub-service/pom.xml index aaa3237b..70d23df7 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.0-SNAPSHOT + 1.7.1-SNAPSHOT dmi-stub-service diff --git a/dmi-stub/pom.xml b/dmi-stub/pom.xml index f0c0115d..625cf51c 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.0-SNAPSHOT + 1.7.1-SNAPSHOT dmi-stub diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 8b085564..11f7fdd1 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -19,6 +19,29 @@ DMI-Plugin Release Notes .. * * * PARIS * * * .. ==================== +Version: 1.7.1 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | DMI-Plugin | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/ncmp-dmi-plugin:1.7.1 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 1.7.1 Paris | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | (not yet released) | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Features +-------- + Version: 1.7.0 ============== @@ -35,7 +58,7 @@ Release Data | **Release designation** | 1.7.0 Paris | | | | +--------------------------------------+--------------------------------------------------------+ -| **Release date** | (not yet released) | +| **Release date** | 2025 May 28 | | | | +--------------------------------------+--------------------------------------------------------+ diff --git a/pom.xml b/pom.xml index a13ea0f3..e954b875 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ org.onap.cps.ncmp-dmi-plugin ncmp-dmi-plugin - 1.7.0-SNAPSHOT + 1.7.1-SNAPSHOT ncmp-dmi-plugin DMI Plugin Service pom diff --git a/version.properties b/version.properties index 6848f19f..170eded6 100644 --- a/version.properties +++ b/version.properties @@ -22,7 +22,7 @@ major=1 minor=7 -patch=0 +patch=1 base_version=${major}.${minor}.${patch}