From f372b2731a93e705026a426f063a2bcb8a4a2f75 Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Thu, 2 Nov 2017 13:27:12 -0400 Subject: Update the dependency from snapshot to using the release version and remove the dependency in the docker file that is tied to the 1.1.0 since we are upgrading it will not always be the same and always depend on the project version as it will be updatable from the versions:set command Issue-ID: AAI-448 Change-Id: Id80162d227a133a51c36b986ac8a8e6952eac2f7 Signed-off-by: Venkata Harish K Kajur --- pom.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 55559c1..41799e6 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,6 @@ ActiveAndAvailableInventory-Traversal v1 2.1.0 - 1.1.0-SNAPSHOT 1.1.0 1.1 @@ -59,7 +58,6 @@ 3.0.4 0.0.1 int1-data.graphson - 1.1.0-SNAPSHOT @@ -140,7 +138,7 @@ ${runAjscHome}/extJars/logback-core-1.1.7.jar - ${runAjscHome}/extJars/aai-core-${aai-core.version}.jar + ${runAjscHome}/extJars/aai-core-${project.version}.jar @@ -212,7 +210,7 @@ aai-core.version - ${aai-core.version} + ${project.version} -- cgit 1.2.3-korg