Update the dependencies to use project version 13/25913/2
authorVenkata Harish K Kajur <vk250x@att.com>
Fri, 8 Dec 2017 19:26:56 +0000 (14:26 -0500)
committerVenkata Harish K Kajur <vk250x@att.com>
Fri, 8 Dec 2017 19:39:13 +0000 (14:39 -0500)
Issue-ID: AAI-546
Change-Id: Id68cee576684da4cbcbfb105542f1547e05e0cbd
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 95b0e45..bb2731b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
     </parent>
     <groupId>org.onap.aai</groupId>
     <artifactId>search-data-service</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.1-SNAPSHOT</version>
     <name>aai-search-data-service</name>
 
     <properties>
@@ -92,7 +92,7 @@
         <dependency>
           <groupId>org.onap.aai.logging-service</groupId>
           <artifactId>common-logging</artifactId>
-          <version>1.1.0</version>
+          <version>${project.version}</version>
         </dependency>
 
         <!--  Jersey Test Framework. -->