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:
parent
72dfa4207d
commit
3903a7202f
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue