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/10 13:41:12 UTC

[maven] branch MNG-6169/MNG-6556 created (now 9b858d6)

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

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


      at 9b858d6  Upgrade to Maven Install Plugin 3.0.0-M1

This branch includes the following new commits:

     new 9956e7f  Upgrade to Maven Resources Plugin 3.1.0
     new 6dc3017  Upgrade to Maven Compiler Plugin 3.8.0
     new 0c79472  Upgrade to Maven Surefire Plugin 3.0.0-M3
     new 0608bbf  Upgrade to Maven Deploy Plugin 3.0.0-M1
     new 9b858d6  Upgrade to Maven Install Plugin 3.0.0-M1

The 5 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] 03/05: 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-6556
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 0c794726ea0f0709c2b8848832f8ce626793b2b7
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 efde9bc..1b9c2e8 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/05: 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-6556
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 6dc3017f5d851fe21ca35bb62118282b821f73af
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 9d18bf2..efde9bc 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] 05/05: Upgrade to Maven Install Plugin 3.0.0-M1

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-6556
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 9b858d6f144a35839dc8241ee0d1d5eb3e4012c7
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Jan 9 23:53:18 2019 +0100

    Upgrade to Maven Install Plugin 3.0.0-M1
---
 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 17b6e52..f179b6e 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
@@ -177,7 +177,7 @@ Mappings to default lifecycle, specific for each packaging.
                 org.apache.maven.plugins:maven-plugin-plugin:3.2:addPluginArtifactMetadata
               </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:3.0.0-M1:deploy


[maven] 01/05: 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-6556
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 9956e7fc3e4a12adae1513f39048b72ecee313cc
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 4a303db..9d18bf2 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


[maven] 04/05: Upgrade to Maven Deploy Plugin 3.0.0-M1

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-6556
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 0608bbfe98c40c3bce29b271d75ccc1ad0ea2073
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Jan 9 17:42:07 2019 +0100

    Upgrade to Maven Deploy Plugin 3.0.0-M1
---
 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 1b9c2e8..17b6e52 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
@@ -180,7 +180,7 @@ Mappings to default lifecycle, specific for each packaging.
                 org.apache.maven.plugins:maven-install-plugin:2.4: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: maven-plugin-lifecycle -->