You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2012/05/02 23:10:08 UTC

svn commit: r1333210 - /myfaces/tobago/trunk/pom.xml

Author: bommel
Date: Wed May  2 21:10:08 2012
New Revision: 1333210

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

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=1333210&r1=1333209&r2=1333210&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Wed May  2 21:10:08 2012
@@ -825,7 +825,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.3.2</version>
+          <version>2.4</version>
           <configuration>
             <source>${maven.compile.source}</source>
             <target>${maven.compile.target}</target>