Repository: hbase
Updated Branches:
  refs/heads/branch-1 89ecb93c9 -> e3a7669e0


HBASE-14143 Remove obsolete maven repositories

Signed-off-by: Sean Busbey <[email protected]>


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

Branch: refs/heads/branch-1
Commit: e3a7669e0b9784f0e855e9fdf7db281bee540d94
Parents: 89ecb93
Author: Gábor Lipták <[email protected]>
Authored: Tue Jul 21 17:57:35 2015 -0400
Committer: Sean Busbey <[email protected]>
Committed: Thu Jul 23 14:15:20 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/e3a7669e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d09b4af..81b076f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -418,34 +418,12 @@
       <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>repository.jboss.org</id>
       <url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url>
       <snapshots>
         <enabled>false</enabled>
       </snapshots>
     </repository>
-    <repository>
-      <id>ghelmling.testing</id>
-      <name>Gary Helmling test repo</name>
-      <url>http://people.apache.org/~garyh/mvn/</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-    </repository>
   </repositories>
   <build>
     <pluginManagement>

Reply via email to