You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2017/08/19 10:43:46 UTC

svn commit: r1805497 - /maven/plugins/trunk/maven-jmod-plugin/src/main/filtered-resources/META-INF/plexus/components.xml

Author: khmarbaise
Date: Sat Aug 19 10:43:46 2017
New Revision: 1805497

URL: http://svn.apache.org/viewvc?rev=1805497&view=rev
Log:
[MJMOD-1] Upgrade dependencies in component 
 o maven-compiler-plugin from 3.5.1 to 3.6.2
 o maven-resources-plugin from 3.0.1 to 3.0.2
 o maven-surefire-plugin from 2.19.1 to 2.20

Modified:
    maven/plugins/trunk/maven-jmod-plugin/src/main/filtered-resources/META-INF/plexus/components.xml

Modified: maven/plugins/trunk/maven-jmod-plugin/src/main/filtered-resources/META-INF/plexus/components.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/main/filtered-resources/META-INF/plexus/components.xml?rev=1805497&r1=1805496&r2=1805497&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/main/filtered-resources/META-INF/plexus/components.xml (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/main/filtered-resources/META-INF/plexus/components.xml Sat Aug 19 10:43:46 2017
@@ -55,19 +55,19 @@
             <!-- START SNIPPET: jmod-lifecycle -->
             <phases>
               <process-resources>
-                org.apache.maven.plugins:maven-resources-plugin:3.0.1:resources
+                org.apache.maven.plugins:maven-resources-plugin:3.0.2:resources
               </process-resources>
               <compile>
-                org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile
+                org.apache.maven.plugins:maven-compiler-plugin:3.6.2:compile
               </compile>
               <process-test-resources>
-                org.apache.maven.plugins:maven-resources-plugin:3.0.1:testResources
+                org.apache.maven.plugins:maven-resources-plugin:3.0.2:testResources
               </process-test-resources>
               <test-compile>
-                org.apache.maven.plugins:maven-compiler-plugin:3.5.1:testCompile
+                org.apache.maven.plugins:maven-compiler-plugin:3.6.2:testCompile
               </test-compile>
               <test>
-                org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
+                org.apache.maven.plugins:maven-surefire-plugin:2.20:test
               </test>
               <package>
                 org.apache.maven.plugins:maven-jmod-plugin:${project.version}:create