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

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


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

commit 400276e3ec4a38271024effdbffe1be78e483561
Author: Peter Somogyi <psomo...@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 d0b502a..250fa6b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,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 b540f2b..47c10d1 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>

Reply via email to