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

Required Maven version #318

Closed Kris-kun closed 4 months ago

Kris-kun commented 4 months ago

What exactly is the required Maven version for maven-git-versioning-extension 9.6.4+? I tried using the newest version (9.8.1) with Maven 3.6.3, giving me the error message The plugin me.qoomon:maven-git-versioning-extension:9.8.1 requires Maven version 3.6.4.

Since version 9.6.4, it seems the maven prerequisite was switched from 3.6.3 to 3.6.4. The README states that the minimum Maven version should be 3.6.3, though this is not the case anymore.

So should the minimum Maven version be 3.6.3 (in this case, the prerequisite has to be changed) or should it be 3.6.4 or rather 3.8.1 because this is the next version after 3.6.3 (in this case, the README needs to be updated)?

qoomon commented 4 months ago

should be 3.6.4, I'll adjust the readme

Kris-kun commented 4 months ago

Okay, thanks.