You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2015/12/21 14:20:35 UTC

svn commit: r1721148 - /commons/proper/jcs/trunk/pom.xml

Author: tv
Date: Mon Dec 21 13:20:35 2015
New Revision: 1721148

URL: http://svn.apache.org/viewvc?rev=1721148&view=rev
Log:
Update commons-collections to 4.1

Modified:
    commons/proper/jcs/trunk/pom.xml

Modified: commons/proper/jcs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1721148&r1=1721147&r2=1721148&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Mon Dec 21 13:20:35 2015
@@ -701,7 +701,7 @@
     <commons.javadoc.java.link>http://docs.oracle.com/javase/6/docs/api/</commons.javadoc.java.link>
 
     <jsr107.api.version>1.0.0</jsr107.api.version>
-    <commons.collections.version>4.0</commons.collections.version>
+    <commons.collections.version>4.1</commons.collections.version>
     <commons.lang.version>3.3.2</commons.lang.version>
 
     <test.type>Unit</test.type>