You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/09/17 00:05:24 UTC

svn commit: r289663 - /maven/continuum/trunk/pom.xml

Author: evenisse
Date: Fri Sep 16 15:05:20 2005
New Revision: 289663

URL: http://svn.apache.org/viewcvs?rev=289663&view=rev
Log:
Fix mail archive urls

Modified:
    maven/continuum/trunk/pom.xml

Modified: maven/continuum/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/pom.xml?rev=289663&r1=289662&r2=289663&view=diff
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Fri Sep 16 15:05:20 2005
@@ -28,13 +28,13 @@
       <name>Continuum Dev List</name>
       <subscribe>continuum-dev-subscribe@maven.apache.org</subscribe>
       <unsubscribe>continuum-dev-unsubscribe@maven.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/</archive>
+      <archive>http://mail-archives.apache.org/mod_mbox/maven-continuum-dev/</archive>
     </mailingList>
     <mailingList>
       <name>Continuum User List</name>
       <subscribe>continuum-user-subscribe@maven.apache.org</subscribe>
       <unsubscribe>continuum-user-unsubscribe@maven.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox</archive>
+      <archive>http://mail-archives.apache.org/mod_mbox/maven-continuum-users/</archive>
     </mailingList>
   </mailingLists>
   <dependencyManagement>