You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/05/16 00:38:41 UTC

svn commit: r1103565 - in /maven/indexer/trunk: README.md pom.xml

Author: hboutemy
Date: Sun May 15 22:38:41 2011
New Revision: 1103565

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

Modified:
    maven/indexer/trunk/README.md
    maven/indexer/trunk/pom.xml

Modified: maven/indexer/trunk/README.md
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/README.md?rev=1103565&r1=1103564&r2=1103565&view=diff
==============================================================================
--- maven/indexer/trunk/README.md (original)
+++ maven/indexer/trunk/README.md Sun May 15 22:38:41 2011
@@ -17,4 +17,4 @@ Mailing lists: Maven Users and Maven Dev
 http://maven.apache.org/mail-lists.html
 
 CI:
-https://grid.sonatype.org/ci/job/maven-indexer/
\ No newline at end of file
+https://builds.apache.org/hudson/job/maven-indexer/

Modified: maven/indexer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/pom.xml?rev=1103565&r1=1103564&r2=1103565&view=diff
==============================================================================
--- maven/indexer/trunk/pom.xml (original)
+++ maven/indexer/trunk/pom.xml Sun May 15 22:38:41 2011
@@ -96,6 +96,10 @@ under the License.
     <system>jira</system>
     <url>http://jira.codehaus.org/browse/MINDEXER</url>
   </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/hudson/job/maven-indexer/</url>
+  </ciManagement>
 
   <properties>
     <sisu-inject-plexus.version>1.4.3</sisu-inject-plexus.version>