You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2023/01/12 12:25:27 UTC

[GitHub] [maven] cstamas commented on a diff in pull request #956: [MNG-7666] Update default binding and lifecycle plugin versions

cstamas commented on code in PR #956:
URL: https://github.com/apache/maven/pull/956#discussion_r1068060689


##########
maven-core/src/main/java/org/apache/maven/lifecycle/providers/SiteLifecycleProvider.java:
##########
@@ -34,8 +34,8 @@ public final class SiteLifecycleProvider extends AbstractLifecycleProvider {
     private static final String[] PHASES = {"pre-site", "site", "post-site", "site-deploy"};
 
     private static final String[] BINDINGS = {
-        "site", "org.apache.maven.plugins:maven-site-plugin:3.9.1:site",
-        "site-deploy", "org.apache.maven.plugins:maven-site-plugin:3.9.1:deploy"
+        "site", "org.apache.maven.plugins:maven-site-plugin:3.12.1:site",
+        "site-deploy", "org.apache.maven.plugins:maven-site-plugin:3.12.1:deploy"
     };

Review Comment:
   done



##########
maven-core/src/main/java/org/apache/maven/lifecycle/providers/WrapperLifecycleProvider.java:
##########
@@ -33,7 +33,7 @@ public final class WrapperLifecycleProvider extends AbstractLifecycleProvider {
     // START SNIPPET: wrapper
     private static final String[] PHASES = {"wrapper"};
 
-    private static final String[] BINDINGS = {"wrapper", "org.apache.maven.plugins:maven-wrapper-plugin:3.1.0:wrapper"};
+    private static final String[] BINDINGS = {"wrapper", "org.apache.maven.plugins:maven-wrapper-plugin:3.1.1:wrapper"};

Review Comment:
   done



-- 
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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org