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 2011/05/22 16:53:29 UTC

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

Author: olamy
Date: Sun May 22 14:53:29 2011
New Revision: 1125977

URL: http://svn.apache.org/viewvc?rev=1125977&view=rev
Log:
upgrade 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=1125977&r1=1125976&r2=1125977&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Sun May 22 14:53:29 2011
@@ -393,7 +393,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.0.2</version>
+          <version>2.3.2</version>
           <configuration>
             <source>1.5</source>
             <target>1.5</target>