From f3565595879e2187ae52d820ad9a46e7c6789f21 Mon Sep 17 00:00:00 2001 From: mpriyank Date: Wed, 5 Oct 2022 12:26:20 +0100 Subject: Bump DMI to 1.2.2-SNAPSHOT - Bump DMI version to 1.2.2-SNAPSHOT Issue-ID: CPS-1325 Change-Id: I12fd5918f196e1f2416e0dd05aaabcda9627689c Signed-off-by: mpriyank --- docs/release-notes.rst | 27 ++++++++++++++++++++++++++- pom.xml | 2 +- version.properties | 2 +- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 09fd704e..aefd074d 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -18,6 +18,31 @@ DMI-Plugin Release Notes .. * * * KOHN * * * .. ==================== +Version: 1.2.2 (not yet released) +================================= + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | DMI-Plugin | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/ncmp-dmi-plugin:1.2.2 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 1.2.2 Kohn | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | (not yet released) | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Bug Fixes +--------- + - None + + Version: 1.2.1 ============== @@ -34,7 +59,7 @@ Release Data | **Release designation** | 1.2.1 Kohn | | | | +--------------------------------------+--------------------------------------------------------+ -| **Release date** | (yet to release) | +| **Release date** | 2022 October 5 | | | | +--------------------------------------+--------------------------------------------------------+ diff --git a/pom.xml b/pom.xml index 943a0c9a..01c8ab31 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ org.onap.cps ncmp-dmi-plugin - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT ncmp-dmi-plugin DMI Plugin Service diff --git a/version.properties b/version.properties index 348a93fb..d8a1c3ac 100644 --- a/version.properties +++ b/version.properties @@ -22,7 +22,7 @@ major=1 minor=2 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg