summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorRobert Lu <robberphex@gmail.com>2018-12-27 23:57:35 +0800
committerJames E. King III <jking@apache.org>2018-12-28 07:46:47 -0500
commita139082755369611ed243376ec3c4161452369fc (patch)
tree77604c06b9dacbef8cad855f3966eb1088bfa97d /contrib
parentf9f037bd5a9776ff1f7e28b530418299d102d8d3 (diff)
downloadthrift-a139082755369611ed243376ec3c4161452369fc.tar.gz
THRIFT-4546: replace all git-wip-us.apache.org to github.com
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/fb303/java/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/fb303/java/build.xml b/contrib/fb303/java/build.xml
index 591a4cbd0..7a1b8f105 100755
--- a/contrib/fb303/java/build.xml
+++ b/contrib/fb303/java/build.xml
@@ -136,9 +136,9 @@
<remoteRepository refid="central"/>
<remoteRepository refid="apache"/>
<license name="The Apache Software License, Version 2.0" url="${license}"/>
- <scm connection="scm:git:https://git-wip-us.apache.org/repos/asf/thrift.git"
- developerConnection="scm:git:https://git-wip-us.apache.org/repos/asf/thrift.git"
- url="https://git-wip-us.apache.org/repos/asf?p=thrift.git"
+ <scm connection="scm:git:https://github.com/apache/thrift.git"
+ developerConnection="scm:git:https://github.com/apache/thrift.git"
+ url="https://github.com/apache/thrift"
/>
<!-- Thrift Developers -->
<developer id="mcslee" name="Mark Slee"/>