You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/05/11 12:21:12 UTC

svn commit: r1101819 - /incubator/ognl/trunk/pom.xml

Author: simonetripodi
Date: Wed May 11 10:21:11 2011
New Revision: 1101819

URL: http://svn.apache.org/viewvc?rev=1101819&view=rev
Log:
added the CI management URL

Modified:
    incubator/ognl/trunk/pom.xml

Modified: incubator/ognl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ognl/trunk/pom.xml?rev=1101819&r1=1101818&r2=1101819&view=diff
==============================================================================
--- incubator/ognl/trunk/pom.xml (original)
+++ incubator/ognl/trunk/pom.xml Wed May 11 10:21:11 2011
@@ -41,6 +41,11 @@
     <url>https://issues.apache.org/jira/browse/OGNL</url>
   </issueManagement>
 
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/hudson/job/ognl/</url>
+  </ciManagement>
+
   <developers>
     <developer>
       <name>Antonio Petrelli</name>