Fix mail notifier configuration

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@279526 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2005-09-08 07:26:56 +00:00
parent 4956d4fff9
commit e98d10f444
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,9 @@
<notifiers> <notifiers>
<notifier> <notifier>
<type>mail</type> <type>mail</type>
<configuration>
<address>dev@maven.apache.org</address> <address>dev@maven.apache.org</address>
</configuration>
</notifier> </notifier>
</notifiers> </notifiers>
</ciManagement> </ciManagement>