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 2012/09/20 07:02:40 UTC

svn commit: r1387858 - /hbase/branches/0.92/pom.xml

Author: stack
Date: Thu Sep 20 05:02:40 2012
New Revision: 1387858

URL: http://svn.apache.org/viewvc?rev=1387858&view=rev
Log:
HBASE-6844 upgrade 0.23 version dependency in 0.94

Modified:
    hbase/branches/0.92/pom.xml

Modified: hbase/branches/0.92/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/pom.xml?rev=1387858&r1=1387857&r2=1387858&view=diff
==============================================================================
--- hbase/branches/0.92/pom.xml (original)
+++ hbase/branches/0.92/pom.xml Thu Sep 20 05:02:40 2012
@@ -1729,7 +1729,7 @@
         </property>
       </activation>
       <properties>
-        <hadoop.version>0.23.2-SNAPSHOT</hadoop.version>
+        <hadoop.version>0.23.3</hadoop.version>
         <slf4j.version>1.6.1</slf4j.version>
       </properties>
       <dependencies>