You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by la...@apache.org on 2013/11/15 00:25:22 UTC

svn commit: r1542117 - /hbase/branches/0.94/pom.xml

Author: larsh
Date: Thu Nov 14 23:25:22 2013
New Revision: 1542117

URL: http://svn.apache.org/r1542117
Log:
HBASE-9799 Change Hadoop 1.2 dependency to 1.2.1

Modified:
    hbase/branches/0.94/pom.xml

Modified: hbase/branches/0.94/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.94/pom.xml?rev=1542117&r1=1542116&r2=1542117&view=diff
==============================================================================
--- hbase/branches/0.94/pom.xml (original)
+++ hbase/branches/0.94/pom.xml Thu Nov 14 23:25:22 2013
@@ -1817,7 +1817,7 @@
         </property>
       </activation>
       <properties>
-        <hadoop.version>1.2.0</hadoop.version>
+        <hadoop.version>1.2.1</hadoop.version>
         <slf4j.version>1.4.3</slf4j.version>
       </properties>
       <dependencies>