You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by en...@apache.org on 2013/10/18 22:32:48 UTC

svn commit: r1533619 - /hbase/trunk/pom.xml

Author: enis
Date: Fri Oct 18 20:32:48 2013
New Revision: 1533619

URL: http://svn.apache.org/r1533619
Log:
HBASE-9784 Switch to Hadoop-2.2

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1533619&r1=1533618&r2=1533619&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Fri Oct 18 20:32:48 2013
@@ -385,10 +385,6 @@
   </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>
     </repository>
@@ -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>