Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 58aa5908e -> 27e1f230c
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/27e1f230 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/27e1f230 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/27e1f230 Branch: refs/heads/3.1.x-fixes Commit: 27e1f230c07b9d9360cf932ad0dd194e41955326 Parents: 58aa590 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:02 2017 +0100 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/27e1f230/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 79fa5a7..bd33110 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>
