Author: khmarbaise
Date: Sun Jan 24 18:42:44 2016
New Revision: 1726532

URL: http://svn.apache.org/viewvc?rev=1726532&view=rev
Log:
[MACR-26] Update lifecycle mapping to newest plugin version.
 o maven-resources-plugin from 2.4.3 to 2.7
 o maven-compiler-plugin from 2.3.2 to 3.3
 o maven-surefire-plugin from 2.7.2 to 2.18.1
 o maven-install-plugin from 2.3.1 to 2.5.2
 o maven-deploy-plugin from 2.5 to 2.8.2

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

Modified: 
maven/plugins/trunk/maven-acr-plugin/src/main/resources/META-INF/plexus/components.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-acr-plugin/src/main/resources/META-INF/plexus/components.xml?rev=1726532&r1=1726531&r2=1726532&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-acr-plugin/src/main/resources/META-INF/plexus/components.xml
 (original)
+++ 
maven/plugins/trunk/maven-acr-plugin/src/main/resources/META-INF/plexus/components.xml
 Sun Jan 24 18:42:44 2016
@@ -41,28 +41,28 @@
             <id>default</id>
             <phases>
               <process-resources>
-                org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources
+                org.apache.maven.plugins:maven-resources-plugin:2.7:resources
               </process-resources>
               <compile>
-                org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
+                org.apache.maven.plugins:maven-compiler-plugin:3.3:compile
               </compile>
               <process-test-resources>
-                
org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources
+                
org.apache.maven.plugins:maven-resources-plugin:2.7:testResources
               </process-test-resources>
               <test-compile>
                 
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile
               </test-compile>
               <test>
-                org.apache.maven.plugins:maven-surefire-plugin:2.7.2:test
+                org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test
               </test>
               <package>
                 org.apache.maven.plugins:maven-acr-plugin:acr
               </package>
               <install>
-                org.apache.maven.plugins:maven-install-plugin:2.3.1:install
+                org.apache.maven.plugins:maven-install-plugin:2.5.2:install
               </install>
               <deploy>
-                org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy
+                org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
               </deploy>
             </phases>
           </lifecycle>


Reply via email to