This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
new 1371b939cf1 Downgrade maven-surefire plugin to 3.5.6 (not supported by
testng)
1371b939cf1 is described below
commit 1371b939cf18823e8e0340cac38073e1ce0d916d
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Sep 17 15:26:27 2026 -0400
Downgrade maven-surefire plugin to 3.5.6 (not supported by testng)
---
distribution/src/main/release/samples/pom.xml | 2 +-
pom.xml | 4 ++--
systests/microprofile/client/weld/pom.xml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/distribution/src/main/release/samples/pom.xml
b/distribution/src/main/release/samples/pom.xml
index df5ca7c5e05..94515ded95e 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -224,7 +224,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>3.6.0</version>
+ <version>3.5.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index 8d320ea760f..1c17a73372b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -496,7 +496,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>3.6.0</version>
+ <version>3.5.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -565,7 +565,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
- <version>3.6.0</version>
+ <version>3.5.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/systests/microprofile/client/weld/pom.xml
b/systests/microprofile/client/weld/pom.xml
index e7fa10b6c96..894f4d21a70 100644
--- a/systests/microprofile/client/weld/pom.xml
+++ b/systests/microprofile/client/weld/pom.xml
@@ -186,7 +186,7 @@
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-testng</artifactId>
- <version>3.0.0-M7</version>
+ <version>3.5.6</version>
</dependency>
</dependencies>
</plugin>