You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2011/07/06 14:28:08 UTC

svn commit: r1143378 - /maven/plugins/trunk/maven-dependency-plugin/pom.xml

Author: stephenc
Date: Wed Jul  6 12:28:07 2011
New Revision: 1143378

URL: http://svn.apache.org/viewvc?rev=1143378&view=rev
Log:
upgrade to latest m-compiler-p release

Modified:
    maven/plugins/trunk/maven-dependency-plugin/pom.xml

Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=1143378&r1=1143377&r2=1143378&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Wed Jul  6 12:28:07 2011
@@ -257,7 +257,7 @@ under the License.
       <plugins>
         <plugin>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.1</version>
+          <version>2.3.2</version>
           <configuration>
             <source>1.5</source>
             <target>1.5</target>