You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jl...@apache.org on 2006/07/31 05:06:51 UTC

svn commit: r427006 - /incubator/activemq/trunk/pom.xml

Author: jlim
Date: Sun Jul 30 20:06:50 2006
New Revision: 427006

URL: http://svn.apache.org/viewvc?rev=427006&view=rev
Log:
updated location of <notifier> tag. should be child of  <notifiers> element

Modified:
    incubator/activemq/trunk/pom.xml

Modified: incubator/activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/pom.xml?rev=427006&r1=427005&r2=427006&view=diff
==============================================================================
--- incubator/activemq/trunk/pom.xml (original)
+++ incubator/activemq/trunk/pom.xml Sun Jul 30 20:06:50 2006
@@ -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>