diff options
author | Brett Porter <brett@apache.org> | 2010-12-30 23:17:25 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2010-12-30 23:17:25 +0000 |
commit | 84fe7359907f539c0ffa13a2663a786232e96360 (patch) | |
tree | 3e7dc4a1d5644355558bac900262b49b87558cfd /pom.xml | |
parent | 68c13d716037f6c91604a25e3385857734c2818c (diff) | |
download | archiva-84fe7359907f539c0ffa13a2663a786232e96360.tar.gz archiva-84fe7359907f539c0ffa13a2663a786232e96360.zip |
[MRM-1447] fix broken Nabble links on mail archives page
Submitted by: Igor Galic
git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@1054018 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -52,7 +52,7 @@ <archive>http://mail-archives.apache.org/mod_mbox/archiva-users/</archive> <otherArchives> <otherArchive>http://www.mail-archive.com/users@archiva.apache.org</otherArchive> - <otherArchive>http://www.nabble.com/archiva-users-f16426.html</otherArchive> + <otherArchive>http://old.nabble.com/archiva-users-f16426.html</otherArchive> <otherArchive>http://markmail.org/list/org.apache.archiva.users</otherArchive> </otherArchives> </mailingList> @@ -64,7 +64,7 @@ <archive>http://mail-archives.apache.org/mod_mbox/archiva-dev</archive> <otherArchives> <otherArchive>http://www.mail-archive.com/dev@archiva.apache.org</otherArchive> - <otherArchive>http://www.nabble.com/archiva-dev-f16427.html</otherArchive> + <otherArchive>http://old.nabble.com/archiva-dev-f16427.html</otherArchive> <otherArchive>http://markmail.org/list/org.apache.archiva.dev</otherArchive> </otherArchives> </mailingList> @@ -85,7 +85,7 @@ <archive>http://mail-archives.apache.org/mod_mbox/archiva-issues</archive> <otherArchives> <otherArchive>http://www.mail-archive.com/issues@archiva.apache.org</otherArchive> - <otherArchive>http://www.nabble.com/Archiva---Issues-f29617.html</otherArchive> + <otherArchive>http://old.nabble.com/Archiva---Issues-f29617.html</otherArchive> </otherArchives> </mailingList> </mailingLists> @@ -533,6 +533,9 @@ <contributor> <name>Jim Sellers</name> </contributor> + <contributor> + <name>Igor Galic</name> + </contributor> </contributors> </project> |