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 13:16:21 UTC

[maven] branch MNG-6169/MNG-6556 updated (deab587 -> 3cd0ca9)

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 deab587  Upgrade to Maven Install Plugin 2.5.2
 discard 10dfdaa  Upgrade to Maven Deploy Plugin 2.8.2
     new 4a942a9  Upgrade to Maven Deploy Plugin 2.8.2
     new 3cd0ca9  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   (deab587)
            \
             N -- N -- N   refs/heads/MNG-6169/MNG-6556 (3cd0ca9)

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


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


[maven] 01/02: Upgrade to Maven Deploy Plugin 2.8.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 4a942a9f4271521333a0e41a508a82d0081b4cd0
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Jan 9 17:42:07 2019 +0100

    Upgrade to Maven Deploy Plugin 2.8.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 1b9c2e8..db2bd9d 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
@@ -179,8 +179,9 @@ Mappings to default lifecycle, specific for each packaging.
               <install>
                 org.apache.maven.plugins:maven-install-plugin:2.4:install
               </install>
+              <!-- MNG-6556: Do not upgrade to 3.0.0-M1 is does not deploy the plugin prefix metadata -->
               <deploy>
-                org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy
+                org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
               </deploy>
             </phases>
             <!-- END SNIPPET: maven-plugin-lifecycle -->


[maven] 02/02: 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 3cd0ca9a4a666cf75b115ddfcd08d99609da1cd0
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 db2bd9d..d23291c 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-6556: 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>
               <!-- MNG-6556: Do not upgrade to 3.0.0-M1 is does not deploy the plugin prefix metadata -->
               <deploy>