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:28:17 UTC

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

Author: felixk
Date: Tue Mar 25 14:28:15 2008
New Revision: 640995

URL: http://svn.apache.org/viewvc?rev=640995&view=rev
Log:
Hope this is the way to configure the from (and identical reply) reply address of the CI nag mails.

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=640995&r1=640994&r2=640995&view=diff
==============================================================================
--- directory/project/branches/bigbang/pom.xml (original)
+++ directory/project/branches/bigbang/pom.xml Tue Mar 25 14:28:15 2008
@@ -46,6 +46,8 @@
         <sendOnWarning>false</sendOnWarning>
         <configuration>
           <address>notifications@directory.apache.org</address>
+          <from-name>CI vm094.oxylos.org</from-name>
+          <from-mailbox>dev@directory.apache.org</from-mailbox>
         </configuration>
       </notifier>
     </notifiers>