You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by an...@apache.org on 2010/03/27 03:15:53 UTC

svn commit: r928122 - /tapestry/tapestry-site/trunk/pom.xml

Author: andyhot
Date: Sat Mar 27 02:15:53 2010
New Revision: 928122

URL: http://svn.apache.org/viewvc?rev=928122&view=rev
Log:
info on CI

Modified:
    tapestry/tapestry-site/trunk/pom.xml

Modified: tapestry/tapestry-site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/pom.xml?rev=928122&r1=928121&r2=928122&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/pom.xml (original)
+++ tapestry/tapestry-site/trunk/pom.xml Sat Mar 27 02:15:53 2010
@@ -38,6 +38,17 @@
         <url>http://svn.apache.org/viewvc/tapestry/</url>
     </scm>
 
+    <ciManagement>
+        <system>hudson</system>
+        <url>http://hudson.zones.apache.org/hudson/view/Tapestry/</url>
+        <notifiers>
+            <notifier>
+                <type>mail</type>
+                <address>dev@tapestry.apache.org</address>
+            </notifier>
+        </notifiers>
+    </ciManagement>
+
     <build>
         <plugins>
             <plugin>