Repository: incubator-distributedlog Updated Branches: refs/heads/master a645c311b -> 3a4c1608f
DL-134: Add distributedlog user mail list to pom file Author: Sijie Guo <[email protected]> Reviewers: Franck Cuny <[email protected]> Closes #56 from sijie/sijie/DL-134 Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/3a4c1608 Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/3a4c1608 Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/3a4c1608 Branch: refs/heads/master Commit: 3a4c1608f21a79bc346e7547196ee354011cc9de Parents: a645c31 Author: Sijie Guo <[email protected]> Authored: Tue Dec 13 15:47:17 2016 -0800 Committer: Sijie Guo <[email protected]> Committed: Tue Dec 13 15:47:17 2016 -0800 ---------------------------------------------------------------------- pom.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/3a4c1608/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index db07f12..6cca9ce 100644 --- a/pom.xml +++ b/pom.xml @@ -52,18 +52,25 @@ </issueManagement> <mailingLists> <mailingList> + <name>DistributedLog User</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + <archive>http://www.mail-archive.com/[email protected]</archive> + </mailingList> + <mailingList> <name>DistributedLog Dev</name> <subscribe>[email protected]</subscribe> <unsubscribe>[email protected]</unsubscribe> <post>[email protected]</post> - <archive>http://www.mail-archive.com/dev%distributedlog.incubator.apache.org</archive> + <archive>http://www.mail-archive.com/[email protected]</archive> </mailingList> <mailingList> <name>DistributedLog Commits</name> <subscribe>[email protected]</subscribe> <unsubscribe>[email protected]</unsubscribe> <post>[email protected]</post> - <archive>http://www.mail-archive.com/commits%distributedlog.incubator.apache.org</archive> + <archive>http://www.mail-archive.com/[email protected]</archive> </mailingList> </mailingLists> <developers>
