Author: evenisse
Date: Thu Sep 8 00:38:28 2005
New Revision: 279528
URL: http://svn.apache.org/viewcvs?rev=279528&view=rev
Log:
Fix mail notifier configuration
Modified:
maven/components/trunk/pom.xml
Modified: maven/components/trunk/pom.xml
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/pom.xml?rev=279528&r1=279527&r2=279528&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Thu Sep 8 00:38:28 2005
@@ -17,7 +17,9 @@
<notifiers>
<notifier>
<type>mail</type>
- <address>[email protected]</address>
+ <configuration>
+ <address>[email protected]</address>
+ </configuration>
</notifier>
</notifiers>
</ciManagement>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]