From ea116a1bd25006409ae1caab5b0e2e6da099fa63 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Thu, 22 Feb 2018 12:13:10 -0500 Subject: Set aai-core version correctly Change-Id: I3f59caf158dac352c9f24971d6f3f293613a64f8 Issue-ID: AAI-791 Signed-off-by: Jimmy Forsyth --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 25687fe..4765c9d 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} -- cgit 1.2.3-korg