Set aai-core version correctly 91/32591/1
authorJimmy Forsyth <jf2512@att.com>
Thu, 22 Feb 2018 17:13:10 +0000 (12:13 -0500)
committerJimmy Forsyth <jf2512@att.com>
Thu, 22 Feb 2018 17:13:46 +0000 (12:13 -0500)
Change-Id: I3f59caf158dac352c9f24971d6f3f293613a64f8
Issue-ID: AAI-791
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 25687fe..4765c9d 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>