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:12:38 UTC

svn commit: r1103848 - /maven/maven-2/branches/maven-2.2.x/pom.xml

Author: dennisl
Date: Mon May 16 19:12:37 2011
New Revision: 1103848

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

Modified:
    maven/maven-2/branches/maven-2.2.x/pom.xml

Modified: maven/maven-2/branches/maven-2.2.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-2/branches/maven-2.2.x/pom.xml?rev=1103848&r1=1103847&r2=1103848&view=diff
==============================================================================
--- maven/maven-2/branches/maven-2.2.x/pom.xml (original)
+++ maven/maven-2/branches/maven-2.2.x/pom.xml Mon May 16 19:12:37 2011
@@ -119,6 +119,10 @@ under the License.
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-2/branches/maven-2.2.x</developerConnection>
     <url>http://svn.apache.org/viewvc/maven/maven-2/branches/maven-2.2.x</url>
   </scm>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/hudson/job/maven-2.2.x/</url>
+  </ciManagement>
 
   <build>
     <pluginManagement>