You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2014/04/14 19:59:18 UTC

svn commit: r1587264 - /hbase/trunk/pom.xml

Author: tedyu
Date: Mon Apr 14 17:59:18 2014
New Revision: 1587264

URL: http://svn.apache.org/r1587264
Log:
HBASE-10956 Upgrade hadoop-2 dependency to 2.4.0


Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1587264&r1=1587263&r2=1587264&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Mon Apr 14 17:59:18 2014
@@ -898,7 +898,7 @@
     <buildDate>${maven.build.timestamp}</buildDate>
     <compileSource>1.6</compileSource>
     <!-- Dependencies -->
-    <hadoop-two.version>2.3.0</hadoop-two.version>
+    <hadoop-two.version>2.4.0</hadoop-two.version>
     <commons-cli.version>1.2</commons-cli.version>
     <commons-codec.version>1.7</commons-codec.version>
     <!-- pretty outdated -->