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/05/30 02:03:23 UTC

svn commit: r949454 - /tapestry/tapestry5/trunk/pom.xml

Author: andyhot
Date: Sun May 30 00:03:22 2010
New Revision: 949454

URL: http://svn.apache.org/viewvc?rev=949454&view=rev
Log:
add ci info, update site deploy location

Modified:
    tapestry/tapestry5/trunk/pom.xml

Modified: tapestry/tapestry5/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=949454&r1=949453&r2=949454&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/pom.xml (original)
+++ tapestry/tapestry5/trunk/pom.xml Sun May 30 00:03:22 2010
@@ -136,6 +136,11 @@
         </developer>
     </developers>
 
+    <ciManagement>
+	<system>hudson</system>
+	<url>http://hudson.zones.apache.org/hudson/view/Tapestry/</url>
+    </ciManagement>
+
     <mailingLists>
         <mailingList>
             <name>Tapestry User List</name>
@@ -423,7 +428,7 @@
     <distributionManagement>
         <site>
             <id>tapestry</id>
-            <url>scpexe://people.apache.org/www/tapestry.apache.org/tapestry5.1/</url>
+            <url>scpexe://people.apache.org/www/tapestry.apache.org/tapestry5.2-dev/</url>
         </site>
     </distributionManagement>