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/05/01 09:15:53 UTC

svn commit: r1332542 - /maven/pom/trunk/asf/pom.xml

Author: olamy
Date: Tue May  1 07:15:52 2012
New Revision: 1332542

URL: http://svn.apache.org/viewvc?rev=1332542&view=rev
Log:
use compiler plugin 2.4

Modified:
    maven/pom/trunk/asf/pom.xml

Modified: maven/pom/trunk/asf/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1332542&r1=1332541&r2=1332542&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Tue May  1 07:15:52 2012
@@ -120,7 +120,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.3.2</version>
+          <version>2.4</version>
           <configuration>
             <source>1.4</source>
             <target>1.4</target>