diff options
author | Eric Barboni <skygo@apache.org> | 2015-05-20 11:23:52 +0200 |
---|---|---|
committer | Eric Barboni <skygo@apache.org> | 2015-05-20 11:23:52 +0200 |
commit | 76eb7562de9814e880eb5f5902ee3e2e4a556860 (patch) | |
tree | 943559c40c3814f140a36f26e0f1321dc37ba49b /doap_Archiva.rdf | |
parent | 96f390e523b5d6612946b1e41bb5d88183b93400 (diff) | |
download | archiva-76eb7562de9814e880eb5f5902ee3e2e4a556860.tar.gz archiva-76eb7562de9814e880eb5f5902ee3e2e4a556860.zip |
comment around repository and reorder them to focus on git
Diffstat (limited to 'doap_Archiva.rdf')
-rw-r--r-- | doap_Archiva.rdf | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/doap_Archiva.rdf b/doap_Archiva.rdf index f2cd86e54..3565164c5 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> |