display-parent-updates does not show updates correctly #896
Closed
Description
opened on Jan 2, 2023
From version 2.14.0 the display-parent-updates
does not show newer parent versions anymore.
Given I have a project which has a newer parent version in our maven repository.
When I run mvn org.codehaus.mojo:versions-maven-plugin:2.14.0:display-parent-updates
Then I expect to see The parent project has a newer version
But instead I see The parent project is the latest version
Running with a plugin version of 2.13.0 it gives the correct result.
Activity