HBASE-10601 Upgrade hadoop dependency to 2.3.0 release

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1576543 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2014-03-11 23:31:15 +00:00
parent f6ae53870f
commit 6a6bbdd2ff
1 changed files with 2 additions and 2 deletions

View File

@ -890,7 +890,7 @@
<buildDate>${maven.build.timestamp}</buildDate>
<compileSource>1.6</compileSource>
<!-- Dependencies -->
<hadoop-two.version>2.2.0</hadoop-two.version>
<hadoop-two.version>2.3.0</hadoop-two.version>
<hadoop-one.version>1.2.1</hadoop-one.version>
<commons-cli.version>1.2</commons-cli.version>
<commons-codec.version>1.7</commons-codec.version>
@ -2045,7 +2045,7 @@
<groupId>org.apache.hadoop</groupId>
<!-- doclet lives in hadoop 2's hadoop-common module -->
<artifactId>hadoop-common</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</docletArtifact>
<destDir>apidocs</destDir>
<name>User API</name>