From: Jimmy Forsyth Date: Thu, 22 Feb 2018 17:09:11 +0000 (-0500) Subject: Set aai-core version correctly X-Git-Tag: v1.2.0~36 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F89%2F32589%2F1;p=aai%2Fresources.git Set aai-core version correctly Issue-ID: AAI-791 Change-Id: I566bfe495523e28123ce7dc7cef6c8f629eced33 Signed-off-by: Jimmy Forsyth --- diff --git a/pom.xml b/pom.xml index a1090229..1cf64845 100644 --- a/pom.xml +++ b/pom.xml @@ -184,7 +184,7 @@ ${runAjscHome}/extJars/logback-core-1.1.7.jar - ${runAjscHome}/extJars/aai-core-${project.version}.jar + ${runAjscHome}/extJars/aai-core-${aai.core.version}.jar @@ -256,7 +256,7 @@ aai-core.version - ${project.version} + ${aai.core.version}