You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by de...@apache.org on 2011/04/26 21:37:05 UTC

svn commit: r1096865 - /maven/doxia/doxia/trunk/pom.xml

Author: dennisl
Date: Tue Apr 26 19:37:05 2011
New Revision: 1096865

URL: http://svn.apache.org/viewvc?rev=1096865&view=rev
Log:
o Change ciManagement to Jenkins and use a more specific URL for it.

Modified:
    maven/doxia/doxia/trunk/pom.xml

Modified: maven/doxia/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=1096865&r1=1096864&r2=1096865&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Tue Apr 26 19:37:05 2011
@@ -113,8 +113,8 @@ under the License.
   </issueManagement>
 
   <ciManagement>
-    <system>Hudson</system>
-    <url>https://hudson.apache.org/hudson/</url>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/hudson/job/doxia/</url>
   </ciManagement>
 
   <distributionManagement>