Update CPS version in DMI 23/131823/1
authormpriyank <priyank.maheshwari@est.tech>
Wed, 26 Oct 2022 13:23:30 +0000 (14:23 +0100)
committermpriyank <priyank.maheshwari@est.tech>
Wed, 26 Oct 2022 13:23:34 +0000 (14:23 +0100)
- updated the cps core version from 3.1.4 to 3.1.5
- Step 3 of the release process

Issue-ID: CPS-1353
Change-Id: I7a6a7f1f05e1b118d132ff40d0a6f7c0565d8a91
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
pom.xml

diff --git a/pom.xml b/pom.xml
index 01c8ab3..ef216d3 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-java11:8.0.0</base.image>
-        <cps.version>3.1.4</cps.version>
+        <cps.version>3.1.5</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>