You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2012/12/01 11:39:55 UTC

[17/50] git commit: Add ciManagement for Jenkins.

Add ciManagement for Jenkins.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-2/branches/maven-2.2.x@1103848 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/aa83e9f3
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/aa83e9f3
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/aa83e9f3

Branch: refs/heads/maven-2.2.x
Commit: aa83e9f349f0dad0cbb9fc96bb621c7dc67cb65d
Parents: afb77fa
Author: Dennis Lundberg <de...@apache.org>
Authored: Mon May 16 19:12:37 2011 +0000
Committer: Dennis Lundberg <de...@apache.org>
Committed: Mon May 16 19:12:37 2011 +0000

----------------------------------------------------------------------
 pom.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/aa83e9f3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b6a4c60..ae389f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>