Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support updating (sub)incremental versions #4178

Merged
merged 1 commit into from
Aug 24, 2024

Commits on Aug 24, 2024

  1. Support updating (sub)incremental versions

    Currently due to how the underlying library works, if there is only a
    micro version update it is not considered. Also subincremental versions
    are only taken into account if major is allowed (what currently include
    all increments) what is inconsistent.
    
    This now changes the single optional to a stream in order of update
    hierarchy and let the MavenLocationUpdater choose the first matching
    update offered and adding an option for subincremental updates as well.
    laeubi committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    c8a9954 View commit details
    Browse the repository at this point in the history