Set aai-core version correctly 89/32589/1
authorJimmy Forsyth <jf2512@att.com>
Thu, 22 Feb 2018 17:09:11 +0000 (12:09 -0500)
committerJimmy Forsyth <jf2512@att.com>
Thu, 22 Feb 2018 17:09:21 +0000 (12:09 -0500)
Issue-ID: AAI-791
Change-Id: I566bfe495523e28123ce7dc7cef6c8f629eced33
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index a109022..1cf6484 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                         <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>
 
                                         </systemProperty>
                                         <systemProperty>
                                             <key>aai-core.version</key>
-                                            <value>${project.version}</value>
+                                            <value>${aai.core.version}</value>
                                         </systemProperty>
                                     </systemProperties>