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/07/09 09:48:47 UTC

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

Author: olamy
Date: Mon Jul  9 09:48:46 2012
New Revision: 1359006

URL: http://svn.apache.org/viewvc?rev=1359006&view=rev
Log:
last compiler plugin version

Modified:
    incubator/kalumet/trunk/pom.xml

Modified: incubator/kalumet/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/pom.xml?rev=1359006&r1=1359005&r2=1359006&view=diff
==============================================================================
--- incubator/kalumet/trunk/pom.xml (original)
+++ incubator/kalumet/trunk/pom.xml Mon Jul  9 09:48:46 2012
@@ -437,7 +437,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.4</version>
+        <version>2.5.1</version>
         <configuration>
           <source>1.5</source>
           <target>1.5</target>