aboutsummaryrefslogtreecommitdiffstats
path: root/doap_Archiva.rdf
diff options
context:
space:
mode:
authorEric Barboni <skygo@apache.org>2015-05-20 11:23:52 +0200
committerEric Barboni <skygo@apache.org>2015-05-20 11:23:52 +0200
commit76eb7562de9814e880eb5f5902ee3e2e4a556860 (patch)
tree943559c40c3814f140a36f26e0f1321dc37ba49b /doap_Archiva.rdf
parent96f390e523b5d6612946b1e41bb5d88183b93400 (diff)
downloadarchiva-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.rdf14
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>