This is an automated email from the ASF dual-hosted git repository.
slachiewicz 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 296696441 Fix TestNG web site URL
296696441 is described below
commit 296696441dbabfdb8b25f58c30330974f9b04c8a
Author: sabi0 <[email protected]>
AuthorDate: Thu Aug 31 15:47:09 2023 +0200
Fix TestNG web site URL
http://www.testng.org does not work anymore. Changed to https://testng.org
---
maven-surefire-plugin/src/site/apt/examples/testng.apt.vm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm
b/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm
index e97427254..a1be2c271 100644
--- a/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm
+++ b/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm
@@ -281,7 +281,7 @@ Using TestNG
</plugins>
+---+
- For more information on TestNG, see the {{{http://www.testng.org}TestNG web
site}}.
+ For more information on TestNG, see the {{{https://testng.org}TestNG web
site}}.
You can implement TestNG listener interface <<<org.testng.ITestListener>>> in
a separate test artifact <<<your-testng-listener-artifact>>> with
scope=test, or in project test source code