You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2009/05/12 21:52:36 UTC

svn commit: r774054 - /camel/branches/camel-1.x/pom.xml

Author: hadrian
Date: Tue May 12 19:52:36 2009
New Revision: 774054

URL: http://svn.apache.org/viewvc?rev=774054&view=rev
Log:
Fix wrong mailing list addresses.

Modified:
    camel/branches/camel-1.x/pom.xml

Modified: camel/branches/camel-1.x/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/pom.xml?rev=774054&r1=774053&r2=774054&view=diff
==============================================================================
--- camel/branches/camel-1.x/pom.xml (original)
+++ camel/branches/camel-1.x/pom.xml Tue May 12 19:52:36 2009
@@ -118,20 +118,20 @@
   <mailingLists>
     <mailingList>
       <name>Development List</name>
-      <subscribe>dev@camel.apache.org</subscribe>
-      <unsubscribe>dev@camel.apache.org</unsubscribe>
+      <subscribe>dev-subscribe@camel.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@camel.apache.org</unsubscribe>
       <post>dev@camel.apache.org</post>
     </mailingList>
     <mailingList>
       <name>User List</name>
-      <subscribe>user@camel.apache.org</subscribe>
-      <unsubscribe>user@camel.apache.org</unsubscribe>
+      <subscribe>user-subscribe@camel.apache.org</subscribe>
+      <unsubscribe>user-unsubscribe@camel.apache.org</unsubscribe>
       <post>user@camel.apache.org</post>
     </mailingList>
     <mailingList>
       <name>Commits List</name>
-      <subscribe>commits@camel.apache.org</subscribe>
-      <unsubscribe>commits@camel.apache.org</unsubscribe>
+      <subscribe>commits-subscribe@camel.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@camel.apache.org</unsubscribe>
       <post>commits@camel.apache.org</post>
     </mailingList>
   </mailingLists>