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 12:24:47 UTC

[maven] branch MNG-6548 updated (f609428 -> 33e4f20)

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

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


 discard f609428  [MNG-6548] Lifecycle plugin version upgrades
     add eab62f1  [MNG-6520] Update namespaces for maven-assembly to 2.0.0
     new 33e4f20  [MNG-6548] Lifecycle plugin version upgrades

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   (f609428)
            \
             N -- N -- N   refs/heads/MNG-6548 (33e4f20)

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:
 apache-maven/src/main/assembly/bin.xml       | 4 ++--
 apache-maven/src/main/assembly/component.xml | 4 ++--
 apache-maven/src/main/assembly/dir.xml       | 4 ++--
 apache-maven/src/main/assembly/src.xml       | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)


[maven] 01/01: [MNG-6548] Lifecycle plugin version upgrades

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

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

commit 33e4f201d322efcbe53d0ad557c9c332941c1e7a
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Jan 7 00:43:08 2019 +0100

    [MNG-6548] Lifecycle plugin version upgrades
    
    * Upgrade to Maven Clean Plugin 3.1.0
    * Upgrade to Maven Site Plugin 3.7.1
---
 maven-core/src/main/resources/META-INF/plexus/components.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/maven-core/src/main/resources/META-INF/plexus/components.xml b/maven-core/src/main/resources/META-INF/plexus/components.xml
index 3f099cb..f10f6fa 100644
--- a/maven-core/src/main/resources/META-INF/plexus/components.xml
+++ b/maven-core/src/main/resources/META-INF/plexus/components.xml
@@ -78,7 +78,7 @@ under the License.
         </phases>
         <default-phases>
           <clean>
-            org.apache.maven.plugins:maven-clean-plugin:2.5:clean
+            org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean
           </clean>
         </default-phases>
         <!-- END SNIPPET: clean -->
@@ -101,10 +101,10 @@ under the License.
         </phases>
         <default-phases>
           <site>
-            org.apache.maven.plugins:maven-site-plugin:3.3:site
+            org.apache.maven.plugins:maven-site-plugin:3.7.1:site
           </site>
           <site-deploy>
-            org.apache.maven.plugins:maven-site-plugin:3.3:deploy
+            org.apache.maven.plugins:maven-site-plugin:3.7.1:deploy
           </site-deploy>
         </default-phases>
         <!-- END SNIPPET: site -->