forked from apache/linkis
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
“v_kkhuang”
committed
Mar 26, 2024
1 parent
7fd832a
commit bd1eb70
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
<packaging>pom</packaging> | ||
<name>Linkis Project Parent POM</name> | ||
<description>Linkis helps easily connect to various back-end computation/storage engines</description> | ||
<url>https://github.com/apache/incubator-linkis</url> | ||
<url>https://github.com/apache/linkis</url> | ||
|
||
<licenses> | ||
<license> | ||
|
@@ -44,37 +44,37 @@ | |
</license> | ||
</licenses> | ||
<scm> | ||
<url>https://github.com/apache/incubator-linkis</url> | ||
<connection>scm:git:https://github.com/apache/incubator-linkis.git</connection> | ||
<developerConnection>scm:git:https://github.com/apache/incubator-linkis.git</developerConnection> | ||
<url>https://github.com/apache/linkis</url> | ||
<connection>scm:git:https://github.com/apache/linkis.git</connection> | ||
<developerConnection>scm:git:https://github.com/apache/linkis.git</developerConnection> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<mailingLists> | ||
<mailingList> | ||
<name>Development List</name> | ||
<subscribe>dev-subscribe@linkis.incubator.apache.org</subscribe> | ||
<unsubscribe>dev-unsubscribe@linkis.incubator.apache.org</unsubscribe> | ||
<post>dev@linkis.incubator.apache.org</post> | ||
<subscribe>[email protected]</subscribe> | ||
<unsubscribe>[email protected]</unsubscribe> | ||
<post>[email protected]</post> | ||
</mailingList> | ||
<mailingList> | ||
<name>Commits List</name> | ||
<subscribe>commits-subscribe@linkis.incubator.apache.org</subscribe> | ||
<unsubscribe>commits-unsubscribe@linkis.incubator.apache.org</unsubscribe> | ||
<post>commits@linkis.incubator.apache.org</post> | ||
<subscribe>[email protected]</subscribe> | ||
<unsubscribe>[email protected]</unsubscribe> | ||
<post>[email protected]</post> | ||
</mailingList> | ||
<mailingList> | ||
<name>Issues List</name> | ||
<subscribe>issues-subscribe@linkis.incubator.apache.org</subscribe> | ||
<unsubscribe>issues-unsubscribe@linkis.incubator.apache.org</unsubscribe> | ||
<post>issues@linkis.incubator.apache.org</post> | ||
<subscribe>[email protected]</subscribe> | ||
<unsubscribe>[email protected]</unsubscribe> | ||
<post>[email protected]</post> | ||
</mailingList> | ||
</mailingLists> | ||
<developers> | ||
<developer> | ||
<id>Apache Linkis(incubating)</id> | ||
<name>The Linkis Project Contributors</name> | ||
<email>dev-subscribe@linkis.incubator.apache.org</email> | ||
<email>[email protected]</email> | ||
<url>http://linkis.apache.org/</url> | ||
</developer> | ||
</developers> | ||
|
@@ -86,7 +86,7 @@ | |
|
||
<issueManagement> | ||
<system>Github Issues</system> | ||
<url>https://github.com/apache/linkis-incubator/issues</url> | ||
<url>https://github.com/apache/linkis/issues</url> | ||
</issueManagement> | ||
<modules> | ||
<module>linkis-commons</module> | ||
|