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/16 21:07:03 UTC

svn commit: r1103847 - /maven/maven-3/trunk/pom.xml

Author: dennisl
Date: Mon May 16 19:07:02 2011
New Revision: 1103847

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

Modified:
    maven/maven-3/trunk/pom.xml

Modified: maven/maven-3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=1103847&r1=1103846&r2=1103847&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Mon May 16 19:07:02 2011
@@ -154,6 +154,10 @@
     <system>jira</system>
     <url>http://jira.codehaus.org/browse/MNG</url>
   </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/hudson/job/maven-3.0.x/</url>
+  </ciManagement>
   <distributionManagement>
     <site>
       <id>apache.website</id>