mojohaus / versions

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

Resolves #1009: Fixing a broken test scenario #1010

Closed jarmoniuk closed 9 months ago

jarmoniuk commented 9 months ago

The test was broken due to #996.

Firstly, I had changed the test to test against a release version, probably by mistake. Secondly, the test assumed (wrongly) that the minimum version for the project was the minimum Maven version for versions-maven-plugin. Because of that, only the updates for that Maven versions were displayed.

Corrected the test.

jarmoniuk commented 9 months ago

@slawekjaranowski so this is it, please review and merge