Repository: cxf Updated Branches: refs/heads/master 1d713726b -> 63e25a35f
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/63e25a35 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/63e25a35 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/63e25a35 Branch: refs/heads/master Commit: 63e25a35f1a767fe8b9ef92095db9767731359be Parents: 1d71372 Author: Daniel Kulp <[email protected]> Authored: Wed Jul 15 13:34:26 2015 -0400 Committer: Daniel Kulp <[email protected]> Committed: Wed Jul 15 13:34:34 2015 -0400 ---------------------------------------------------------------------- etc/cxf.rdf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/63e25a35/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>
