dspavlov closed pull request #5775: IGNITE-10854: Change git URL to point to 
gitbox.
URL: https://github.com/apache/ignite/pull/5775
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/doap_Ignite.rdf b/doap_Ignite.rdf
index 4d5daa41c847..03566d287b0f 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 7f281d2d29e0..87dbbf6d41f1 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 dd2b78c7202f..8f60b9696589 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


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to