updated location of <notifier> tag. should be child of <notifiers> element

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@427006 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonas B. Lim 2006-07-31 03:06:50 +00:00
parent 82942f9e31
commit fc68c3a6e5
1 changed files with 9 additions and 8 deletions

17
pom.xml
View File

@ -49,16 +49,17 @@
<address>activemq-commits@geronimo.apache.org</address>
</configuration>
</notifier>
<notifier>
<type>irc</type>
<configuration>
<host>irc.codehaus.org</host>
<port>6667</port>
<channel>#activemq</channel>
</configuration>
</notifier>
</notifiers>
<notifier>
<type>irc</type>
<configuration>
<host>irc.codehaus.org</host>
<port>6667</port>
<channel>#activemq</channel>
</configuration>
</notifier>
</ciManagement>
<mailingLists>