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

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


The following commit(s) were added to refs/heads/master by this push:
     new 454e65f  IGNITE-10854 Change git URL to point to gitbox. (#5775)
454e65f is described below

commit 454e65ff71339e540d80d18004489f3654235c1d
Author: Roman Shtykh <[email protected]>
AuthorDate: Mon Dec 31 19:03:57 2018 +0900

    IGNITE-10854 Change git URL to point to gitbox. (#5775)
---
 doap_Ignite.rdf               | 4 ++--
 pom.xml                       | 6 +++---
 scripts/apply-pull-request.sh | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doap_Ignite.rdf b/doap_Ignite.rdf
index 4d5daa4..03566d2 100644
--- a/doap_Ignite.rdf
+++ b/doap_Ignite.rdf
@@ -55,8 +55,8 @@
 
     <repository>
       <GitRepository>
-        <location 
rdf:resource="https://git-wip-us.apache.org/repos/asf/ignite"/>
-        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/ignite"/>
+        <location 
rdf:resource="https://gitbox.apache.org/repos/asf/ignite.git"/>
+        <browse rdf:resource="https://gitbox.apache.org/repos/asf/ignite.git"/>
       </GitRepository>
     </repository>
     <maintainer>
diff --git a/pom.xml b/pom.xml
index 7f281d2..87dbbf6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,9 +35,9 @@
     <packaging>pom</packaging>
 
     <scm>
-        <url>https://git-wip-us.apache.org/repos/asf/ignite</url>
-        
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/ignite</connection>
-        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/ignite</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf/ignite.git</url>
+        
<connection>scm:git:https://gitbox.apache.org/repos/asf/ignite.git</connection>
+        
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/ignite.git</developerConnection>
         <tag>HEAD</tag>
     </scm>
 
diff --git a/scripts/apply-pull-request.sh b/scripts/apply-pull-request.sh
index dd2b78c..8f60b96 100755
--- a/scripts/apply-pull-request.sh
+++ b/scripts/apply-pull-request.sh
@@ -99,7 +99,7 @@ done
 
 # Script variables.
 if [ "${APACHE_GIT}" = "" ]; then
-    APACHE_GIT="https://git-wip-us.apache.org/repos/asf/ignite";
+    APACHE_GIT="https://gitbox.apache.org/repos/asf/ignite.git";
 fi
 
 if [ "${GITHUB_MIRROR}" = "" ]; then

Reply via email to