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/07 14:59:11 UTC

[maven] branch NG-6169/MNG-6551 created (now 32be41e)

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

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


      at 32be41e  Upgrade to Maven Resources Plugin 3.1.0

This branch includes the following new commits:

     new 32be41e  Upgrade to Maven Resources Plugin 3.1.0

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

commit 32be41e020034d922a7998b59d79125ed76cde76
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Jan 7 15:58:59 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..5bbb427 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
@@ -67,13 +67,13 @@ Mappings to default lifecycle, specific for each packaging.
             <!-- START SNIPPET: jar-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
               </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