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

   ## Summary
   
   - Fixed `PluginUpgradeStrategy` recommending `maven-enforcer-plugin:3.5.2`, 
a version that was never released to Maven Central (versions go 3.5.0 → 3.6.0)
   - The `3.5.2` version was confused with `maven-surefire-plugin`, which does 
have a 3.5.2 release
   - Changed the recommended minimum to `3.5.0`, which exists and includes the 
necessary Maven 4 compatibility changes (plexus-utils 4.0.0 bump)
   
   ## Test plan
   
   - [x] All 27 `PluginUpgradeStrategyTest` tests pass
   - [ ] Verify `mvnup apply` no longer recommends non-existent enforcer plugin 
version
   
   🤖 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