Skip to content

Releases: qoomon/maven-git-versioning-extension

Fix Null Pointer Exception

27 Feb 20:34
Compare
Choose a tag to compare
v4.0.1

fix: fix null pointer access

Major Refactoring

27 Feb 20:37
Compare
Choose a tag to compare
v4.0.0

Update README.md

Prefix Fix

12 Dec 00:27
Compare
Choose a tag to compare

kudos to @wheene for digging into this bug

Prefix Fix

07 Dec 12:20
Compare
Choose a tag to compare
v3.2.1

fix: remove prefix from projectCommitRefName again

Speed Up

04 Dec 23:58
Compare
Choose a tag to compare

Cache Git Calls
Cache Version Determination

Patch: Don't Do it Twice

30 Nov 10:44
Compare
Choose a tag to compare

skip procession virtual pom.xml files pom.virtual.xml

Patch: Silence

29 Jul 19:38
Compare
Choose a tag to compare

#11 fix: prevent verbose logging

Patch: Multi Thread Fix

22 Jul 20:27
Compare
Choose a tag to compare

#10 Fix NullPointer during multi-threaded builds. Kudos To @terje2001

v3.0.0 - next step

27 Apr 09:16
Compare
Choose a tag to compare
  • Log warning message if repository is not in a clean state (git status -s is empty)
  • Log warning message if branch and tag are provided by environment variable or maven parameter

Breaking Changes

  • revert environment variables and maven parameters back to version v1.2.0
  • Tag version configurations now only considered if detached HEAD or tag is provided by environment variable or by maven parameter

v2.0.0

27 Apr 09:22
Compare
Choose a tag to compare
  • Log warning message if repository is not in a clean state (git status -s is empty)

Breaking Changes

  • environment variables and maven parameters changed, see README
  • Tag version configurations now only considered if detached HEAD or tag is provided by environment variable or by maven parameter