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:01:53 UTC

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

Author: stack
Date: Thu Sep 20 05:01:52 2012
New Revision: 1387856

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

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=1387856&r1=1387855&r2=1387856&view=diff
==============================================================================
--- hbase/branches/0.94/pom.xml (original)
+++ hbase/branches/0.94/pom.xml Thu Sep 20 05:01:52 2012
@@ -1845,7 +1845,7 @@
         </property>
       </activation>
       <properties>
-        <hadoop.version>0.23.3-SNAPSHOT</hadoop.version>
+        <hadoop.version>0.23.3</hadoop.version>
         <slf4j.version>1.6.1</slf4j.version>
       </properties>
       <dependencies>