]> source.dussan.org Git - archiva.git/commitdiff
comment around repository and reorder them to focus on git
authorEric Barboni <skygo@apache.org>
Wed, 20 May 2015 09:23:52 +0000 (11:23 +0200)
committerEric Barboni <skygo@apache.org>
Wed, 20 May 2015 09:23:52 +0000 (11:23 +0200)
doap_Archiva.rdf

index f2cd86e548ddb9c519f085dab415929a1d476b9a..3565164c525327a6b9750bea84f188245b8e0601 100644 (file)
@@ -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>