diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-02-22 12:13:10 -0500 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2018-02-22 12:13:46 -0500 |
commit | ea116a1bd25006409ae1caab5b0e2e6da099fa63 (patch) | |
tree | 6f6164dd5d84133d2aaee455af0b8c7662c168b8 | |
parent | f702ccd5b3f92fabfe21a1d3f3af762b6c628b88 (diff) |
Set aai-core version correctly
Change-Id: I3f59caf158dac352c9f24971d6f3f293613a64f8
Issue-ID: AAI-791
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |