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
The 3 parameters allowIncrementalUpdates, allowMajorUpdates and allowMinorUpdates are mutually exclusive.
if I enable major updates (allowMajorUpdates=true)and there is no one it should show me the minor or the incremental updates, if allowMinorUpdates=true and allowIncrementalUpdates=true, The same will be if I enable allowMinorUpdates and there is no new version for this scope it should propose incremental one if allowIncrementalUpdates=true
The text was updated successfully, but these errors were encountered:
After comment of @ajarmoniuk Resolved by [#283](https://github.com/mojohaus/versions-maven-plugin/issues/283)
and The goals will not fall back to other scopes if no version is found -- that would be quite unexpected for most users. However, [#283](https://github.com/mojohaus/versions-maven-plugin/issues/283) has clarified the semantics of those switches, which, as you noticed, aren't really independent.
The 3 parameters
allowIncrementalUpdates
,allowMajorUpdates
andallowMinorUpdates
are mutually exclusive.if I enable major updates (
allowMajorUpdates=true
)and there is no one it should show me the minor or the incremental updates, ifallowMinorUpdates=true
andallowIncrementalUpdates=true
, The same will be if I enableallowMinorUpdates
and there is no new version for this scope it should propose incremental one ifallowIncrementalUpdates=true
The text was updated successfully, but these errors were encountered: