brunoborges opened a new pull request, #12180: URL: https://github.com/apache/maven/pull/12180
### Summary Bumps the Maven 3.9.x Super POM default for `maven-dependency-plugin` from `3.7.0` to `3.11.0`. ### Rationale The current default resolves short-prefix invocations such as `mvn dependency:add` to `maven-dependency-plugin:3.7.0`. Newer dependency plugin goals, including `dependency:add`, require a newer plugin version, so updating the Super POM default allows the short-form invocation to work without requiring users to spell out the fully qualified plugin coordinate. ### Testing - `git diff --check` - `mvn -q -pl maven-model-builder -am -DskipTests package` ### Checklist - [x] My pull request addresses just one issue, without pulling in other changes. - [x] I wrote a pull request description that is detailed enough to understand what the pull request does, how, and why. - [x] Each commit in the pull request has a meaningful subject line and body. - [x] I ran `mvn verify` or an appropriate targeted build. - [x] I hereby declare this contribution to be licenced under the Apache License Version 2.0, January 2004. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
