Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-2848

Support other variables than ${pom.version} for development version in module xml

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • 4.1.1
    • 4.1
    • None
    • None

      In a module xml <version>${pom.version}</version> has a special handling and it's defined as a "undefined development version".

      There are also other way of making incrementing the module version, for example using the maven build number plugin we could need to define it as:
      <version>${buildNumber}</version>

      Instead of checking for ${pom.version} so it would be better to check for any variable string (starting with "${").

        Acceptance criteria

              fgiust Fabrizio Giustina
              fgiust Fabrizio Giustina
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD