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:47:03 UTC

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

Author: stephenc
Date: Wed Jul  6 12:47:03 2011
New Revision: 1143388

URL: http://svn.apache.org/viewvc?rev=1143388&view=rev
Log:
update commons-collections

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=1143388&r1=1143387&r2=1143388&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Wed Jul  6 12:47:03 2011
@@ -202,7 +202,7 @@ under the License.
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
-      <version>3.2</version>
+      <version>3.2.1</version>
     </dependency>
 
     <dependency>