aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsblimkie <steven.blimkie@amdocs.com>2017-12-07 13:26:44 -0500
committersblimkie <steven.blimkie@amdocs.com>2017-12-07 13:27:42 -0500
commita5b3c711ce30ef588c2d443a26dd27b907a06a42 (patch)
treef5242500df90b6ca7cb254d56ea5769ae21021ca
parent28d7cc4dd0b058c3a6dc354dfea01bac7cbb5b88 (diff)
Fix build break
Fix build break Issue-ID: AAI-546 Change-Id: I0c6875471e5d89a0a70f54b2118d4681e7ea3012 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 33437b7..95b0e45 100644
--- 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. -->