Kevin Risden created KNOX-1457:
----------------------------------
Summary: Add mailing lists to top level pom
Key: KNOX-1457
URL: https://issues.apache.org/jira/browse/KNOX-1457
Project: Apache Knox
Issue Type: Sub-task
Components: Build
Reporter: Kevin Risden
Assignee: Kevin Risden
Fix For: 1.2.0
{code:java}
<mailingLists>
<mailingList>
<name>Apache Knox User List</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
<archive>https://mail-archives.apache.org/mod_mbox/knox-user/</archive>
</mailingList>
<mailingList>
<name>Apache Knox Development List</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
<archive>https://mail-archives.apache.org/mod_mbox/knox-dev/</archive>
</mailingList>
</mailingLists>
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)