[ 
https://issues.apache.org/jira/browse/MNG-7666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17675984#comment-17675984
 ] 

ASF GitHub Bot commented on MNG-7666:
-------------------------------------

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





> Update default binding and lifecycle plugin versions
> ----------------------------------------------------
>
>                 Key: MNG-7666
>                 URL: https://issues.apache.org/jira/browse/MNG-7666
>             Project: Maven
>          Issue Type: Improvement
>          Components: Plugins and Lifecycle
>            Reporter: Tamas Cservenak
>            Assignee: Tamas Cservenak
>            Priority: Major
>             Fix For: 3.9.0, 4.0.0-alpha-4, 4.0.0
>
>
> The plugins since last update got a pretty nice overhaul, so I suggest this:
> {noformat}
> clean: 2.5 -> 3.2.0
> site: 3.3 -> 3.12.1
> install: 3.0.0-M1 -> 3.1.0
> deploy: 3.0.0-M2 -> 3.0.0
> resources: 2.6 -> 3.3.0
> compiler: 3.1 -> 3.10.1
> surefire: 2.12.4 -> 3.0.0-M8
> jar: 2.4 -> 3.3.0
> ejb: 2.3 -> 3.2.1
> plugin: 3.2 -> 3.7.0
> war: 2.2 -> 3.3.2
> ear: 2.8 -> 3.3.0 
> rar: 2.2 -> 3.0.0 {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to