You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2020/05/18 10:25:04 UTC

[maven-surefire] branch master updated: fix surefire source git repo url

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new 3eb875f  fix surefire source git repo url
3eb875f is described below

commit 3eb875fc622bde42bff7d998d7d88f1a5c0a7232
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Mon May 18 20:24:55 2020 +1000

    fix surefire source git repo url
---
 maven-surefire-plugin/src/site/apt/developing.apt.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-surefire-plugin/src/site/apt/developing.apt.vm b/maven-surefire-plugin/src/site/apt/developing.apt.vm
index 7299b9a..dcae1d7 100644
--- a/maven-surefire-plugin/src/site/apt/developing.apt.vm
+++ b/maven-surefire-plugin/src/site/apt/developing.apt.vm
@@ -36,7 +36,7 @@ Developer Center
   the complete module and build from there:
 
 +---+
-  git clone https://git-wip-us.apache.org/repos/asf/maven-surefire.git
+  git clone https://gitbox.apache.org/repos/asf/maven-surefire.git
 +---+
 
 * Making Test Cases for Demonstrating Problems