Skip to content

Releases: qoomon/maven-git-versioning-extension

9.0.0 (accidentally increased major version, D'OH )

20 Jun 08:00
Compare
Choose a tag to compare
Fixes
  • fix git describe tag selection, if multiple tags point to head
  • add missing ${version.label.prefixed} placeholder

8.0.1

30 May 07:29
Compare
Choose a tag to compare
Fixes
  • handle multiline config elements in maven-git-versioning-extension.xml

8.0.0

30 May 04:48
Compare
Choose a tag to compare
Features
  • migrate to java 11
  • placeholder
    • new
      • ${version.major.next}
      • ${version.minor.next}
      • ${version.patch.next}
      • ${describe.tag.version}
      • ${describe.tag.version.major}
      • ${describe.tag.version.major.next}
      • ${describe.tag.version.minor}
      • ${describe.tag.version.minor.next}
      • ${describe.tag.version.path}
      • ${describe.tag.version.patch.next}
    • removed
      • ${version.minor.prefixed}
      • ${version.patch.prefixed}
BREAKING CHANGES
  • drop support for java 8

7.4.0

15 Apr 10:10
Compare
Choose a tag to compare
Features
  • add additional version component placeholders (#182)
  • ${version.minor.prefixed} like ${version.minor} with version component separator e.g. '.2'
  • ${version.patch.prefixed} like ${version.patch} with version component separator e.g. '.3'
  • ${version.label} the version label of ${version} e.g. 'SNAPSHOT'
    • ${version.label.prefixed} like ${version.label} with label separator e.g. '-SNAPSHOT'
BREAKING CHANGES
  • ${version.release} will remove all version labels instead of just the -SNAPSHOT label

7.3.0

18 Feb 20:47
Compare
Choose a tag to compare
Features
  • add additional version component placeholders (#165 @pdkyas)

7.2.3

16 Jan 13:30
Compare
Choose a tag to compare
Fixes
  • fix worktree handling

7.2.0

12 Jan 18:29
Compare
Choose a tag to compare
Features
  • Add <relatedProjects> config option

7.1.3

12 Jan 14:57
Compare
Choose a tag to compare
Fixes
  • fix rootDirectory determination for sub working trees

7.1.2

05 Nov 13:02
Compare
Choose a tag to compare

7.1.2

Fixes
  • proper handle of concurrent module builds

7.1.1

27 Sep 23:22
593f9cf
Compare
Choose a tag to compare
Fixes
  • if a tag is provided (and no branch) the extension behaves like in detached head state
  • if a branch is provided (and no tag) the extension behaves like in attached head state with no tags pointing to head