You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I can use
versions:display-plugin-updates
to see which plugins can be updated. However, there's no goal to actually edit thepom.xml
file to enact those changes.There's a goal to do this for dependencies:
versions:use-latest-releases
orversions: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.
The text was updated successfully, but these errors were encountered: