Repository: incubator-hivemall Updated Branches: refs/heads/master 1cccf6682 -> 210b7765b
Close #60: [HIVEMALL-87] Add issues mailing list to the web site Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/210b7765 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/210b7765 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/210b7765 Branch: refs/heads/master Commit: 210b7765b9395e372edbdce925edb48cd180ee48 Parents: 1cccf66 Author: Akira Ajisaka <[email protected]> Authored: Tue Mar 7 16:43:48 2017 +0900 Committer: myui <[email protected]> Committed: Tue Mar 7 16:43:48 2017 +0900 ---------------------------------------------------------------------- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/210b7765/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bb27625..a2276e9 100644 --- a/pom.xml +++ b/pom.xml @@ -78,6 +78,16 @@ <otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.hivemall.commits</otherArchive> </otherArchives> </mailingList> + <mailingList> + <name>issues</name> + <post>[email protected]</post> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <archive>https://lists.apache.org/[email protected]</archive> + <otherArchives> + <otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.hivemall.issues</otherArchive> + </otherArchives> + </mailingList> </mailingLists> <developers>
