You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2023/02/22 12:22:00 UTC

[maven] branch maven-3.9.x updated: [MNG-7702] Use latest deploy plugin (#1006)

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

cstamas pushed a commit to branch maven-3.9.x
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/maven-3.9.x by this push:
     new a2a47daaa [MNG-7702] Use latest deploy plugin (#1006)
a2a47daaa is described below

commit a2a47daaa397c086b41d3b56085708d9810eb50b
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Wed Feb 22 13:21:54 2023 +0100

    [MNG-7702] Use latest deploy plugin (#1006)
    
    And have it aligned with install plugin. These two now provides all the fixes and new functionalities like working deployAtEnd etc.
    
    ---
    
    https://issues.apache.org/jira/browse/MNG-7702
---
 .../main/resources/META-INF/plexus/default-bindings.xml    | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml b/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml
index 1912f67f7..7e2f9d7a3 100644
--- a/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml
+++ b/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml
@@ -44,7 +44,7 @@ Mappings to default lifecycle, specific for each packaging.
                 org.apache.maven.plugins:maven-install-plugin:3.1.0:install
               </install>
               <deploy>
-                org.apache.maven.plugins:maven-deploy-plugin:3.0.0:deploy
+                org.apache.maven.plugins:maven-deploy-plugin:3.1.0:deploy
               </deploy>
             </phases>
             <!-- END SNIPPET: pom-lifecycle -->
@@ -88,7 +88,7 @@ Mappings to default lifecycle, specific for each packaging.
                 org.apache.maven.plugins:maven-install-plugin:3.1.0:install
               </install>
               <deploy>
-                org.apache.maven.plugins:maven-deploy-plugin:3.0.0:deploy
+                org.apache.maven.plugins:maven-deploy-plugin:3.1.0:deploy
               </deploy>
             </phases>
             <!-- END SNIPPET: jar-lifecycle -->
@@ -132,7 +132,7 @@ Mappings to default lifecycle, specific for each packaging.
                 org.apache.maven.plugins:maven-install-plugin:3.1.0:install
               </install>
               <deploy>
-                org.apache.maven.plugins:maven-deploy-plugin:3.0.0:deploy
+                org.apache.maven.plugins:maven-deploy-plugin:3.1.0:deploy
               </deploy>
             </phases>
             <!-- END SNIPPET: ejb-lifecycle -->
@@ -180,7 +180,7 @@ Mappings to default lifecycle, specific for each packaging.
                 org.apache.maven.plugins:maven-install-plugin:3.1.0:install
               </install>
               <deploy>
-                org.apache.maven.plugins:maven-deploy-plugin:3.0.0:deploy
+                org.apache.maven.plugins:maven-deploy-plugin:3.1.0:deploy
               </deploy>
             </phases>
             <!-- END SNIPPET: maven-plugin-lifecycle -->
@@ -224,7 +224,7 @@ Mappings to default lifecycle, specific for each packaging.
                 org.apache.maven.plugins:maven-install-plugin:3.1.0:install
               </install>
               <deploy>
-                org.apache.maven.plugins:maven-deploy-plugin:3.0.0:deploy
+                org.apache.maven.plugins:maven-deploy-plugin:3.1.0:deploy
               </deploy>
             </phases>
             <!-- END SNIPPET: war-lifecycle -->
@@ -259,7 +259,7 @@ Mappings to default lifecycle, specific for each packaging.
                 org.apache.maven.plugins:maven-install-plugin:3.1.0:install
               </install>
               <deploy>
-                org.apache.maven.plugins:maven-deploy-plugin:3.0.0:deploy
+                org.apache.maven.plugins:maven-deploy-plugin:3.1.0:deploy
               </deploy>
             </phases>
             <!-- END SNIPPET: ear-lifecycle -->
@@ -303,7 +303,7 @@ Mappings to default lifecycle, specific for each packaging.
                 org.apache.maven.plugins:maven-install-plugin:3.1.0:install
               </install>
               <deploy>
-                org.apache.maven.plugins:maven-deploy-plugin:3.0.0:deploy
+                org.apache.maven.plugins:maven-deploy-plugin:3.1.0:deploy
               </deploy>
             </phases>
             <!-- END SNIPPET: rar-lifecycle -->