Update the pom to use 1.1.1-SNAPSHOT 27/25927/2 amsterdam 1.0.1-Amsterdam 1.0.1-ONAP v1.1.1
authorVenkata Harish K Kajur <vk250x@att.com>
Fri, 8 Dec 2017 19:57:24 +0000 (14:57 -0500)
committerVenkata Harish K Kajur <vk250x@att.com>
Mon, 11 Dec 2017 18:53:07 +0000 (18:53 +0000)
Issue-ID: AAI-546
Change-Id: I6a17bef5e979ff8b0bb73ac2548b21636c1f3a46
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 4905add..96aae4a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
 
        <groupId>org.onap.aai</groupId>
        <artifactId>rest-client</artifactId>
-       <version>1.1.1</version>
+       <version>1.1.1-SNAPSHOT</version>
        <name>aai-rest-client</name>
         
        <properties>
                        <artifactId>jersey-client</artifactId>
                        <version>1.18</version>
                </dependency>
-
                <dependency>
                        <groupId>org.onap.aai.logging-service</groupId>
                        <artifactId>common-logging</artifactId>
-                       <version>1.1.0</version>
+                       <version>${project.version}</version>
                </dependency>
-               
                <dependency>
                        <groupId>org.mockito</groupId>
                        <artifactId>mockito-all</artifactId>