elharo commented on code in PR #13080:
URL: https://github.com/apache/maven/pull/13080#discussion_r3967699232
##########
impl/maven-core/src/main/java/org/apache/maven/lifecycle/providers/packaging/AbstractLifecycleMappingProvider.java:
##########
@@ -35,29 +36,29 @@
*/
public abstract class AbstractLifecycleMappingProvider implements
Provider<LifecycleMapping> {
// START SNIPPET: versions
- protected static final String RESOURCES_PLUGIN_VERSION = "3.3.1";
+ protected static final String RESOURCES_PLUGIN_VERSION =
PluginVersions.RESOURCES;
Review Comment:
Maybe deprecate these fields, or just remove them if this is all new in
4.0.lx
--
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]