You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2021/11/09 21:51:34 UTC

[cxf-fediz] branch master updated: fix CI build url

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

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


The following commit(s) were added to refs/heads/master by this push:
     new 0833be5  fix CI build url
0833be5 is described below

commit 0833be5a034c3b441c0f8483a07cfd5b41f67982
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Wed Nov 10 00:51:05 2021 +0300

    fix CI build url
---
 pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index e201f75..ad6f718 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,8 +99,8 @@
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/cxf-fediz.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/cxf-fediz.git</developerConnection>
-      <tag>HEAD</tag>
-  </scm>
+        <tag>HEAD</tag>
+    </scm>
 
     <issueManagement>
         <system>jira</system>
@@ -233,11 +233,10 @@
             </properties>
         </developer>
     </developers>
-   
 
     <ciManagement>
-        <system>Hudson</system>
-        <url>https://builds.apache.org/view/A-D/view/CXF/job/CXF-Fediz/</url>
+        <system>Jenkins</system>
+        <url>https://ci-builds.apache.org/job/CXF/job/CXF-Fediz/</url>
         <notifiers>
             <notifier>
                 <type>mail</type>