You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2008/03/25 22:03:52 UTC

svn commit: r640980 - /directory/project/branches/bigbang/pom.xml

Author: felixk
Date: Tue Mar 25 14:03:51 2008
New Revision: 640980

URL: http://svn.apache.org/viewvc?rev=640980&view=rev
Log:
Fix notifier

Modified:
    directory/project/branches/bigbang/pom.xml

Modified: directory/project/branches/bigbang/pom.xml
URL: http://svn.apache.org/viewvc/directory/project/branches/bigbang/pom.xml?rev=640980&r1=640979&r2=640980&view=diff
==============================================================================
--- directory/project/branches/bigbang/pom.xml (original)
+++ directory/project/branches/bigbang/pom.xml Tue Mar 25 14:03:51 2008
@@ -45,8 +45,7 @@
         <sendOnSuccess>true</sendOnSuccess>
         <sendOnWarning>false</sendOnWarning>
         <configuration>
-          <!-- FIXME as soon as we have a list for this -->
-          <address>felixk@apache.org</address>
+          <address>notifications@directory.apache.org</address>
         </configuration>
       </notifier>
     </notifiers>
@@ -80,6 +79,11 @@
       <otherArchives>
         <otherArchive>http://www.archivum.info/commits@directory.apache.org/</otherArchive>
       </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>The Directory Notifications (CI) List</name>
+      <subscribe>notifications-subscribe@directory.apache.org</subscribe>
+      <unsubscribe>notifications-unsubscribe@directory.apache.org</unsubscribe>
     </mailingList>
   </mailingLists>