You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by st...@apache.org on 2013/12/04 11:39:37 UTC

svn commit: r1547755 - /hadoop/common/branches/branch-2/hadoop-project/pom.xml

Author: stevel
Date: Wed Dec  4 10:39:36 2013
New Revision: 1547755

URL: http://svn.apache.org/r1547755
Log:
HADOOP-10102. Update commons IO from 2.1 to 2.4

Modified:
    hadoop/common/branches/branch-2/hadoop-project/pom.xml

Modified: hadoop/common/branches/branch-2/hadoop-project/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-project/pom.xml?rev=1547755&r1=1547754&r2=1547755&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-project/pom.xml (original)
+++ hadoop/common/branches/branch-2/hadoop-project/pom.xml Wed Dec  4 10:39:36 2013
@@ -466,7 +466,7 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.1</version>
+        <version>2.4</version>
       </dependency>
 
       <dependency>