mirror of https://github.com/apache/archiva.git
comment around repository and reorder them to focus on git
This commit is contained in:
parent
96f390e523
commit
76eb7562de
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue