HBASE-5721 Update bundled hadoop to be 1.0.2 (it was just released)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1309963 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-04-05 17:30:57 +00:00
parent 72dfa4207d
commit 3903a7202f
1 changed files with 2 additions and 2 deletions

View File

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