You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2016/05/13 20:36:24 UTC

logging-log4j2 git commit: Update mailing list archive links

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 0db58f1b8 -> 457e31918


Update mailing list archive links

Added new link to better list archive interface.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/457e3191
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/457e3191
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/457e3191

Branch: refs/heads/master
Commit: 457e31918a1057e0e5fd29e140c67a5261661cb1
Parents: 0db58f1
Author: Matt Sicker <bo...@gmail.com>
Authored: Fri May 13 15:36:20 2016 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Fri May 13 15:36:20 2016 -0500

----------------------------------------------------------------------
 pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/457e3191/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f00fd21..9b2863d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,8 +142,9 @@
       <subscribe>log4j-user-subscribe@logging.apache.org</subscribe>
       <unsubscribe>log4j-user-unsubscribe@logging.apache.org</unsubscribe>
       <post>log4j-user@logging.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-user/</archive>
+      <archive>https://lists.apache.org/list.html?log4j-user@logging.apache.org</archive>
       <otherArchives>
+        <otherArchive>http://mail-archives.apache.org/mod_mbox/logging-log4j-user/</otherArchive>
         <otherArchive>http://marc.info/?l=log4j-user</otherArchive>
         <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.user</otherArchive>
       </otherArchives>
@@ -153,8 +154,9 @@
       <subscribe>log4j-dev-subscribe@logging.apache.org</subscribe>
       <unsubscribe>log4j-dev-unsubscribe@logging.apache.org</unsubscribe>
       <post>log4j-dev@logging.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive>
+      <archive>https://lists.apache.org/list.html?log4j-dev@logging.apache.org</archive>
       <otherArchives>
+        <otherArchive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</otherArchive>
         <otherArchive>http://marc.info/?l=log4j-dev</otherArchive>
         <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.devel</otherArchive>
       </otherArchives>