You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/01/04 23:09:38 UTC

[maven] branch master updated: [MNG-6917] upgrade maven-wrapper-plugin to 3.1.0

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new d6b9108  [MNG-6917] upgrade maven-wrapper-plugin to 3.1.0
d6b9108 is described below

commit d6b9108f58ec3dfec507ccaae8102bfd6ac77f94
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Jan 5 00:09:35 2022 +0100

    [MNG-6917] upgrade maven-wrapper-plugin to 3.1.0
---
 .../org/apache/maven/lifecycle/providers/WrapperLifecycleProvider.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-core/src/main/java/org/apache/maven/lifecycle/providers/WrapperLifecycleProvider.java b/maven-core/src/main/java/org/apache/maven/lifecycle/providers/WrapperLifecycleProvider.java
index 31d70fa..619d502 100644
--- a/maven-core/src/main/java/org/apache/maven/lifecycle/providers/WrapperLifecycleProvider.java
+++ b/maven-core/src/main/java/org/apache/maven/lifecycle/providers/WrapperLifecycleProvider.java
@@ -41,7 +41,7 @@ public final class WrapperLifecycleProvider
   public WrapperLifecycleProvider()
   {
     HashMap<String, LifecyclePhase> phases = new HashMap<>();
-    phases.put( "wrapper", new LifecyclePhase( "org.apache.maven.plugins:maven-wrapper-plugin:3.0.2:wrapper" ) );
+    phases.put( "wrapper", new LifecyclePhase( "org.apache.maven.plugins:maven-wrapper-plugin:3.1.0:wrapper" ) );
 
     this.lifecycle = new Lifecycle(
         "wrapper",