Update the dependencies to use project version 09/25909/1
authorVenkata Harish K Kajur <vk250x@att.com>
Fri, 8 Dec 2017 19:12:20 +0000 (14:12 -0500)
committerVenkata Harish K Kajur <vk250x@att.com>
Fri, 8 Dec 2017 19:12:49 +0000 (14:12 -0500)
Issue-ID: AAI-546
Change-Id: Ic4350693d6e88ca88501af6888c691c5226f8886
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 39370ea..5f4921e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <dependency>
             <groupId>org.onap.aai.logging-service</groupId>
             <artifactId>common-logging</artifactId>
-            <version>1.2.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
 
         <dependency>
             <groupId>org.onap.aai.aai-common</groupId>
             <artifactId>aai-schema</artifactId>
-            <version>1.2.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
 
         <dependency>
             <groupId>org.onap.aai</groupId>
             <artifactId>rest-client</artifactId>
-            <version>1.2.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
 
                <dependency>