You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ws...@apache.org on 2007/05/28 07:04:54 UTC

svn commit: r542112 - /myfaces/maven/trunk/master-pom/pom.xml

Author: wsmoak
Date: Sun May 27 22:04:53 2007
New Revision: 542112

URL: http://svn.apache.org/viewvc?view=rev&rev=542112
Log:
Configure CI to use the notifications list and add a url.

Modified:
    myfaces/maven/trunk/master-pom/pom.xml

Modified: myfaces/maven/trunk/master-pom/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/master-pom/pom.xml?view=diff&rev=542112&r1=542111&r2=542112
==============================================================================
--- myfaces/maven/trunk/master-pom/pom.xml (original)
+++ myfaces/maven/trunk/master-pom/pom.xml Sun May 27 22:04:53 2007
@@ -35,11 +35,12 @@
     </issueManagement>
     <ciManagement>
         <system>continuum</system>
+        <url>http://myfaces.zones.apache.org:8081/continuum</url>
         <notifiers>
             <notifier>
                 <type>mail</type>
                 <configuration>
-                    <address>commits@myfaces.apache.org</address>
+                    <address>notifications@myfaces.apache.org</address>
                 </configuration>
             </notifier>
         </notifiers>
@@ -73,6 +74,13 @@
             <unsubscribe>commits-unsubscribe@myfaces.apache.org</unsubscribe>
             <post>do not post</post>
             <archive>http://mail-archives.apache.org/mod_mbox/myfaces-commits</archive>
+        </mailingList>
+        <mailingList>
+            <name>Myfaces Notifications List</name>
+            <subscribe>notifications-subscribe@myfaces.apache.org</subscribe>
+            <unsubscribe>notifications-unsubscribe@myfaces.apache.org</unsubscribe>
+            <post>do not post</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/myfaces-notifications</archive>
         </mailingList>
         <mailingList>
             <name>Myfaces Announcements List</name>