qoomon / maven-git-versioning-extension

This extension will set project version, based on current Git branch or tag.
GNU General Public License v3.0
305 stars 87 forks source link

Add support for the ${version.label.prefixed} placeholder #199

Closed mruzicka closed 2 years ago

mruzicka commented 2 years ago

The ${version.label.prefixed} placeholder is documented but not implemented. This PR provides the implementation.

qoomon commented 2 years ago

oh my bad, thanks a lot. I'll release a fixed version today.

mruzicka commented 2 years ago

no problem, thank you!

qoomon commented 2 years ago

feel free to try version 8.0.2

mruzicka commented 2 years ago

I will, thank you for the quick release.