THRIFT-4546: replace all git-wip-us.apache.org to github.com
diff --git a/lib/java/gradle/publishing.gradle b/lib/java/gradle/publishing.gradle
index 961d58f..6b04043 100644
--- a/lib/java/gradle/publishing.gradle
+++ b/lib/java/gradle/publishing.gradle
@@ -61,9 +61,9 @@
url 'http://thrift.apache.org'
scm {
- url 'https://git-wip-us.apache.org/repos/asf?p=thrift.git'
- 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://github.com/apache/thrift.git'
+ connection 'scm:git:https://github.com/apache/thrift.git'
+ developerConnection 'scm:git:https://github.com/apache/thrift.git'
}
licenses {