diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2022-10-26 14:23:30 +0100 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2022-10-26 14:23:34 +0100 |
commit | 68403ffa0ebb02861f07a1819f82c50161551c76 (patch) | |
tree | 488036bab5cd8267bbc6ee90f838d067c551af77 | |
parent | 631910053a652f5c52cd624768d1a1c4fdfc3b1b (diff) |
Update CPS version in DMI
- 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>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |