You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/02/10 20:32:35 UTC

[maven-site] branch master updated: Replace subversion requirement

This is an automated email from the ASF dual-hosted git repository.

rfscholte 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 cb4963d  Replace subversion requirement
cb4963d is described below

commit cb4963dee06bba4a6e7a557e792dfeaa3d128fc9
Author: Robert Scholte <rf...@apache.org>
AuthorDate: Mon Feb 10 21:32:29 2020 +0100

    Replace subversion requirement
---
 content/apt/developers/release/maven-project-release-procedure.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/developers/release/maven-project-release-procedure.apt b/content/apt/developers/release/maven-project-release-procedure.apt
index 54e3fb1..92bccca 100644
--- a/content/apt/developers/release/maven-project-release-procedure.apt
+++ b/content/apt/developers/release/maven-project-release-procedure.apt
@@ -32,7 +32,7 @@ Performing a Maven Project Release
 
  Be sure that:
 
-  * you have a Subversion 1.5+ client installed and on your shell's path. See {{{https://subversion.apache.org/}https://subversion.apache.org/}}.
+  * you have a recent Git client installed and on your shell's path.
 
   * you have JDK 8 installed and on your shell's path to build Maven 3.7.0+. Details about minimum JDK version to build an appropriate version
     can be found here: {{{https://maven.apache.org/docs/history.html}https://maven.apache.org/docs/history.html}}