Bump DMI to 1.4.1-SNAPSHOT 94/136394/1
authormpriyank <priyank.maheshwari@est.tech>
Tue, 7 Nov 2023 12:11:57 +0000 (12:11 +0000)
committermpriyank <priyank.maheshwari@est.tech>
Tue, 7 Nov 2023 12:12:02 +0000 (12:12 +0000)
- bump dmi to 1.4.1-SNAPSHOT

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

index 27ae89c..7866d5b 100644 (file)
@@ -18,6 +18,29 @@ DMI-Plugin Release Notes
 ..      * * *   KOHN   * * *
 ..      ====================
 
+Version: 1.4.1
+==============
+
+Release Data
+------------
+
++--------------------------------------+--------------------------------------------------------+
+| **CPS Project**                      |  DMI-Plugin                                            |
+|                                      |                                                        |
++--------------------------------------+--------------------------------------------------------+
+| **Docker images**                    | onap/ncmp-dmi-plugin:1.4.1                             |
+|                                      |                                                        |
++--------------------------------------+--------------------------------------------------------+
+| **Release designation**              | 1.4.1 Montreal                                         |
+|                                      |                                                        |
++--------------------------------------+--------------------------------------------------------+
+| **Release date**                     | (not yet released)                                     |
+|                                      |                                                        |
++--------------------------------------+--------------------------------------------------------+
+
+Features
+--------
+
 Version: 1.4.0
 ==============
 
@@ -34,7 +57,7 @@ Release Data
 | **Release designation**              | 1.4.0 Montreal                                         |
 |                                      |                                                        |
 +--------------------------------------+--------------------------------------------------------+
-| **Release date**                     | (not yet released)                                     |
+| **Release date**                     | 2023 November 7                                        |
 |                                      |                                                        |
 +--------------------------------------+--------------------------------------------------------+
 
diff --git a/pom.xml b/pom.xml
index a190f41..19b5c07 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.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <name>ncmp-dmi-plugin</name>
     <description>DMI Plugin Service</description>
     <properties>
index 443a26f..e8b853f 100644 (file)
@@ -22,7 +22,7 @@
 
 major=1
 minor=4
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}