You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Kevin Risden (JIRA)" <ji...@apache.org> on 2018/09/26 14:42:00 UTC

[jira] [Created] (KNOX-1457) Add mailing lists to top level pom

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>user-subscribe@knox.apache.org</subscribe>
	<unsubscribe>user-unsubscribe@knox.apache.org</unsubscribe>
	<post>user@knox.apache.org</post>
	<archive>https://mail-archives.apache.org/mod_mbox/knox-user/</archive>
	</mailingList>
	<mailingList>
	<name>Apache Knox Development List</name>
	<subscribe>dev-subscribe@knox.apache.org</subscribe>
	<unsubscribe>dev-unsubscribe@knox.apache.org</unsubscribe>
	<post>dev@knox.apache.org</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)