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/02/17 19:30:58 UTC

[maven] branch master updated: Revert "[MNG-6548] Lifecycle plugin version upgrades"

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9dd4732  Revert "[MNG-6548] Lifecycle plugin version upgrades"
9dd4732 is described below

commit 9dd4732b7425f6fdbcae1fddfa9b3e47b8f45b8d
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Feb 17 20:30:25 2019 +0100

    Revert "[MNG-6548] Lifecycle plugin version upgrades"
    
    This reverts commit 33e4f201d322efcbe53d0ad557c9c332941c1e7a.
    Commit will be postponed to 3.7.0.
---
 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 f10f6fa..3f099cb 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:3.1.0:clean
+            org.apache.maven.plugins:maven-clean-plugin:2.5: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.7.1:site
+            org.apache.maven.plugins:maven-site-plugin:3.3:site
           </site>
           <site-deploy>
-            org.apache.maven.plugins:maven-site-plugin:3.7.1:deploy
+            org.apache.maven.plugins:maven-site-plugin:3.3:deploy
           </site-deploy>
         </default-phases>
         <!-- END SNIPPET: site -->