Repository: commons-collections Updated Branches: refs/heads/master f0f364fd9 -> c25a3efe1
(docs) update site. re. svn -> git Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/c25a3efe Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/c25a3efe Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/c25a3efe Branch: refs/heads/master Commit: c25a3efe1b8a9c15c1eac91bc9d64348238828a8 Parents: f0f364f Author: Rob Tompkins <chtom...@gmail.com> Authored: Tue Jul 18 08:03:24 2017 -0400 Committer: Rob Tompkins <chtom...@gmail.com> Committed: Tue Jul 18 08:03:24 2017 -0400 ---------------------------------------------------------------------- pom.xml | 6 +++--- src/site/xdoc/index.xml | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c25a3efe/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 98d96a7..71d61bd 100644 --- a/pom.xml +++ b/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> http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c25a3efe/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 2909bee..b4a98b4 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -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> <!-- ================================================== -->