-
Type:
Bug Report
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: continuous integration, engine
-
None
${camunda.old.version}
is never resolved in https://github.com/camunda/camunda-bpm-platform/blob/master/qa/test-old-engine/pom.xml
In theory it must be:
${camunda.version.old}
But after this commit: https://github.com/camunda/camunda-bpm-platform-maintenance/commit/356a572438477e6d41e5e1434228c46060a724d0
it must be changed on latest 7.6 snapshot version to make this change work in test jobs.