gnodet commented on code in PR #13076:
URL: https://github.com/apache/maven/pull/13076#discussion_r3976235663


##########
impl/maven-core/src/main/java/org/apache/maven/lifecycle/providers/packaging/AbstractLifecycleMappingProvider.java:
##########
@@ -35,29 +35,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 = "3.5.0";
 
-    protected static final String COMPILER_PLUGIN_VERSION = "3.13.0";
+    protected static final String COMPILER_PLUGIN_VERSION = "3.16.0";
 
-    protected static final String SUREFIRE_PLUGIN_VERSION = "3.5.2";
+    protected static final String SUREFIRE_PLUGIN_VERSION = "3.6.0";
 
-    protected static final String INSTALL_PLUGIN_VERSION = "3.1.3";
+    protected static final String INSTALL_PLUGIN_VERSION = "3.1.4";
 
-    protected static final String DEPLOY_PLUGIN_VERSION = "3.1.3";
+    protected static final String DEPLOY_PLUGIN_VERSION = "3.1.4";
 
     // packaging
 
-    protected static final String JAR_PLUGIN_VERSION = "3.4.2";
+    protected static final String JAR_PLUGIN_VERSION = "3.5.1";
 
-    protected static final String EAR_PLUGIN_VERSION = "3.3.0";
+    protected static final String EAR_PLUGIN_VERSION = "3.4.0";
 
-    protected static final String EJB_PLUGIN_VERSION = "3.2.1";
+    protected static final String EJB_PLUGIN_VERSION = "3.3.0";
 
-    protected static final String PLUGIN_PLUGIN_VERSION = "3.15.1";
+    protected static final String PLUGIN_PLUGIN_VERSION = "3.15.2";
 
-    protected static final String RAR_PLUGIN_VERSION = "3.0.0";
+    protected static final String RAR_PLUGIN_VERSION = "3.1.0";
 
-    protected static final String WAR_PLUGIN_VERSION = "3.4.0";
+    protected static final String WAR_PLUGIN_VERSION = "3.5.1";
     // END SNIPPET: versions

Review Comment:
   `maven-plugin-plugin` 3.16.0 was released on Sep 6, 2026 — two days before 
this PR. Should be:
   ```suggestion
       protected static final String PLUGIN_PLUGIN_VERSION = "3.16.0";
   ```



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