comment around repository and reorder them to focus on git

This commit is contained in:
Eric Barboni 2015-05-20 11:23:52 +02:00
parent 96f390e523
commit 76eb7562de
1 changed files with 8 additions and 6 deletions

View File

@ -67,17 +67,19 @@ security access management, build artifact storage, delivery, browsing, indexing
</release> </release>
<repository> <repository>
<SVNRepository> <!-- git first as archiva migrated core to this place-->
<location rdf:resource="https://svn.apache.org/repos/asf/archiva/"/>
<browse rdf:resource="https://svn.apache.org/viewvc/archiva/"/>
</SVNRepository>
</repository>
<repository>
<GitRepository> <GitRepository>
<location rdf:resource="https://git-wip-us.apache.org/repos/asf?p=archiva.git"/> <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"/> <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/archiva.git"/>
</GitRepository> </GitRepository>
</repository> </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> <maintainer>
<foaf:Person> <foaf:Person>
<foaf:name>Apache Archiva PMC</foaf:name> <foaf:name>Apache Archiva PMC</foaf:name>