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
commit 1270950bc2f01efa27e35006f04cd01cbde3ebef Author: Olivier Lamy <[email protected]> AuthorDate: Fri Mar 28 08:46:16 2025 +1000 use github directly Signed-off-by: Olivier Lamy <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a8710f622..1997607af 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ <powermockVersion>2.0.9</powermockVersion> <jacocoVersion>0.8.12</jacocoVersion> <testngVersion>5.11</testngVersion> - <maven.surefire.scm.devConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-surefire.git</maven.surefire.scm.devConnection> + <maven.surefire.scm.devConnection>scm:git:https://github.com/apache/maven-surefire.git</maven.surefire.scm.devConnection> <maven.site.path>surefire-archives/surefire-LATEST</maven.site.path> <maven.compiler.testSource>${javaVersion}</maven.compiler.testSource> <maven.compiler.testTarget>${javaVersion}</maven.compiler.testTarget>
