Author: stack
Date: Wed Jan 4 22:38:30 2012
New Revision: 1227367
URL: http://svn.apache.org/viewvc?rev=1227367&view=rev
Log:
HBASE-5125 Upgrade hadoop to 1.0.0
Modified:
hbase/branches/0.92/CHANGES.txt
hbase/branches/0.92/pom.xml
Modified: hbase/branches/0.92/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hbase/branches/0.92/CHANGES.txt?rev=1227367&r1=1227366&r2=1227367&view=diff
==============================================================================
--- hbase/branches/0.92/CHANGES.txt (original)
+++ hbase/branches/0.92/CHANGES.txt Wed Jan 4 22:38:30 2012
@@ -852,6 +852,7 @@ Release 0.92.0 - Unreleased
HBASE-4838 Port 2856 (TestAcidGuarantee is failing) to 0.92 (Lars H)
(original patch by Amitanand Aiyer and Nicolas)
HBASE-5111 Upgrade zookeeper to 3.4.2 release
+ HBASE-5125 Upgrade hadoop to 1.0.0
NEW FEATURES
HBASE-2001 Coprocessors: Colocate user code with regions (Mingjie Lai via
Modified: hbase/branches/0.92/pom.xml
URL:
http://svn.apache.org/viewvc/hbase/branches/0.92/pom.xml?rev=1227367&r1=1227366&r2=1227367&view=diff
==============================================================================
--- hbase/branches/0.92/pom.xml (original)
+++ hbase/branches/0.92/pom.xml Wed Jan 4 22:38:30 2012
@@ -1287,7 +1287,7 @@
</property>
</activation>
<properties>
- <hadoop.version>1.0.0rc3</hadoop.version>
+ <hadoop.version>1.0.0</hadoop.version>
</properties>
<dependencies>
<dependency>
@@ -1399,7 +1399,7 @@
<profile>
<id>security</id>
<properties>
- <hadoop.version>1.0.0rc3</hadoop.version>
+ <hadoop.version>1.0.0</hadoop.version>
</properties>
<build>
<finalName>${artifactId}-${version}-security</finalName>