Repository: archiva Updated Branches: refs/heads/master 96f390e52 -> 76eb7562d
comment around repository and reorder them to focus on git Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/76eb7562 Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/76eb7562 Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/76eb7562 Branch: refs/heads/master Commit: 76eb7562de9814e880eb5f5902ee3e2e4a556860 Parents: 96f390e Author: Eric Barboni <[email protected]> Authored: Wed May 20 11:23:52 2015 +0200 Committer: Eric Barboni <[email protected]> Committed: Wed May 20 11:23:52 2015 +0200 ---------------------------------------------------------------------- doap_Archiva.rdf | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva/blob/76eb7562/doap_Archiva.rdf ---------------------------------------------------------------------- diff --git a/doap_Archiva.rdf b/doap_Archiva.rdf index f2cd86e..3565164 100644 --- a/doap_Archiva.rdf +++ b/doap_Archiva.rdf @@ -67,17 +67,19 @@ security access management, build artifact storage, delivery, browsing, indexing </release> <repository> - <SVNRepository> - <location rdf:resource="https://svn.apache.org/repos/asf/archiva/"/> - <browse rdf:resource="https://svn.apache.org/viewvc/archiva/"/> - </SVNRepository> - </repository> - <repository> + <!-- git first as archiva migrated core to this place--> <GitRepository> <location rdf:resource="https://git-wip-us.apache.org/repos/asf?p=archiva.git"/> <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/archiva.git"/> </GitRepository> </repository> + <repository> + <!-- archiva parent pom is located here --> + <SVNRepository> + <location rdf:resource="https://svn.apache.org/viewvc/archiva/parent/"/> + <browse rdf:resource="https://svn.apache.org/viewvc/archiva/parent/"/> + </SVNRepository> + </repository> <maintainer> <foaf:Person> <foaf:name>Apache Archiva PMC</foaf:name>
