Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 01aee3230 -> 8810f83b0
Flip locations to git Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/9c863f7f Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/9c863f7f Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/9c863f7f Branch: refs/heads/3.0.x-fixes Commit: 9c863f7f9f74e9fd42a86c1c2e7a655659ece50b Parents: 01aee32 Author: Daniel Kulp <[email protected]> Authored: Wed Jul 15 13:34:26 2015 -0400 Committer: Daniel Kulp <[email protected]> Committed: Mon Jul 27 13:13:59 2015 -0400 ---------------------------------------------------------------------- etc/cxf.rdf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/9c863f7f/etc/cxf.rdf ---------------------------------------------------------------------- diff --git a/etc/cxf.rdf b/etc/cxf.rdf index 0f2ef67..bc289a4 100644 --- a/etc/cxf.rdf +++ b/etc/cxf.rdf @@ -21,10 +21,10 @@ <category rdf:resource="http://projects.apache.org/category/network-client" /> <category rdf:resource="http://projects.apache.org/category/network-server" /> <repository> - <SVNRepository> - <location rdf:resource="http://svn.apache.org/repos/asf/cxf"/> - <browse rdf:resource="http://svn.apache.org/viewvc/cxf/"/> - </SVNRepository> + <GitRepository> + <location rdf:resource="https://git-wip-us.apache.org/repos/asf/cxf.git"/> + <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=cxf.git"/> + </GitRepository> </repository> <maintainer> <foaf:Person>
