You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/01/09 16:42:28 UTC

[maven] branch MNG-6169/MNG-6555 updated: Upgrade to Maven Deploy Plugin 3.0.0-M1

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

michaelo pushed a commit to branch MNG-6169/MNG-6555
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/MNG-6169/MNG-6555 by this push:
     new 3cf8f45  Upgrade to Maven Deploy Plugin 3.0.0-M1
3cf8f45 is described below

commit 3cf8f45b7e48f33657825b28fdca08a1a60c67cd
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Jan 9 17:42:07 2019 +0100

    Upgrade to Maven Deploy Plugin 3.0.0-M1
---
 maven-core/src/main/resources/META-INF/plexus/default-bindings.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 607d1d2..dffb801 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
@@ -180,7 +180,7 @@ Mappings to default lifecycle, specific for each packaging.
                 org.apache.maven.plugins:maven-install-plugin:2.4:install
               </install>
               <deploy>
-                org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy
+                org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy
               </deploy>
             </phases>
             <!-- END SNIPPET: maven-plugin-lifecycle -->