DMI Release notes and dependency update 89/136389/3
authormpriyank <priyank.maheshwari@est.tech>
Mon, 6 Nov 2023 17:53:00 +0000 (17:53 +0000)
committermpriyank <priyank.maheshwari@est.tech>
Mon, 6 Nov 2023 22:33:22 +0000 (22:33 +0000)
- CPS Core dependency added
- Release notes updated

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

index b8290e7..27ae89c 100644 (file)
@@ -18,6 +18,32 @@ DMI-Plugin Release Notes
 ..      * * *   KOHN   * * *
 ..      ====================
 
+Version: 1.4.0
+==============
+
+Release Data
+------------
+
++--------------------------------------+--------------------------------------------------------+
+| **CPS Project**                      |  DMI-Plugin                                            |
+|                                      |                                                        |
++--------------------------------------+--------------------------------------------------------+
+| **Docker images**                    | onap/ncmp-dmi-plugin:1.4.0                             |
+|                                      |                                                        |
++--------------------------------------+--------------------------------------------------------+
+| **Release designation**              | 1.4.0 Montreal                                         |
+|                                      |                                                        |
++--------------------------------------+--------------------------------------------------------+
+| **Release date**                     | (not yet released)                                     |
+|                                      |                                                        |
++--------------------------------------+--------------------------------------------------------+
+
+Features
+--------
+   - `CPS-1775 <https://jira.onap.org/browse/CPS-1775>`_  Migrate to Java 17.
+   - `CPS-1790 <https://jira.onap.org/browse/CPS-1790>`_  Update to Spring Boot 3.1.2.
+
+
 Version: 1.2.2 (not yet released)
 =================================
 
diff --git a/pom.xml b/pom.xml
index 8faad41..a190f41 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
     <properties>
         <app>org.onap.cps.ncmp.dmi.Application</app>
         <base.image>${docker.pull.registry}/onap/integration-java17:12.0.0</base.image>
-        <cps.version>3.3.8</cps.version>
+        <cps.version>3.3.9</cps.version>
         <image.tag>${project.version}-${maven.build.timestamp}</image.tag>
         <jacoco.minimum.coverage>0.98</jacoco.minimum.coverage>
         <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>