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/08 22:22:02 UTC

[maven] branch MNG-6169/MNG-6555 updated: * Upgrade to Maven Install Plugin 3.0.0-M1 * 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 c945f88  * Upgrade to Maven Install Plugin 3.0.0-M1 * Upgrade to Maven Deploy Plugin 3.0.0-M1
c945f88 is described below

commit c945f8803625158aaa3be74247c0f75911e0aa1b
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue Jan 8 23:21:14 2019 +0100

    * Upgrade to Maven Install Plugin 3.0.0-M1
    * Upgrade to Maven Deploy Plugin 3.0.0-M1
---
 maven-core/src/main/resources/META-INF/plexus/default-bindings.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 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 607d1d2..5bb9281 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
@@ -177,10 +177,10 @@ Mappings to default lifecycle, specific for each packaging.
                 org.apache.maven.plugins:maven-plugin-plugin:3.2:addPluginArtifactMetadata
               </package>
               <install>
-                org.apache.maven.plugins:maven-install-plugin:2.4:install
+                org.apache.maven.plugins:maven-install-plugin:3.0.0-M1: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 -->