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:12 UTC

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

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