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/01/31 12:28:12 UTC

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

Author: olamy
Date: Mon Jan 31 11:28:12 2011
New Revision: 1065565

URL: http://svn.apache.org/viewvc?rev=1065565&view=rev
Log:
upgrade plugins versions :
* antrun -> 1.6
* compiler -> 2.3.2

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=1065565&r1=1065564&r2=1065565&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Mon Jan 31 11:28:12 2011
@@ -106,7 +106,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-antrun-plugin</artifactId>
-          <version>1.3</version>
+          <version>1.6</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -121,7 +121,7 @@ under the License.
         <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.4</source>
             <target>1.4</target>