HBASE-9784 Switch to Hadoop-2.2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1533619 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3f496372bf
commit
180a6490d8
8
pom.xml
8
pom.xml
|
@ -384,10 +384,6 @@
|
|||
</developer>
|
||||
</developers>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>Arun Staging 2.1.0-beta RCs</id>
|
||||
<url>https://repository.apache.org/content/repositories/orgapachehadoop-099/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>apache release</id>
|
||||
<url>https://repository.apache.org/content/repositories/releases/</url>
|
||||
|
@ -876,7 +872,7 @@
|
|||
<buildDate>${maven.build.timestamp}</buildDate>
|
||||
<compileSource>1.6</compileSource>
|
||||
<!-- Dependencies -->
|
||||
<hadoop-two.version>2.1.0-beta</hadoop-two.version>
|
||||
<hadoop-two.version>2.2.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>
|
||||
|
@ -1958,7 +1954,7 @@
|
|||
<groupId>org.apache.hadoop</groupId>
|
||||
<!-- doclet lives in hadoop 2's hadoop-common module -->
|
||||
<artifactId>hadoop-common</artifactId>
|
||||
<version>2.1.0-beta</version>
|
||||
<version>2.2.0</version>
|
||||
</docletArtifact>
|
||||
<destDir>apidocs</destDir>
|
||||
<name>User API</name>
|
||||
|
|
Loading…
Reference in New Issue