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/08 20:35:17 UTC

[maven] branch MNG-6169/MNG-6555 created (now 682e6ab)

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

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


      at 682e6ab  [MNG-6552] Packaging 'rar' binding plugin upgrades

This branch includes the following new commits:

     new 682e6ab  [MNG-6552] Packaging 'rar' binding plugin 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-6552] Packaging 'rar' binding plugin 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-6169/MNG-6555
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 682e6ab6468a95728d82f91cefc947c080dd1d63
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue Jan 8 21:34:35 2019 +0100

    [MNG-6552] Packaging 'rar' binding plugin upgrades
    
    * Upgrade to Maven Resources Plugin 3.1.0
    * Upgrade to Maven Compiler Plugin 3.8.0
    * Upgrade to Maven Surefire Plugin 3.0.0-M3
    * Upgrade to Maven RAR Plugin 2.4
    * Upgrade to Maven Install Plugin 3.0.0-M1
    * Upgrade to Maven Deploy Plugin 3.0.0-M1
---
 .../main/resources/META-INF/plexus/default-bindings.xml  | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

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 4a303db..12c6a57 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
@@ -282,28 +282,28 @@ Mappings to default lifecycle, specific for each packaging.
             <!-- START SNIPPET: rar-lifecycle -->
             <phases>
               <process-resources>
-                org.apache.maven.plugins:maven-resources-plugin:2.6:resources
+                org.apache.maven.plugins:maven-resources-plugin:3.1.0:resources
               </process-resources>
               <compile>
-                org.apache.maven.plugins:maven-compiler-plugin:3.1:compile
+                org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile
               </compile>
               <process-test-resources>
-                org.apache.maven.plugins:maven-resources-plugin:2.6:testResources
+                org.apache.maven.plugins:maven-resources-plugin:3.1.0:testResources
               </process-test-resources>
               <test-compile>
-                org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile
+                org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile
               </test-compile>
               <test>
-                org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test
+                org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test
               </test>
               <package>
-                org.apache.maven.plugins:maven-rar-plugin:2.2:rar
+                org.apache.maven.plugins:maven-rar-plugin:2.4:rar
               </package>
               <install>
-                org.apache.maven.plugins:maven-install-plugin:2.4:install
+                org.apache.maven.plugins:maven-install-plugin:3.0.0-M1:install
               </install>
               <deploy>
-                org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy
+                org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy
               </deploy>
             </phases>
             <!-- END SNIPPET: rar-lifecycle -->