You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kalumet-commits@incubator.apache.org by ol...@apache.org on 2012/05/07 20:59:34 UTC

svn commit: r1335255 - /incubator/kalumet/trunk/pom.xml

Author: olamy
Date: Mon May  7 20:59:33 2012
New Revision: 1335255

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

Modified:
    incubator/kalumet/trunk/pom.xml

Modified: incubator/kalumet/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/pom.xml?rev=1335255&r1=1335254&r2=1335255&view=diff
==============================================================================
--- incubator/kalumet/trunk/pom.xml (original)
+++ incubator/kalumet/trunk/pom.xml Mon May  7 20:59:33 2012
@@ -431,6 +431,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.4</version>
         <configuration>
           <source>1.5</source>
           <target>1.5</target>