Repository: hbase
Updated Branches:
  refs/heads/master a86d4dbfe -> 9fe945f45


HBASE-11975 Remove the explicit list of maven repositories in pom.xml (Alex 
Newman)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9fe945f4
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9fe945f4
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9fe945f4

Branch: refs/heads/master
Commit: 9fe945f45464d629d4870609cda3483fe849fec7
Parents: a86d4db
Author: stack <st...@apache.org>
Authored: Mon Sep 15 20:34:12 2014 -0700
Committer: stack <st...@apache.org>
Committed: Mon Sep 15 20:34:19 2014 -0700

----------------------------------------------------------------------
 pom.xml | 35 -----------------------------------
 1 file changed, 35 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/9fe945f4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9f1f6ef..8c404f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,41 +407,6 @@
       <organizationUrl>http://www.taobao.com</organizationUrl>
     </developer>
   </developers>
-  <repositories>
-    <repository>
-      <id>apache release</id>
-      <url>https://repository.apache.org/content/repositories/releases/</url>
-    </repository>
-    <repository>
-      <id>java.net</id>
-      <name>Java.Net</name>
-      <url>http://download.java.net/maven/2/</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-    </repository>
-    <repository>
-      <id>codehaus</id>
-      <name>Codehaus Public</name>
-      <url>http://repository.codehaus.org/</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-    </repository>
-    <repository>
-      <id>repository.jboss.org</id>
-      <url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
   <build>
     <pluginManagement>
       <plugins>

Reply via email to