Deliver stage release to nexus for CPS Temporal 88/123188/2 0.0.1
authorputhuparambil.aditya <aditya.puthuparambil@bell.ca>
Mon, 9 Aug 2021 11:07:43 +0000 (12:07 +0100)
committerputhuparambil.aditya <aditya.puthuparambil@bell.ca>
Mon, 16 Aug 2021 11:18:39 +0000 (12:18 +0100)
Changing dependency from SNAPSHOT to version 1.1.0 for cps-events to release cps-temporal

Issue-ID: CPS-533
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Change-Id: Ia2d174a31d16180fdc2ec3bc3a3c883bdd657664

pom.xml

diff --git a/pom.xml b/pom.xml
index c11087d..8427733 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
         <minimum-coverage>0.8</minimum-coverage>
         <!-- Application dependencies versions -->
         <!--cps.version need to be changed to released Istanbul version-->
-        <cps.version>1.1.0-SNAPSHOT</cps.version>
+        <cps.version>1.1.0</cps.version>
         <mapstruct.version>1.4.2.Final</mapstruct.version>
     </properties>
 
         <dependency>
             <groupId>org.onap.cps</groupId>
             <artifactId>cps-events</artifactId>
-            <version>1.1.0-SNAPSHOT</version>
+            <version>1.1.0</version>
         </dependency>
         <dependency>
             <groupId>org.springdoc</groupId>