Fix amsterdam build failure 87/25787/1
authorsblimkie <steven.blimkie@amdocs.com>
Thu, 7 Dec 2017 16:25:35 +0000 (11:25 -0500)
committersblimkie <steven.blimkie@amdocs.com>
Thu, 7 Dec 2017 16:27:31 +0000 (11:27 -0500)
Use release version of library

Issue-ID: AAI-546
Change-Id: If70b78f8a377f74cabe2b98c56a970874b19e822
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 33437b7..95b0e45 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,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>
 
         <!--  Jersey Test Framework. -->