You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ws...@apache.org on 2010/01/30 01:32:54 UTC

svn commit: r904696 - /continuum/sandbox/examples/ci-management/pom.xml

Author: wsmoak
Date: Sat Jan 30 00:32:54 2010
New Revision: 904696

URL: http://svn.apache.org/viewvc?rev=904696&view=rev
Log:
[CONTINUUM-2453] Try with multiple addresses

Modified:
    continuum/sandbox/examples/ci-management/pom.xml

Modified: continuum/sandbox/examples/ci-management/pom.xml
URL: http://svn.apache.org/viewvc/continuum/sandbox/examples/ci-management/pom.xml?rev=904696&r1=904695&r2=904696&view=diff
==============================================================================
--- continuum/sandbox/examples/ci-management/pom.xml (original)
+++ continuum/sandbox/examples/ci-management/pom.xml Sat Jan 30 00:32:54 2010
@@ -24,7 +24,14 @@
     <notifiers>
       <notifier>
         <configuration>
-          <address>example@example.com</address>
+          <address>
+            example1@example.com
+            example2@example.com
+            example3@example.com
+            example4@example.com
+            example5@example.com
+            example6@example.com
+          </address>
         </configuration>
       </notifier>
     </notifiers>