-
Type: Bug
-
Status: Done
-
Priority: Medium
-
Resolution: Done
-
Affects Version/s: 1.20.0, 1.20.1, 1.20.2
-
Fix Version/s: 1.21.0
-
Component/s: appng-application
-
Labels:None
These variables should be replaced during build:
def MANAGER_VERSION=${manager.version} def AUTH_VERSION=${authentication.version} def SCHEDULER_VERSION=${scheduler.version} def TEMPLATE_VERSION=${template.version}
must be replaced with
def MANAGER_VERSION=${appNG.manager.version} def AUTH_VERSION=${appNG.authentication.version} def SCHEDULER_VERSION=${appNG.scheduler.version} def TEMPLATE_VERSION=${appNG.template.version}