Remko Popma created LOG4J2-233:
----------------------------------
Summary: Project Mailing List - log4j-user archive link points to
dev list archive
Key: LOG4J2-233
URL: https://issues.apache.org/jira/browse/LOG4J2-233
Project: Log4j 2
Issue Type: Bug
Components: Documentation
Affects Versions: 2.0-beta5
Reporter: Remko Popma
Fix For: 2.0-beta6
/pom.xml (line 95)
CURRENT:
<mailingLists>
<mailingList>
<name>log4j-user</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive><!--
WRONG -->
<otherArchives>
<otherArchive>http://marc.info/?l=log4j-user</otherArchive>
<otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.user</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
<name>log4j-dev</name>
SHOULD BE:
<mailingLists>
<mailingList>
<name>log4j-user</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-user/</archive><!--
correct -->
<otherArchives>
<otherArchive>http://marc.info/?l=log4j-user</otherArchive>
<otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.user</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
<name>log4j-dev</name>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]