CPS-535: Deliver stage release to nexus for DMI Plugin (POM update) 87/123387/1
authorshivasubedi <shiva.subedi@est.tech>
Thu, 19 Aug 2021 11:51:24 +0000 (12:51 +0100)
committershivasubedi <shiva.subedi@est.tech>
Thu, 19 Aug 2021 11:51:24 +0000 (12:51 +0100)
- Updated CPS version in the pom file

Issue-ID: CPS-535
Signed-off-by: shivasubedi <shiva.subedi@est.tech>
Change-Id: I1e8b1266bf76d25b429a9d42d89003b043bb8459

pom.xml

diff --git a/pom.xml b/pom.xml
index ac00de8..ffe5f2c 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>1.1.0-SNAPSHOT</cps.version>
+        <cps.version>1.1.0</cps.version>
         <image.tag>${project.version}-${maven.build.timestamp}</image.tag>
         <jacoco.minimum.coverage>0.7</jacoco.minimum.coverage>
         <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>