(docs) update site. re. svn -> git
This commit is contained in:
parent
f0f364fd9d
commit
c25a3efe1b
6
pom.xml
6
pom.xml
|
@ -38,9 +38,9 @@
|
|||
</issueManagement>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/collections/trunk</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/collections/trunk</developerConnection>
|
||||
<url>http://svn.apache.org/viewvc/commons/proper/collections/trunk</url>
|
||||
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-collections.git</connection>
|
||||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-collections.git</developerConnection>
|
||||
<url>https://git-wip-us.apache.org/repos/asf?p=commons-collections.git</url>
|
||||
</scm>
|
||||
|
||||
<developers>
|
||||
|
|
|
@ -63,8 +63,9 @@ The JavaDoc API documents are available online:
|
|||
<li>The <a href="apidocs/index.html">latest SVN</a></li>
|
||||
</ul>
|
||||
<p>
|
||||
The <a href="source-repository.html">subversion repository</a> can be
|
||||
<a href="http://svn.apache.org/viewvc/commons/proper/collections/trunk/">browsed</a>.
|
||||
The <a href="source-repository.html">git repository</a> can be
|
||||
<a href="https://git-wip-us.apache.org/repos/asf?p=commons-collections.git">browsed</a>, and we have a mirror
|
||||
on <a href="https://github.com/apache/commons-collections">GitHub</a>.
|
||||
</p>
|
||||
</section>
|
||||
<!-- ================================================== -->
|
||||
|
|
Loading…
Reference in New Issue