summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee, Tian (tl5884) <tianl@amdocs.com>2017-11-28 17:18:46 +0000
committerLee, Tian (tl5884) <tianl@amdocs.com>2017-11-28 17:34:41 +0000
commit48d368306163991853060d2c0407fcdbda5f90b6 (patch)
tree0cc61431d65dceecabb6ef20917531e9b212bff2
parentdc1bca8a6c3348878903af6732a778e9ff5eba2a (diff)
Update dependency versions to latest
sdc-distribution-client version updated to 1.1.50-SNAPSHOT, common-logging version updated to 1.2.0-SNAPSHOT. Change-Id: I989a308637adefe68e26681a264374df720830e5 Issue-ID: AAI-511 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 4dfdaf9..c415360 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,7 +149,7 @@
<dependency>
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>common-logging</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
@@ -160,7 +160,7 @@
<dependency>
<groupId>org.openecomp.sdc.sdc-distribution-client</groupId>
<artifactId>sdc-distribution-client</artifactId>
- <version>1.1.32-SNAPSHOT</version>
+ <version>1.1.50-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>