mojohaus / versions

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

display-parent-updates should support allowMajorUpdates, allowMinorUpdates and related parameters #1016

Closed cachescrubber closed 7 months ago

cachescrubber commented 8 months ago

Since #966 (2.16.0) most display-*-updates and update-* goals consistently support a set of common parameters to narrow the scope of used dependencies (allowMajorUpdates, allowMinorUpdates, allowIncrementalUpdates, ...) However, display-parent-updates does not.

If you agree I'm happy to contribute a PR to make sure display-parent-updates accepts the same parameters as update-parent.

slawekjaranowski commented 8 months ago

PR are always welcome 😄

Please pay attention that we have:

Agree available options should be similar.

cachescrubber commented 8 months ago

Hi @slawekjaranowski , please have a look at #1017

From the *-report goals, none is currently supporting the allMajor/Minor parameter.