-
-
Notifications
You must be signed in to change notification settings - Fork 184
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
Maven 3.9.2 warnings about compatibility with future Maven versions #394
Comments
Yes, we should address this after dependencies update. Thank you for reporting. |
One thing could be done without updating the dependencies:
|
Just verified 1.19.0 vs 1.20.0 (just released) vs 1.20.1-SNAPSHOT (with changes of PR #389) Looks like all warnings get solved with that PR
|
Maven 3.9.2 complains about
gitflow-maven-plugin
1.20.0:See Maven 3.9.2 Release Notes - the part about "Plugin validation warnings change".
Steps to reproduce:
mvn gitflow:help -Dmaven.plugin.validation=VERBOSE
Probably related to #369, #389.
The text was updated successfully, but these errors were encountered: