You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by si...@apache.org on 2021/01/28 00:49:05 UTC

[hudi] branch master updated: [MINOR] Add Jira URL and Mailing List (#2404)

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 <wx...@126.com>
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>dev@hudi.apache.org</post>
+      <subscribe>dev-subscribe@hudi.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@hudi.apache.org</unsubscribe>
+    </mailingList>
+    <mailingList>
+      <name>User Mailing List</name>
+      <post>users@hudi.apache.org</post>
+      <subscribe>users-subscribe@hudi.apache.org</subscribe>
+      <unsubscribe>users-unsubscribe@hudi.apache.org</unsubscribe>
+    </mailingList>
+    <mailingList>
+      <name>Commits Mailing List</name>
+      <post>commits@hudi.apache.org</post>
+      <subscribe>commits-subscribe@hudi.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@hudi.apache.org</unsubscribe>
+    </mailingList>
+  </mailingLists>
+
   <build>
     <plugins>
       <plugin>