Deliver stage release to nexus for CPS Temporal

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
diff --git a/pom.xml b/pom.xml
index c11087d..8427733 100755
--- 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>
 
@@ -128,7 +128,7 @@
         <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>