You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/02/16 19:12:34 UTC

svn commit: r378322 - in /maven/maven-1/plugins-sandbox/trunk: plugins-parent/project.xml plugins-site/project.xml

Author: ltheussl
Date: Thu Feb 16 10:12:24 2006
New Revision: 378322

URL: http://svn.apache.org/viewcvs?rev=378322&view=rev
Log:
Make linkcheck happy

Modified:
    maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.xml
    maven/maven-1/plugins-sandbox/trunk/plugins-site/project.xml

Modified: maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.xml?rev=378322&r1=378321&r2=378322&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.xml Thu Feb 16 10:12:24 2006
@@ -48,7 +48,7 @@
       <subscribe>users-subscribe@maven.apache.org</subscribe>
       <unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe>
       <post>users@maven.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>
+      <archive>http://mail-archives.apache.org/mod_mbox/maven-users/</archive>
       <otherArchives>
         <otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive>
         <otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive>
@@ -59,7 +59,7 @@
       <subscribe>dev-subscribe@maven.apache.org</subscribe>
       <unsubscribe>dev-unsubscribe@maven.apache.org</unsubscribe>
       <post>dev@maven.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
+      <archive>http://mail-archives.apache.org/mod_mbox/maven-dev/</archive>
       <otherArchives>
         <otherArchive>http://www.mail-archive.com/dev@maven.apache.org/</otherArchive>
         <otherArchive>http://www.nabble.com/Maven---Dev-f179.html</otherArchive>
@@ -70,7 +70,7 @@
       <subscribe>commits-subscribe@maven.apache.org</subscribe>
       <unsubscribe>commits-unsubscribe@maven.apache.org</unsubscribe>
       <post>commits@maven.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
+      <archive>http://mail-archives.apache.org/mod_mbox/maven-dev/</archive>
     </mailingList>
     <mailingList>
       <name>Apache Announce List</name>

Modified: maven/maven-1/plugins-sandbox/trunk/plugins-site/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/plugins-site/project.xml?rev=378322&r1=378321&r2=378322&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/plugins-site/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/plugins-site/project.xml Thu Feb 16 10:12:24 2006
@@ -42,7 +42,7 @@
       <subscribe>users-subscribe@maven.apache.org</subscribe>
       <unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe>
       <post>users@maven.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>
+      <archive>http://mail-archives.apache.org/mod_mbox/maven-users/</archive>
       <otherArchives>
         <otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive>
         <otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive>
@@ -53,7 +53,7 @@
       <subscribe>dev-subscribe@maven.apache.org</subscribe>
       <unsubscribe>dev-unsubscribe@maven.apache.org</unsubscribe>
       <post>dev@maven.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
+      <archive>http://mail-archives.apache.org/mod_mbox/maven-dev/</archive>
       <otherArchives>
         <otherArchive>http://www.mail-archive.com/dev@maven.apache.org/</otherArchive>
         <otherArchive>http://www.nabble.com/Maven---Dev-f179.html</otherArchive>
@@ -64,7 +64,7 @@
       <subscribe>commits-subscribe@maven.apache.org</subscribe>
       <unsubscribe>commits-unsubscribe@maven.apache.org</unsubscribe>
       <post>commits@maven.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
+      <archive>http://mail-archives.apache.org/mod_mbox/maven-dev/</archive>
     </mailingList>
     <mailingList>
       <name>Apache Announce List</name>