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/07 14:47:50 UTC

[maven] branch MNG-6169/MNG-6550 created (now 95353b2)

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

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


      at 95353b2  Upgrade to Maven Deploy Plugin 3.0.0-M1

This branch includes the following new commits:

     new 93063f2  Upgrade to Maven Install Plugin 3.0.0-M1
     new 95353b2  Upgrade to Maven Deploy Plugin 3.0.0-M1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven] 01/02: Upgrade to Maven Install Plugin 3.0.0-M1

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 93063f27332ac0293e3da34740ba79b04249ccab
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Jan 7 15:28:06 2019 +0100

    Upgrade to Maven Install 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 4a303db..ae2a3fd 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
@@ -41,7 +41,7 @@ Mappings to default lifecycle, specific for each packaging.
             <!-- START SNIPPET: pom-lifecycle -->
             <phases>
               <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


[maven] 02/02: Upgrade to Maven Deploy Plugin 3.0.0-M1

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 95353b2c37191406e20866afeaef6b10859954bf
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Jan 7 15:45:43 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 ae2a3fd..dec07be 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.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: pom-lifecycle -->