This is an automated email from the ASF dual-hosted git repository.
liyang pushed a commit to branch kylin4
in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/kylin4 by this push:
new a50eda0429 minor, update <scm> in pom.xml, use https:// instead of
ssh:// to access github.com
a50eda0429 is described below
commit a50eda0429a69cf61d63111ecf74179d0adc57e7
Author: Li Yang <[email protected]>
AuthorDate: Sun Jan 21 16:49:53 2024 +0800
minor, update <scm> in pom.xml, use https:// instead of ssh:// to access
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://[email protected]/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>