Prep for next DMI release 30/131830/1
authormpriyank <priyank.maheshwari@est.tech>
Wed, 26 Oct 2022 15:39:50 +0000 (16:39 +0100)
committermpriyank <priyank.maheshwari@est.tech>
Wed, 26 Oct 2022 15:39:54 +0000 (16:39 +0100)
- Bump DMI version from 1.2.2-SNAPSHOT to 1.2.3-SNAPSHOT
- Updated the version in version.properties
- Updated the release docs

Issue-ID: CPS-1353
Change-Id: Ia08d1037ee1b9e20a28ed9fafaad147627bbd109
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
docs/release-notes.rst
pom.xml
version.properties

index aefd074..502e2c6 100644 (file)
@@ -18,12 +18,36 @@ DMI-Plugin Release Notes
 ..      * * *   KOHN   * * *
 ..      ====================
 
-Version: 1.2.2 (not yet released)
+Version: 1.2.3 (not yet released)
 =================================
 
 Release Data
 ------------
 
++--------------------------------------+--------------------------------------------------------+
+| **CPS Project**                      |  DMI-Plugin                                            |
+|                                      |                                                        |
++--------------------------------------+--------------------------------------------------------+
+| **Docker images**                    | onap/ncmp-dmi-plugin:1.2.3                             |
+|                                      |                                                        |
++--------------------------------------+--------------------------------------------------------+
+| **Release designation**              | 1.2.3 Kohn                                             |
+|                                      |                                                        |
++--------------------------------------+--------------------------------------------------------+
+| **Release date**                     | (not yet released)                                     |
+|                                      |                                                        |
++--------------------------------------+--------------------------------------------------------+
+
+Bug Fixes
+---------
+   - None
+
+Version: 1.2.2
+==============
+
+Release Data
+------------
+
 +--------------------------------------+--------------------------------------------------------+
 | **CPS Project**                      |  DMI-Plugin                                            |
 |                                      |                                                        |
@@ -34,7 +58,7 @@ Release Data
 | **Release designation**              | 1.2.2 Kohn                                             |
 |                                      |                                                        |
 +--------------------------------------+--------------------------------------------------------+
-| **Release date**                     | (not yet released)                                     |
+| **Release date**                     | 2022 October 26                                        |
 |                                      |                                                        |
 +--------------------------------------+--------------------------------------------------------+
 
diff --git a/pom.xml b/pom.xml
index ef216d3..4fd391c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
     </organization>
     <groupId>org.onap.cps</groupId>
     <artifactId>ncmp-dmi-plugin</artifactId>
-    <version>1.2.2-SNAPSHOT</version>
+    <version>1.2.3-SNAPSHOT</version>
     <name>ncmp-dmi-plugin</name>
     <description>DMI Plugin Service</description>
     <properties>
index d8a1c3a..c1992d7 100644 (file)
@@ -22,7 +22,7 @@
 
 major=1
 minor=2
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}