This is an automated email from the ASF dual-hosted git repository. xxyu pushed a commit to branch kylin5.0.0-alpha in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/kylin5.0.0-alpha by this push: new 7d97c1a306 Update pom 7d97c1a306 is described below commit 7d97c1a3068cc366e54fa6d286da64d0af2d8bcb Author: XiaoxiangYu <x...@apache.org> AuthorDate: Fri Jan 6 11:13:22 2023 +0800 Update pom --- pom.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 54 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2f0e486881..a1f3abb965 100644 --- a/pom.xml +++ b/pom.xml @@ -24,16 +24,68 @@ <packaging>pom</packaging> <version>5.0.0-alpha-SNAPSHOT</version> - <name>Apache Kylin 5</name> + <name>Apache Kylin</name> <url>http://kylin.apache.org</url> <inceptionYear>2016</inceptionYear> - <description>Apache Kylin 5</description> + <description>Apache Kylin</description> <organization> <name>Apache</name> <url>http://kylin.apache.org</url> </organization> + <scm> + <connection>scm:git:git://github.com/apache/kylin.git</connection> + <developerConnection>scm:git:ssh://g...@github.com/apache/kylin.git + </developerConnection> + <url>https://github.com/apache/kylin</url> + <tag>HEAD</tag> + </scm> + + <issueManagement> + <system>JIRA</system> + <url>https://issues.apache.org/jira/browse/KYLIN</url> + </issueManagement> + + + <mailingLists> + <mailingList> + <name>kylin-user</name> + <subscribe>user-subscr...@kylin.apache.org</subscribe> + <unsubscribe>user-unsubscr...@kylin.apache.org</unsubscribe> + <post>u...@kylin.apache.org</post> + <archive>http://mail-archives.apache.org/mod_mbox/kylin-user/</archive> + </mailingList> + <mailingList> + <name>kylin-dev</name> + <subscribe>dev-subscr...@kylin.apache.org</subscribe> + <unsubscribe>dev-unsubscr...@kylin.apache.org</unsubscribe> + <post>d...@kylin.apache.org</post> + <archive>http://mail-archives.apache.org/mod_mbox/kylin-dev/</archive> + </mailingList> + <mailingList> + <name>kylin-issues</name> + <subscribe>issues-subscr...@kylin.apache.org</subscribe> + <unsubscribe>issues-unsubscr...@kylin.apache.org</unsubscribe> + <post>iss...@kylin.apache.org</post> + <archive>http://mail-archives.apache.org/mod_mbox/kylin-issues/</archive> + </mailingList> + <mailingList> + <name>kylin-commits</name> + <subscribe>commits-subscr...@kylin.apache.org</subscribe> + <unsubscribe>commits-unsubscr...@kylin.apache.org</unsubscribe> + <post>commits@kylin.apache.org</post> + <archive>http://mail-archives.apache.org/mod_mbox/kylin-commits/</archive> + </mailingList> + </mailingLists> + + <licenses> + <license> + <name>The Apache Software License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + </license> + </licenses> + <properties> <!-- General Properties --> <javaVersion>1.8</javaVersion>