summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authormpriyank <priyank.maheshwari@est.tech>2022-09-14 17:29:50 +0100
committeraditya puthuparambil <aditya.puthuparambil@bell.ca>2022-09-15 12:42:16 +0000
commitd9a583b78f1a187afddac4aeafb74df710ce8a89 (patch)
tree8ac2a013f8db197341e7c8f0c5c481323c32ca06 /pom.xml
parent2733fa4c506f4fe55e019b72c996b6d4effa4f8f (diff)
Async event from dmi plugin
- Updating cps version to 3.1.0 - Raising async event with correct eventSchema and eventSchemaVersion Issue-ID: CPS-1224 Change-Id: I5e25f6217ad5ff554c98f5756120a44467f99aea Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c935f633..b5202b52 100644
--- 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.0.0</cps.version>
+ <cps.version>3.1.0</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>