Set the Strategy used for development version upgrades.
If no custom global version number is used this parameter sets the system property -Dunleash.versionUpgradeStrategy to the specified value which gives a hint for the development version calculation. The following values are strategies are supported:
- MAJOR: Increments the major (first) part of the version (e.g. in x.y.z x will be incremented by 1).
- MINOR: Increments the minor (second) part of the version (e.g. in x.y.z y will be incremented by 1).
- INCREMENTAL: Increments the incremental (third) part of the version (e.g. in x.y.z z will be incremented by 1).
- DEFAULT: Increments the lowest (rightmost) part of the version by 1. This is the default as well as the fallback setting if the specfied strategy cannot be applied.