Author: jstrachan Date: Mon Dec 4 00:17:28 2006 New Revision: 482100 URL: http://svn.apache.org/viewvc?view=rev&rev=482100 Log: Changed CI notification
Modified: incubator/activemq/branches/activemq-4.1/pom.xml Modified: incubator/activemq/branches/activemq-4.1/pom.xml URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/pom.xml?view=diff&rev=482100&r1=482099&r2=482100 ============================================================================== --- incubator/activemq/branches/activemq-4.1/pom.xml (original) +++ incubator/activemq/branches/activemq-4.1/pom.xml Mon Dec 4 00:17:28 2006 @@ -61,7 +61,7 @@ <notifiers> <notifier> <configuration> - <address>scm@lingo.codehaus.org</address> + <address>activemq-commits@geronimo.apache.org</address> </configuration> </notifier> @@ -70,7 +70,7 @@ <configuration> <host>irc.codehaus.org</host> <port>6667</port> - <channel>#activemq</channel> + <channel>#activemq-ci</channel> </configuration> </notifier> </notifiers>