Author: brett
Date: Thu Dec 30 23:17:25 2010
New Revision: 1054018

URL: http://svn.apache.org/viewvc?rev=1054018&view=rev
Log:
[MRM-1447] fix broken Nabble links on mail archives page
Submitted by: Igor Galic

Modified:
    archiva/parent/pom.xml

Modified: archiva/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/parent/pom.xml?rev=1054018&r1=1054017&r2=1054018&view=diff
==============================================================================
--- archiva/parent/pom.xml (original)
+++ archiva/parent/pom.xml Thu Dec 30 23:17:25 2010
@@ -52,7 +52,7 @@
       
<archive>http://mail-archives.apache.org/mod_mbox/archiva-users/</archive>
       <otherArchives>
         
<otherArchive>http://www.mail-archive.com/[email protected]</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/[email protected]</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/[email protected]</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>


Reply via email to