You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2013/06/23 19:26:19 UTC

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

Author: stack
Date: Sun Jun 23 17:26:19 2013
New Revision: 1495853

URL: http://svn.apache.org/r1495853
Log:
HBASE-8733 Update our hadoop2 in trunk and 0.95 to 2.0.5-alpha (We are currently 2.0.2)

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1495853&r1=1495852&r2=1495853&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Sun Jun 23 17:26:19 2013
@@ -876,7 +876,7 @@
     <buildDate>${maven.build.timestamp}</buildDate>
     <compileSource>1.6</compileSource>
     <!-- Dependencies -->
-    <hadoop-two.version>2.0.2-alpha</hadoop-two.version>
+    <hadoop-two.version>2.0.5-alpha</hadoop-two.version>
     <hadoop-one.version>1.1.2</hadoop-one.version>
     <commons-cli.version>1.2</commons-cli.version>
     <commons-codec.version>1.7</commons-codec.version>