aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2018-02-22 12:13:10 -0500
committerJimmy Forsyth <jf2512@att.com>2018-02-22 12:13:46 -0500
commitea116a1bd25006409ae1caab5b0e2e6da099fa63 (patch)
tree6f6164dd5d84133d2aaee455af0b8c7662c168b8 /pom.xml
parentf702ccd5b3f92fabfe21a1d3f3af762b6c628b88 (diff)
Set aai-core version correctly
Change-Id: I3f59caf158dac352c9f24971d6f3f293613a64f8 Issue-ID: AAI-791 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files 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 @@
<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>
@@ -212,7 +212,7 @@
</systemProperty>
<systemProperty>
<key>aai-core.version</key>
- <value>${project.version}</value>
+ <value>${aai.core.version}</value>
</systemProperty>
</systemProperties>