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

display-property-updates includes parent projects since version 2.13.0 #843

Closed
amottier opened this issue Dec 8, 2022 · 2 comments
Closed

Comments

@amottier
Copy link

amottier commented Dec 8, 2022

Since version 2.13.0, display-property-updates includes updates available for parent projects.

This can be an issue for example if parent is spring-boot-starter-parent version 2.7.6. This is because spring-boot-dependencies (parent of spring-boot-starter-parent) specifies all its dependencies using properties and for most of them a more recent version exist.

I look at the documentation but I can't find a parameter to get back to the previous behavior.

This issue can be reproduce with this project by comparing output of ./mvnw org.codehaus.mojo:versions-maven-plugin:2.12.0:display-property-updates and ./mvnw org.codehaus.mojo:versions-maven-plugin:2.13.0:display-property-updates.

@slawekjaranowski
Copy link
Member

Resolved by #817

Please retest with latest snapshot version - 2.14.0-SNAPSHOT

@amottier
Copy link
Author

@slawekjaranowski Thanks a lot for pointing me in the right direction, I can confirm that 2.14.0-SNAPSHOT fix the issue (and thanks @ajarmoniuk for #817 👍).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants