You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2005/09/08 09:27:00 UTC

svn commit: r279526 - /maven/components/trunk/maven-plugins/pom.xml

Author: evenisse
Date: Thu Sep  8 00:26:56 2005
New Revision: 279526

URL: http://svn.apache.org/viewcvs?rev=279526&view=rev
Log:
Fix mail notifier configuration

Modified:
    maven/components/trunk/maven-plugins/pom.xml

Modified: maven/components/trunk/maven-plugins/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/pom.xml?rev=279526&r1=279525&r2=279526&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/pom.xml (original)
+++ maven/components/trunk/maven-plugins/pom.xml Thu Sep  8 00:26:56 2005
@@ -17,7 +17,9 @@
     <notifiers>
       <notifier>
         <type>mail</type>
-        <address>dev@maven.apache.org</address>
+        <configuration>
+          <address>dev@maven.apache.org</address>
+        </configuration>
       </notifier>
     </notifiers>
   </ciManagement>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org