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/11 10:35:16 UTC

[maven] branch MNG-6169/MNG-6556 updated (9b858d6 -> d0392b4)

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

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


 discard 9b858d6  Upgrade to Maven Install Plugin 3.0.0-M1
     new d0392b4  Upgrade to Maven Install Plugin 2.5.2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9b858d6)
            \
             N -- N -- N   refs/heads/MNG-6169/MNG-6556 (d0392b4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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.


Summary of changes:
 maven-core/src/main/resources/META-INF/plexus/default-bindings.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


[maven] 01/01: Upgrade to Maven Install Plugin 2.5.2

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-6556
in repository https://gitbox.apache.org/repos/asf/maven.git

commit d0392b4ce50484d84222d7cf33d3051e458a167f
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Jan 9 23:53:18 2019 +0100

    Upgrade to Maven Install Plugin 2.5.2
---
 maven-core/src/main/resources/META-INF/plexus/default-bindings.xml | 3 ++-
 1 file changed, 2 insertions(+), 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 17b6e52..01ffe23 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
@@ -176,8 +176,9 @@ Mappings to default lifecycle, specific for each packaging.
                 org.apache.maven.plugins:maven-jar-plugin:2.4:jar,
                 org.apache.maven.plugins:maven-plugin-plugin:3.2:addPluginArtifactMetadata
               </package>
+              <!-- MNG-6555: Do not upgrade to 3.0.0-M1 is does not install the plugin prefix metadata -->
               <install>
-                org.apache.maven.plugins:maven-install-plugin:2.4:install
+                org.apache.maven.plugins:maven-install-plugin:2.5.2:install
               </install>
               <deploy>
                 org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy