You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2019/01/16 09:03:59 UTC

[hbase] branch branch-2 updated: HBASE-21711 Remove references to git.apache.org/hbase.git

This is an automated email from the ASF dual-hosted git repository.

psomogyi pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 5f9316e  HBASE-21711 Remove references to git.apache.org/hbase.git
5f9316e is described below

commit 5f9316e7815d6f3d42d8bb88092c6fd5cba4e207
Author: Peter Somogyi <ps...@apache.org>
AuthorDate: Tue Jan 15 12:06:03 2019 +0100

    HBASE-21711 Remove references to git.apache.org/hbase.git
---
 dev-support/hbase_docker/Dockerfile        | 2 +-
 pom.xml                                    | 2 +-
 src/main/asciidoc/_chapters/zookeeper.adoc | 2 +-
 src/site/resources/doap_Hbase.rdf          | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-support/hbase_docker/Dockerfile b/dev-support/hbase_docker/Dockerfile
index 7829292..1a5dfa3 100644
--- a/dev-support/hbase_docker/Dockerfile
+++ b/dev-support/hbase_docker/Dockerfile
@@ -38,7 +38,7 @@ ENV MAVEN_HOME /usr/local/apache-maven
 ENV PATH /usr/java/bin:/usr/local/apache-maven/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
 
 # Pull down HBase and build it into /root/hbase-bin.
-RUN git clone http://git.apache.org/hbase.git -b master
+RUN git clone https://gitbox.apache.org/repos/asf/hbase.git -b master
 RUN mvn clean install -DskipTests assembly:single -f ./hbase/pom.xml
 RUN mkdir -p hbase-bin
 RUN tar xzf /root/hbase/hbase-assembly/target/*tar.gz --strip-components 1 -C /root/hbase-bin
diff --git a/pom.xml b/pom.xml
index f54de61..5f5ce85 100755
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
     </pluginRepository>
   </pluginRepositories>
   <scm>
-    <connection>scm:git:git://git.apache.org/hbase.git</connection>
+    <connection>scm:git:git://gitbox.apache.org/repos/asf/hbase.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/hbase.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=hbase.git</url>
   </scm>
diff --git a/src/main/asciidoc/_chapters/zookeeper.adoc b/src/main/asciidoc/_chapters/zookeeper.adoc
index 33eeadb..10d3417 100644
--- a/src/main/asciidoc/_chapters/zookeeper.adoc
+++ b/src/main/asciidoc/_chapters/zookeeper.adoc
@@ -407,7 +407,7 @@ Next checkout code and run a sanity check.
 
 ----
 
-git clone git://git.apache.org/hbase.git
+git clone https://gitbox.apache.org/repos/asf/hbase.git
 cd hbase
 mvn clean test -Dtest=TestZooKeeperACL
 ----
diff --git a/src/site/resources/doap_Hbase.rdf b/src/site/resources/doap_Hbase.rdf
index 2649c5b..1c8265e 100644
--- a/src/site/resources/doap_Hbase.rdf
+++ b/src/site/resources/doap_Hbase.rdf
@@ -43,7 +43,7 @@
     </release>
     <repository>
       <GitRepository>
-        <location rdf:resource="git://git.apache.org/hbase.git"/>
+        <location rdf:resource="git://gitbox.apache.org/repos/asf/hbase.git"/>
         <browse rdf:resource="https://gitbox.apache.org/repos/asf?p=hbase.git"/>
       </GitRepository>
     </repository>