We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 when ont changing Maven version is great:
[INFO] The following plugin updates are available: [INFO] maven-checkstyle-plugin .................................. 2.0 -> 2.8 [INFO] maven-clean-plugin ..................................... 2.1 -> 2.4.1
but initial version is currently missing when Maven upgrade proposed:
[INFO] Require Maven 2.2.0 to use the following plugin updates: [INFO] maven-site-plugin ............................................... 3.0
should be
[INFO] Require Maven 2.2.0 to use the following plugin updates: [INFO] maven-site-plugin ........................................ 2.0 -> 3.0
The text was updated successfully, but these errors were encountered:
#256 display initial version even when Maven upgrade proposed
ed93a45
#256 if initial and new version are equals, just display initial
6847e31
this means this is a plugin version that requires a Maven version that is not compatible with project minimum version, not really a proposed upgrade
hboutemy
No branches or pull requests
display when ont changing Maven version is great:
but initial version is currently missing when Maven upgrade proposed:
should be
The text was updated successfully, but these errors were encountered: