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 21:44:37 UTC

[maven] branch MNG-6169/MNG-6555 updated (682e6ab -> f5ddd67)

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.


    from 682e6ab  [MNG-6552] Packaging 'rar' binding plugin upgrades
     new c7f2954  Upgrade to Maven Resources Plugin 3.1.0
     new 04ecb8d  Upgrade to Maven Compiler Plugin 3.8.0
     new f5ddd67  Upgrade to Maven Surefire Plugin 3.0.0-M3

The 3 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:
 .../src/main/resources/META-INF/plexus/default-bindings.xml    | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


[maven] 03/03: Upgrade to Maven Surefire Plugin 3.0.0-M3

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 f5ddd678d2178fc028d21dc9a48c573f7d52bd4c
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue Jan 8 22:44:25 2019 +0100

    Upgrade to Maven Surefire Plugin 3.0.0-M3
---
 maven-core/src/main/resources/META-INF/plexus/default-bindings.xml | 2 +-
 1 file changed, 1 insertion(+), 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 436ddf1..607d1d2 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
@@ -170,7 +170,7 @@ Mappings to default lifecycle, specific for each packaging.
                 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-jar-plugin:2.4:jar,


[maven] 02/03: Upgrade to Maven Compiler Plugin 3.8.0

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 04ecb8da94b3d86ab2ef8144babe926901bc3cd8
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue Jan 8 22:29:50 2019 +0100

    Upgrade to Maven Compiler Plugin 3.8.0
---
 maven-core/src/main/resources/META-INF/plexus/default-bindings.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 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 0dcf601..436ddf1 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
@@ -158,7 +158,7 @@ Mappings to default lifecycle, specific for each packaging.
                 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-classes>
                 org.apache.maven.plugins:maven-plugin-plugin:3.2:descriptor
@@ -167,7 +167,7 @@ Mappings to default lifecycle, specific for each packaging.
                 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


[maven] 01/03: Upgrade to Maven Resources Plugin 3.1.0

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 c7f2954bc8880ee653c2f2ee0c40f313cff3d510
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue Jan 8 22:14:18 2019 +0100

    Upgrade to Maven Resources Plugin 3.1.0
---
 maven-core/src/main/resources/META-INF/plexus/default-bindings.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 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 12c6a57..0dcf601 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
@@ -155,7 +155,7 @@ Mappings to default lifecycle, specific for each packaging.
             <!-- START SNIPPET: maven-plugin-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
@@ -164,7 +164,7 @@ Mappings to default lifecycle, specific for each packaging.
                 org.apache.maven.plugins:maven-plugin-plugin:3.2:descriptor
               </process-classes>
               <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