HBASE-5125 Upgrade hadoop to 1.0.0

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1227369 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-01-04 22:43:59 +00:00
parent 6f5a1371fa
commit 5866a55cdd
2 changed files with 3 additions and 2 deletions

View File

@ -799,6 +799,7 @@ Release 0.92.0 - Unreleased
HBASE-4288 "Server not running" exception during meta verification causes RS abort
HBASE-4856 Upgrade zookeeper to 3.4.0 release
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

View File

@ -1376,7 +1376,7 @@
</property>
</activation>
<properties>
<hadoop.version>1.0.0rc3</hadoop.version>
<hadoop.version>1.0.0</hadoop.version>
</properties>
<dependencies>
<dependency>
@ -1447,7 +1447,7 @@
<profile>
<id>security</id>
<properties>
<hadoop.version>1.0.0rc3</hadoop.version>
<hadoop.version>1.0.0</hadoop.version>
</properties>
<build>
<finalName>${project.artifactId}-${project.version}-security</finalName>