gnodet opened a new pull request, #12172:
URL: https://github.com/apache/maven/pull/12172

   ## Summary
   - Fixed `maven-compiler-plugin` version from `3.2.0` to `3.2` in 
`PLUGIN_UPGRADES` — version 3.2.0 does not exist on Maven Central (confirmed 
via HTTP 404), causing build resolution failures in projects like 
servicemix4-bundles and synapse
   - Fixed `exec-maven-plugin` entry: corrected groupId from 
`org.apache.maven.plugins` to `org.codehaus.mojo` and artifactId from 
`maven-exec-plugin` to `exec-maven-plugin`, making `PLUGIN_UPGRADES` consistent 
with `getPluginUpgradesMap()`
   
   ## Test plan
   - [x] Verified `maven-compiler-plugin:3.2` exists on Maven Central (HTTP 200)
   - [x] Verified `maven-compiler-plugin:3.2.0` does NOT exist on Maven Central 
(HTTP 404)
   - [x] Verified `exec-maven-plugin:3.2.0` exists on Maven Central (HTTP 200)
   - [x] Updated tests to match corrected artifact IDs
   - [x] All 27 `PluginUpgradeStrategyTest` 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]

Reply via email to