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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0dded02a68 Revert "Bump surefire.version from 2.22.2 to 3.5.5"
0dded02a68 is described below

commit 0dded02a68cfc00ec4a0b3cd3db39e7121ce15ad
Author: Markus Jung <[email protected]>
AuthorDate: Fri Mar 20 08:07:03 2026 +0100

    Revert "Bump surefire.version from 2.22.2 to 3.5.5"
    
    This reverts commit 6a6ce06f3f907a607d3b386999f62ab983d4bcb3.
---
 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 d2fc8d6440..edf95fbaab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,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 edc1a00b24..8ad753648c 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 c2fdb8146b..57e5202de2 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 bd6b010666..e7ab0fb8f7 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 4c1ea129d1..16924ad18a 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 13ea74cdba..69f77681ce 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 1aa134786f..8197b61c20 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 64229e9307..dd0f7f69f2 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