Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 58aa275bc -> 3cafd4fad
Fixing CI URL, patch from Dennis Kieselhorst applied, This closes #258 Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/3cafd4fa Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/3cafd4fa Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/3cafd4fa Branch: refs/heads/3.0.x-fixes Commit: 3cafd4fadf28b4e38e25da2b6097ab0d644fa481 Parents: 58aa275 Author: Sergey Beryozkin <[email protected]> Authored: Tue Apr 18 12:57:33 2017 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Tue Apr 18 13:00:43 2017 +0100 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/3cafd4fa/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 436f99b..6bb1504 100644 --- a/pom.xml +++ b/pom.xml @@ -139,8 +139,8 @@ </developer> </developers> <ciManagement> - <system>Hudson</system> - <url>http://hudson.zones.apache.org/hudson/view/CXF/</url> + <system>Jenkins</system> + <url>https://builds.apache.org/view/C/view/CXF/</url> <notifiers> <notifier> <type>mail</type>
