mojohaus / versions

Versions Maven Plugin
https://www.mojohaus.org/versions/versions-maven-plugin/
Apache License 2.0
337 stars 267 forks source link

Enhancement: Goal to update plugin versions. #1066

Open Mavelous opened 5 months ago

Mavelous commented 5 months ago

I can use versions:display-plugin-updates to see which plugins can be updated. However, there's no goal to actually edit the pom.xml file to enact those changes.

There's a goal to do this for dependencies: versions:use-latest-releases or versions:use-next-releases. I can do the same for dependency versions that I've extracted to properties: versions:update-properties. But I can't automatically do that for plugin versions.

martinburger commented 3 months ago

It would be great if there was a command similar to use-latest-versions to update plugin versions.