You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by bi...@apache.org on 2018/02/21 03:47:46 UTC

[kylin] 01/03: minor update github scm in pom.xml

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

billyliu pushed a commit to branch 2.3.x
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 23ee02cf1aa95b70567c2d9406da595381c49ecb
Author: Billy Liu <bi...@apache.org>
AuthorDate: Tue Feb 20 20:30:13 2018 +0800

    minor update github scm in pom.xml
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 43e96bb..ebc66cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,10 +189,10 @@
     </mailingLists>
 
     <scm>
-        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/kylin.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/kylin.git
+        <connection>scm:git:git://github.com/apache/kylin.git</connection>
+        <developerConnection>scm:git:ssh://git@github.com/apache/kylin.git
         </developerConnection>
-        <url>https://git-wip-us.apache.org/repos/asf/kylin.git</url>
+        <url>https://github.com/apache/kylin</url>
         <tag>HEAD</tag>
     </scm>
 

-- 
To stop receiving notification emails like this one, please contact
billyliu@apache.org.