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

jungm pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-10.x by this push:
     new 4ac25c1bed Revert "[tomee-10.x]: Bump surefire.version from 2.22.2 to 
3.5.5"
4ac25c1bed is described below

commit 4ac25c1bed78e5bbbd26348de0b33c879b546ae3
Author: Markus Jung <[email protected]>
AuthorDate: Fri Mar 20 08:07:53 2026 +0100

    Revert "[tomee-10.x]: Bump surefire.version from 2.22.2 to 3.5.5"
    
    This reverts commit 69219eb009339d9b123ee2bdf4f0a1d8300df6d1.
---
 pom.xml                                      | 2 +-
 tck/microprofile-tck/config/pom.xml          | 2 +-
 tck/microprofile-tck/fault-tolerance/pom.xml | 2 +-
 tck/microprofile-tck/health/pom.xml          | 2 +-
 tck/microprofile-tck/jwt/pom.xml             | 2 +-
 tck/microprofile-tck/metrics/pom.xml         | 2 +-
 tck/microprofile-tck/openapi/pom.xml         | 2 +-
 tck/microprofile-tck/opentelemetry/pom.xml   | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0af56c7e40..86b4198727 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
     <version.plugin.bundle>6.0.2</version.plugin.bundle>
     <version.plugin.javadoc>3.12.0</version.plugin.javadoc>
     <asciidoclet.version>1.5.0</asciidoclet.version>
-    <surefire.version>3.5.5</surefire.version>
+    <surefire.version>3.5.3</surefire.version>
 
     <!-- OSGi bundles properties -->
     <openejb.bundle.activator />
diff --git a/tck/microprofile-tck/config/pom.xml 
b/tck/microprofile-tck/config/pom.xml
index 4bd6f6ec0a..d5323ed864 100644
--- a/tck/microprofile-tck/config/pom.xml
+++ b/tck/microprofile-tck/config/pom.xml
@@ -33,7 +33,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>3.5.5</version>
+        <version>3.5.3</version>
         <configuration>
           <!--
           <dependenciesToScan>
diff --git a/tck/microprofile-tck/fault-tolerance/pom.xml 
b/tck/microprofile-tck/fault-tolerance/pom.xml
index b4a1ae2ac1..8fcd411b37 100644
--- a/tck/microprofile-tck/fault-tolerance/pom.xml
+++ b/tck/microprofile-tck/fault-tolerance/pom.xml
@@ -33,7 +33,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>3.5.5</version>
+        <version>3.5.3</version>
         <configuration>
           <reuseForks>true</reuseForks>
           <forkCount>1</forkCount>
diff --git a/tck/microprofile-tck/health/pom.xml 
b/tck/microprofile-tck/health/pom.xml
index 2cd9b36272..d6d074244c 100644
--- a/tck/microprofile-tck/health/pom.xml
+++ b/tck/microprofile-tck/health/pom.xml
@@ -32,7 +32,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>3.5.5</version>
+        <version>3.5.3</version>
         <configuration>
           <dependenciesToScan>
             
<dependency>org.eclipse.microprofile.health:microprofile-health-tck</dependency>
diff --git a/tck/microprofile-tck/jwt/pom.xml b/tck/microprofile-tck/jwt/pom.xml
index 8439d5b752..07b340bec5 100644
--- a/tck/microprofile-tck/jwt/pom.xml
+++ b/tck/microprofile-tck/jwt/pom.xml
@@ -157,7 +157,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>3.5.5</version>
+        <version>3.5.3</version>
         <configuration>
           <suiteXmlFiles>
             
<suiteXmlFile>${project.build.directory}/dependency/suites/tck-base-suite.xml</suiteXmlFile>
diff --git a/tck/microprofile-tck/metrics/pom.xml 
b/tck/microprofile-tck/metrics/pom.xml
index 314f9a511f..38b9cf7b5b 100644
--- a/tck/microprofile-tck/metrics/pom.xml
+++ b/tck/microprofile-tck/metrics/pom.xml
@@ -33,7 +33,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>3.5.5</version>
+        <version>3.5.3</version>
         <configuration>
           <reuseForks>false</reuseForks>
           <dependenciesToScan>
diff --git a/tck/microprofile-tck/openapi/pom.xml 
b/tck/microprofile-tck/openapi/pom.xml
index 774c21480e..4c70585c02 100644
--- a/tck/microprofile-tck/openapi/pom.xml
+++ b/tck/microprofile-tck/openapi/pom.xml
@@ -64,7 +64,7 @@
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <!-- Updated version to fix hanging text -->
-        <version>3.5.5</version>
+        <version>3.5.3</version>
         <configuration>
           <dependenciesToScan>
             
<dependency>org.eclipse.microprofile.openapi:microprofile-openapi-tck</dependency>
diff --git a/tck/microprofile-tck/opentelemetry/pom.xml 
b/tck/microprofile-tck/opentelemetry/pom.xml
index 4e529934f4..a21f0f1009 100644
--- a/tck/microprofile-tck/opentelemetry/pom.xml
+++ b/tck/microprofile-tck/opentelemetry/pom.xml
@@ -31,7 +31,7 @@
         <plugins>
             <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>3.5.5</version>
+                <version>3.5.3</version>
                 <configuration>
                     <reuseForks>false</reuseForks>
                     <dependenciesToScan>

Reply via email to