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 el...@apache.org on 2012/04/01 04:52:16 UTC

svn commit: r1308006 - /hadoop/common/trunk/hadoop-project/pom.xml

Author: eli
Date: Sun Apr  1 02:52:15 2012
New Revision: 1308006

URL: http://svn.apache.org/viewvc?rev=1308006&view=rev
Log:
HADOOP-8211. Update commons-net version to 3.1. Contributed by Eli Collins

Modified:
    hadoop/common/trunk/hadoop-project/pom.xml

Modified: hadoop/common/trunk/hadoop-project/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-project/pom.xml?rev=1308006&r1=1308005&r2=1308006&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-project/pom.xml (original)
+++ hadoop/common/trunk/hadoop-project/pom.xml Sun Apr  1 02:52:15 2012
@@ -283,7 +283,7 @@
       <dependency>
         <groupId>commons-net</groupId>
         <artifactId>commons-net</artifactId>
-        <version>1.4.1</version>
+        <version>3.1</version>
       </dependency>
       <dependency>
         <groupId>javax.servlet</groupId>