This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push: new a97eac36 All our projects use git these days (#578) a97eac36 is described below commit a97eac3628fa74e9d37bb9e8a3e8814bea7f2021 Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Sun Nov 17 21:18:39 2024 +0000 All our projects use git these days (#578) No need to reference siubversion --- content/xdoc/scm.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/xdoc/scm.xml b/content/xdoc/scm.xml index 8cd58f69..eaf3b2c1 100644 --- a/content/xdoc/scm.xml +++ b/content/xdoc/scm.xml @@ -28,11 +28,9 @@ under the License. <body> <section name="Source Repository"> <p> - Maven projects use <a href="http://git-scm.com/">Git</a> or <a href="http://subversion.apache.org/">Subversion</a> to manage their source code: - decisions to stay with Subversion or move to Git are tracked on <a href="https://cwiki.apache.org/confluence/display/MAVEN/Git+Migration">Maven's Wiki</a>. + Maven projects use <a href="http://git-scm.com/">Git</a> to manage their source code: </p> <p> - Instructions on Subversion use can be found in the online book <a href="http://svnbook.red-bean.com/">Version Control with Subversion</a>. Instructions on Git use can be found in the online book <a href="http://git-scm.com/book/">Pro Git</a>. Instructions for using the Apache Software Foundation Git repositories are at <a href="https://git-wip-us.apache.org/">https://git-wip-us.apache.org</a>. </p>