Skip to content

Releases: qoomon/maven-git-versioning-extension

Hacky workaround for maven 3.6.2 regression

03 Oct 19:44
Compare
Choose a tag to compare

Disable Extension

07 Sep 11:46
Compare
Choose a tag to compare

use cli option mvn -Dversioning.disable=true ... or export VERSIONING_DISABLE=true; mvn ... to disable versioning extension

Fix VERSIONING_GIT_TAG Environment Variable Behaviour

11 Aug 15:37
Compare
Choose a tag to compare
v4.4.5

fix: VERSIONING_GIT_TAG will simulate no branch

Stop Talking

28 Jun 09:01
Compare
Choose a tag to compare

suppress unnecessary logging of non updated properties

Properties Everywhere

22 Jun 16:08
Compare
Choose a tag to compare

New feature to adjust property values accordingly to current branch or tag

FIX: Endless loop in ModelProcessor#findMvnDir

09 May 09:33
2b8b1cb
Compare
Choose a tag to compare
Merge pull request #38 from dornwelt/master

Endless loop in ModelProcessor#findMvnDir during build on the third level module in a multimodule project

Feat: Support for multi-module projects without parent POM

07 May 16:58
Compare
Choose a tag to compare
v4.2.0

feat: search in git directory hierarchy for .mvn

Fix: fix config handover to plugin

02 May 15:14
Compare
Choose a tag to compare
v4.1.1

fix: replace plugin config object with key value paris of strings due…

Feature: update pom

18 Apr 11:52
Compare
Choose a tag to compare
v4.1.0

feat: add option to update version tag within original pom file

Fix: Do not resolve variables in git versioned pom

29 Mar 07:55
Compare
Choose a tag to compare
v4.0.6

fix: do not resolve variables in pom file and consider pom modificati…