You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ga...@apache.org on 2014/09/04 23:41:15 UTC

git commit: HBASE-8674 Remove temporary repo for forked builds of JUnit and Surefire

Repository: hbase
Updated Branches:
  refs/heads/master f77ebcf19 -> 7a699b904


HBASE-8674 Remove temporary repo for forked builds of JUnit and Surefire


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

Branch: refs/heads/master
Commit: 7a699b9041394f7323bb4b763e89a6faba34e9d3
Parents: f77ebcf
Author: Gary Helmling <ga...@apache.org>
Authored: Thu Sep 4 14:40:46 2014 -0700
Committer: Gary Helmling <ga...@apache.org>
Committed: Thu Sep 4 14:40:46 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/7a699b90/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6c84c41..527cda2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -433,31 +433,7 @@
         <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>
-  <pluginRepositories>
-    <pluginRepository>
-      <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>
-    </pluginRepository>
-  </pluginRepositories>
   <build>
     <pluginManagement>
       <plugins>