aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-11-02 13:30:15 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-11-02 15:53:34 -0400
commitdc653785b35f2d955741e1e9c3858ca69f8834c4 (patch)
tree8dbf5c2835635ce57c6b9e4c03b69f1117d37527
parent689a3956abec163bdf83f93832c75c8ef55bee88 (diff)
Update the dependency from snapshotv1.1.01.0.0-ONAP1.0.0-Amsterdam
to using the release version for the logging service and the rest client Issue-ID: AAI-448 Change-Id: I73fd53069ae6912d18ea8c0b5e5bd3b0c5856a96 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index b6b44bf..15c10f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>common-logging</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.att.nsa</groupId>
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.onap.aai</groupId>
<artifactId>rest-client</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</dependency>
<!-- End REST Client specific dependencies. -->
<!-- testing -->