Author: olamy
Date: Mon May 14 08:44:52 2012
New Revision: 1338062

URL: http://svn.apache.org/viewvc?rev=1338062&view=rev
Log:
compiler plugin 2.4 is faster

Modified:
    maven/maven-3/trunk/pom.xml

Modified: maven/maven-3/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=1338062&r1=1338061&r2=1338062&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Mon May 14 08:44:52 2012
@@ -406,6 +406,11 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>2.4</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
             
<tagBase>https://svn.apache.org/repos/asf/maven/maven-3/tags</tagBase>


Reply via email to