aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorputhuparambil.aditya <aditya.puthuparambil@bell.ca>2021-08-09 12:07:43 +0100
committerputhuparambil.aditya <aditya.puthuparambil@bell.ca>2021-08-16 12:18:39 +0100
commit25ed5a8a63e88edd0b9c8285b640839a6e93866a (patch)
tree332217917fde1f62f8bf4d186e80be1b6fb8bdb3
parent73be382a3558e2d6f1583cbb9bc7bd8d51be059b (diff)
Deliver stage release to nexus for CPS Temporal0.0.1
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
-rwxr-xr-xpom.xml4
1 files changed, 2 insertions, 2 deletions
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>