From: Jimmy Forsyth Date: Thu, 22 Feb 2018 17:13:10 +0000 (-0500) Subject: Set aai-core version correctly X-Git-Tag: v1.2.0~28 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ea116a1bd25006409ae1caab5b0e2e6da099fa63;p=aai%2Ftraversal.git Set aai-core version correctly Change-Id: I3f59caf158dac352c9f24971d6f3f293613a64f8 Issue-ID: AAI-791 Signed-off-by: Jimmy Forsyth --- diff --git a/pom.xml b/pom.xml index 25687fe3..4765c9d2 100644 --- a/pom.xml +++ b/pom.xml @@ -140,7 +140,7 @@ ${runAjscHome}/extJars/logback-core-1.1.7.jar - ${runAjscHome}/extJars/aai-core-${project.version}.jar + ${runAjscHome}/extJars/aai-core-${aai.core.version}.jar @@ -212,7 +212,7 @@ aai-core.version - ${project.version} + ${aai.core.version}