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

   Follow-up to #13080.
   
   `#13080` introduced `PluginVersions` and marked the `*_PLUGIN_VERSION` 
constants in `AbstractLifecycleMappingProvider` as `@Deprecated(since = 
"4.1.0", forRemoval = true)`, but the subclasses were never updated — they 
still reference the deprecated inherited constants.
   
   The 4.0.x backport (#13137) did it correctly: it migrated all subclasses to 
`PluginVersions.*` directly and removed the deprecated constants from 
`AbstractLifecycleMappingProvider` entirely.
   
   This PR brings master in line with the backport:
   - Update all `*LifecycleMappingProvider` subclasses to reference 
`PluginVersions.*` directly
   - Remove the now-unused deprecated `*_PLUGIN_VERSION` constants from 
`AbstractLifecycleMappingProvider`


-- 
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