You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ns...@apache.org on 2011/10/11 04:12:02 UTC

svn commit: r1181478 - /hbase/branches/0.89/pom.xml

Author: nspiegelberg
Date: Tue Oct 11 02:12:01 2011
New Revision: 1181478

URL: http://svn.apache.org/viewvc?rev=1181478&view=rev
Log:
Add 0.20-fb Hadoop MVN Repo

Modified:
    hbase/branches/0.89/pom.xml

Modified: hbase/branches/0.89/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.89/pom.xml?rev=1181478&r1=1181477&r2=1181478&view=diff
==============================================================================
--- hbase/branches/0.89/pom.xml (original)
+++ hbase/branches/0.89/pom.xml Tue Oct 11 02:12:01 2011
@@ -142,12 +142,9 @@
 
   <repositories>
     <repository>
-      <id>mirror.facebook.net</id>
-      <name>facebook mirror</name>
-      <url>http://mirror.facebook.net/maven/repository/</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
+      <id>nicolas fb releases</id>
+      <name>Nicolas Spiegelberg FB binary repo</name>
+      <url>http://people.apache.org/~nspiegelberg/mvn/</url>
       <releases>
         <enabled>true</enabled>
       </releases>
@@ -186,17 +183,6 @@
       </releases>
     </repository>
     <repository>
-      <id>temp-hadoop</id>
-      <name>Hadoop 0.20.1/2 packaging, thrift, zk</name>
-      <url>http://people.apache.org/~rawson/repo/</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-    </repository>
-    <repository>
       <id>ibiblio.org</id>
       <name>ibiblio mirror</name>
       <url>http://mirrors.ibiblio.org/pub/mirrors/maven2/</url>
@@ -444,7 +430,7 @@
     <compileSource>1.6</compileSource>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <hbase.version>0.21.0-SNAPSHOT</hbase.version>
-    <hadoop.version>0.20-append-r1057313</hadoop.version>
+    <hadoop.version>0.20-fb</hadoop.version>
 
     <commons-cli.version>1.2</commons-cli.version>
     <commons-logging.version>1.1.1</commons-logging.version>