You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/06/29 10:57:06 UTC

svn commit: r1355274 - /maven/maven-3/trunk/pom.xml

Author: olamy
Date: Fri Jun 29 08:57:05 2012
New Revision: 1355274

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

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=1355274&r1=1355273&r2=1355274&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Fri Jun 29 08:57:05 2012
@@ -407,7 +407,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.4</version>
+          <version>2.5.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>