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

liyang pushed a commit to branch v4.0.5-release
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 5b09e4cf86819c37b2e627603b6161a659c2a200
Author: Li Yang <liy...@apache.org>
AuthorDate: Sun Jan 21 16:49:53 2024 +0800

    don't use ssh:// protocol on github.com
---
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 276e084c3f..b59a72b921 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,9 +240,7 @@
   </mailingLists>
 
   <scm>
-    <connection>scm:git:git://github.com/apache/kylin.git</connection>
-    <developerConnection>scm:git:ssh://g...@github.com/apache/kylin.git
-    </developerConnection>
+    
<developerConnection>scm:git:https://github.com/apache/kylin.git</developerConnection>
     <url>https://github.com/apache/kylin</url>
     <tag>HEAD</tag>
   </scm>

Reply via email to