You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by ve...@apache.org on 2013/05/16 23:34:48 UTC

svn commit: r1483577 - /incubator/falcon/pom.xml

Author: venkatesh
Date: Thu May 16 21:34:48 2013
New Revision: 1483577

URL: http://svn.apache.org/r1483577
Log:
fixed the incorrect dev & commits mailing lists

Modified:
    incubator/falcon/pom.xml

Modified: incubator/falcon/pom.xml
URL: http://svn.apache.org/viewvc/incubator/falcon/pom.xml?rev=1483577&r1=1483576&r2=1483577&view=diff
==============================================================================
--- incubator/falcon/pom.xml (original)
+++ incubator/falcon/pom.xml Thu May 16 21:34:48 2013
@@ -59,16 +59,16 @@
     <mailingLists>
         <mailingList>
             <name>falcon-dev</name>
-            <subscribe>dev-subscribe@falcon.apache.org</subscribe>
-            <unsubscribe>dev-unsubscribe@falcon.apache.org</unsubscribe>
-            <post>dev@falcon.apache.org</post>
+            <subscribe>dev-subscribe@falcon.incubator.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@falcon.incubator.apache.org</unsubscribe>
+            <post>dev@falcon.incubator.apache.org</post>
             <archive>http://mail-archives.apache.org/mod_mbox/falcon-dev/</archive>
         </mailingList>
         <mailingList>
             <name>falcon-commits</name>
-            <subscribe>commits-subscribe@falcon.apache.org</subscribe>
-            <unsubscribe>commits-unsubscribe@falcon.apache.org</unsubscribe>
-            <post>commits@falcon.apache.org</post>
+            <subscribe>commits-subscribe@falcon.incubator.apache.org</subscribe>
+            <unsubscribe>commits-unsubscribe@falcon.incubator.apache.org</unsubscribe>
+            <post>commits@falcon.incubator.apache.org</post>
             <archive>http://mail-archives.apache.org/mod_mbox/falcon-commits/</archive>
         </mailingList>
     </mailingLists>