gnodet opened a new pull request, #12176: URL: https://github.com/apache/maven/pull/12176
## Summary - Fix maven-compiler-plugin minimum version from `3.2.0` to `3.2` — version 3.2.0 does not exist on Maven Central, causing resolution failures (e.g. servicemix4-bundles, synapse) - Fix exec-maven-plugin entry in `PLUGIN_UPGRADES` to use the correct groupId (`org.codehaus.mojo`) and artifactId (`exec-maven-plugin`) — was incorrectly listed as `org.apache.maven.plugins:maven-exec-plugin`, inconsistent with `getPluginUpgradesMap()` ## Test plan - [x] `PluginUpgradeStrategyTest` — all 27 tests pass 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
