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/07/26 21:11:55 UTC

[maven] branch MNG-6548 created (now d983362)

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.


      at d983362  [MNG-6548] Lifecycle plugin version upgrades

This branch includes the following new commits:

     new d983362  [MNG-6548] Lifecycle plugin version upgrades

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.



[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 d98336248ef6c058c42994c23d36da15621c2337
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.8.2
---
 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..81f21e5 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.8.2:site
           </site>
           <site-deploy>
-            org.apache.maven.plugins:maven-site-plugin:3.3:deploy
+            org.apache.maven.plugins:maven-site-plugin:3.8.2:deploy
           </site-deploy>
         </default-phases>
         <!-- END SNIPPET: site -->