You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/05/15 22:11:33 UTC

svn commit: r1103526 - /maven/plugin-tools/trunk/pom.xml

Author: dennisl
Date: Sun May 15 20:11:33 2011
New Revision: 1103526

URL: http://svn.apache.org/viewvc?rev=1103526&view=rev
Log:
Add ciManagement for Jenkins.

Modified:
    maven/plugin-tools/trunk/pom.xml

Modified: maven/plugin-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=1103526&r1=1103525&r2=1103526&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Sun May 15 20:11:33 2011
@@ -136,6 +136,10 @@
     <system>jira</system>
     <url>http://jira.codehaus.org/browse/MPLUGIN</url>
   </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/hudson/job/maven-plugin-tools/</url>
+  </ciManagement>
   <distributionManagement>
     <site>
       <id>apache.website</id>