diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-12-08 14:57:24 -0500 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-12-11 18:53:07 +0000 |
commit | 74c399b1511efafca68d5a36e28b2bfe57ee4cf2 (patch) | |
tree | 1123338f7312af4b42f1aa627bd2589dcdd962f2 | |
parent | bc602f998358710f58bb5115b25f7ead45e6b564 (diff) |
Update the pom to use 1.1.1-SNAPSHOTv1.1.11.0.1-ONAP1.0.1-Amsterdamamsterdam
Issue-ID: AAI-546
Change-Id: I6a17bef5e979ff8b0bb73ac2548b21636c1f3a46
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
-rw-r--r-- | pom.xml | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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> @@ -29,13 +29,11 @@ <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> |