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/08/14 08:22:19 UTC

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

Author: stack
Date: Wed Aug 14 06:22:19 2013
New Revision: 1513737

URL: http://svn.apache.org/r1513737
Log:
HBASE-9128 Drop the '.' prefix from names under hbase.rootdir after namespaces goes in

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1513737&r1=1513736&r2=1513737&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Wed Aug 14 06:22:19 2013
@@ -882,7 +882,7 @@
     <compileSource>1.6</compileSource>
     <!-- Dependencies -->
     <hadoop-two.version>2.0.5-alpha</hadoop-two.version>
-    <hadoop-one.version>1.2.1</hadoop-one.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>
     <!-- pretty outdated -->