You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2020/08/27 09:35:05 UTC

[creadur-tentacles] branch master updated: RAT-271: Update new Jenkins coordinates

This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c92d23  RAT-271: Update new Jenkins coordinates
9c92d23 is described below

commit 9c92d23fe3be0feabb09843fb3248637b09a9998
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Thu Aug 27 11:34:46 2020 +0200

    RAT-271: Update new Jenkins coordinates
---
 pom.xml | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index c7b1d06..3929d8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,13 +82,8 @@
     <url>https://issues.apache.org/jira/browse/TENTACLES</url>
   </issueManagement>
   <ciManagement>
-    <system>Buildbot</system>
-    <url>http://ci.apache.org/builders/tentacles_trunk</url>
-    <!--
-		Jenkins builds are at:
-		https://builds.apache.org/job/Creadur-Tentacles/ - check Java6 compliance and run all tests
-		https://builds.apache.org/job/Creadur-Tentacles-Site/ - generate mvn site
-	 -->
+    <system>Jenkins</system>
+    <url>https://ci-builds.apache.org/job/Creadur/job/Creadur-Tentacles/</url>
   </ciManagement>
   <mailingLists>
     <mailingList>
@@ -289,7 +284,7 @@
                 </tags>
               </configuration>
             </plugin>
-            <!-- enable later with a findbugs version that works fine with JDK 1.6 
+            <!-- enable later with a findbugs version that works fine with JDK 1.6
             <plugin>
               <groupId>org.codehaus.mojo</groupId>
               <artifactId>findbugs-maven-plugin</artifactId>