This is an automated email from the ASF dual-hosted git repository.
sivabalan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 7b2e658 [MINOR] Add Jira URL and Mailing List (#2404)
7b2e658 is described below
commit 7b2e658ac00410b2a20dd456e431394a75dcb0d3
Author: wangxianghu <[email protected]>
AuthorDate: Thu Jan 28 08:48:42 2021 +0800
[MINOR] Add Jira URL and Mailing List (#2404)
---
pom.xml | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/pom.xml b/pom.xml
index 09145a5..91780da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,6 +151,32 @@
<tag>HEAD</tag>
</scm>
+ <issueManagement>
+ <system>JIRA</system>
+ <url>https://issues.apache.org/jira/browse/HUDI</url>
+ </issueManagement>
+
+ <mailingLists>
+ <mailingList>
+ <name>Dev Mailing List</name>
+ <post>[email protected]</post>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ </mailingList>
+ <mailingList>
+ <name>User Mailing List</name>
+ <post>[email protected]</post>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ </mailingList>
+ <mailingList>
+ <name>Commits Mailing List</name>
+ <post>[email protected]</post>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ </mailingList>
+ </mailingLists>
+
<build>
<plugins>
<plugin>