aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorilanap <ilanap@amdocs.com>2019-12-03 14:11:46 +0200
committerilanap <ilanap@amdocs.com>2019-12-03 14:11:46 +0200
commit69d33858a0569ce8664dc40bbaac632eae7d664b (patch)
tree9a1f7f4f49da126160d7cba304643f7ca1b7cb6c
parent46d80b9ef559fab3fa585ea3259b2bd4b1ee6d9d (diff)
Bump version to 1.6.0 with changes to common
Taking the changes made to the common libs and take the release instead of the snapshot Issue-ID: SDC-2541 Signed-off-by: ilanap <ilanap@amdocs.com> Change-Id: I8af53f69bd164eb9d6a9de9c46cfa16a6484741b
-rw-r--r--workflow-designer-be/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/workflow-designer-be/pom.xml b/workflow-designer-be/pom.xml
index 19bdc210..23fecb07 100644
--- a/workflow-designer-be/pom.xml
+++ b/workflow-designer-be/pom.xml
@@ -136,12 +136,12 @@
<dependency>
<groupId>org.onap.sdc.sdc-be-common</groupId>
<artifactId>session-lib</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.0</version>
</dependency>
<dependency>
<groupId>org.onap.sdc.sdc-be-common</groupId>
<artifactId>versioning-lib</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.0</version>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
@@ -152,7 +152,7 @@
<dependency>
<groupId>org.onap.sdc.sdc-be-common</groupId>
<artifactId>zusammen-lib</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.0</version>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>