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/27 19:41:00 UTC

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

    [ https://issues.apache.org/jira/browse/KNOX-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16630961#comment-16630961 ] 

Kevin Risden commented on KNOX-1457:
------------------------------------

Used parent Jira for commit message.

Commit ec5135b6e4a7bd3fb2356579e638ca87f9d6fee7 in knox's branch refs/heads/master from [~risdenk]
[ [https://git-wip-us.apache.org/repos/asf?p=knox.git;h=ec5135b] ]

KNOX-1448 - Add mailing lists to top level pom

Signed-off-by: Kevin Risden <kr...@apache.org>

> 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
>            Priority: Major
>             Fix For: 1.2.0
>
>         Attachments: KNOX-1457.patch
>
>
> {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)