Author: gnodet
Date: Mon Feb 26 06:53:33 2007
New Revision: 511833
URL: http://svn.apache.org/viewvc?view=rev&rev=511833
Log:
Remove continuum notifier
Modified:
incubator/servicemix/trunk/pom.xml
Modified: incubator/servicemix/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?view=diff&rev=511833&r1=511832&r2=511833
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Mon Feb 26 06:53:33 2007
@@ -50,14 +50,14 @@
<ciManagement>
<system>continuum</system>
<notifiers>
- <notifier>
+ <!--notifier>
<type>mail</type>
<configuration>
<address>[email protected]</address>
</configuration>
<sendOnSuccess>false</sendOnSuccess>
</notifier>
- <!--notifier>
+ <notifier>
<type>irc</type>
<configuration>
<host>irc.codehaus.org</host>
@@ -478,6 +478,11 @@
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-soap</artifactId>
+ <version>3.2-incubating-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-soap2</artifactId>
<version>3.2-incubating-SNAPSHOT</version>
</dependency>
<dependency>