You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2008/10/28 06:30:58 UTC

svn commit: r708441 - /velocity/engine/trunk/pom.xml

Author: nbubna
Date: Mon Oct 27 22:30:58 2008
New Revision: 708441

URL: http://svn.apache.org/viewvc?rev=708441&view=rev
Log:
VELOCITY-635 sync commons-collections version with Ant build

Modified:
    velocity/engine/trunk/pom.xml

Modified: velocity/engine/trunk/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/pom.xml?rev=708441&r1=708440&r2=708441&view=diff
==============================================================================
--- velocity/engine/trunk/pom.xml (original)
+++ velocity/engine/trunk/pom.xml Mon Oct 27 22:30:58 2008
@@ -145,7 +145,7 @@
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
-      <version>3.1</version>
+      <version>3.2.1</version>
     </dependency>
     <dependency>
       <groupId>commons-lang</groupId>