aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2018-02-22 12:09:11 -0500
committerJimmy Forsyth <jf2512@att.com>2018-02-22 12:09:21 -0500
commit45f4ef849632b00e0177c97c688314a129eaf65f (patch)
treeb7231595430f53a2cbc4cb91981d2cf9594866cc
parentdcff99676e60c34746ca2ef50e8e510bd88c2dc7 (diff)
Set aai-core version correctly
Issue-ID: AAI-791 Change-Id: I566bfe495523e28123ce7dc7cef6c8f629eced33 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index a109022..1cf6484 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,7 +184,7 @@
<additionalClasspathElement>${runAjscHome}/extJars/logback-core-1.1.7.jar
</additionalClasspathElement>
<additionalClasspathElement>
- ${runAjscHome}/extJars/aai-core-${project.version}.jar
+ ${runAjscHome}/extJars/aai-core-${aai.core.version}.jar
</additionalClasspathElement>
</additionalClasspathElements>
@@ -256,7 +256,7 @@
</systemProperty>
<systemProperty>
<key>aai-core.version</key>
- <value>${project.version}</value>
+ <value>${aai.core.version}</value>
</systemProperty>
</systemProperties>