diff options
author | Lee, Tian (tl5884) <tianl@amdocs.com> | 2017-11-28 17:18:46 +0000 |
---|---|---|
committer | Lee, Tian (tl5884) <tianl@amdocs.com> | 2017-11-28 17:34:41 +0000 |
commit | 48d368306163991853060d2c0407fcdbda5f90b6 (patch) | |
tree | 0cc61431d65dceecabb6ef20917531e9b212bff2 /pom.xml | |
parent | dc1bca8a6c3348878903af6732a778e9ff5eba2a (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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |