Skip to content

Commit 651e466

Browse files
committed
Revert "[tomee-10.x]: Bump surefire.version from 2.22.2 to 3.5.5"
This reverts commit 78566c7.
1 parent db5cc82 commit 651e466

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<version.plugin.bundle>6.0.2</version.plugin.bundle>
111111
<version.plugin.javadoc>3.12.0</version.plugin.javadoc>
112112
<asciidoclet.version>1.5.0</asciidoclet.version>
113-
<surefire.version>3.5.5</surefire.version>
113+
<surefire.version>3.5.3</surefire.version>
114114

115115
<!-- OSGi bundles properties -->
116116
<openejb.bundle.activator />

tck/microprofile-tck/config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<plugin>
3434
<groupId>org.apache.maven.plugins</groupId>
3535
<artifactId>maven-surefire-plugin</artifactId>
36-
<version>3.5.5</version>
36+
<version>3.5.3</version>
3737
<configuration>
3838
<!--
3939
<dependenciesToScan>

tck/microprofile-tck/fault-tolerance/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<plugin>
3434
<groupId>org.apache.maven.plugins</groupId>
3535
<artifactId>maven-surefire-plugin</artifactId>
36-
<version>3.5.5</version>
36+
<version>3.5.3</version>
3737
<configuration>
3838
<reuseForks>true</reuseForks>
3939
<forkCount>1</forkCount>

tck/microprofile-tck/health/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<plugins>
3333
<plugin>
3434
<artifactId>maven-surefire-plugin</artifactId>
35-
<version>3.5.5</version>
35+
<version>3.5.3</version>
3636
<configuration>
3737
<dependenciesToScan>
3838
<dependency>org.eclipse.microprofile.health:microprofile-health-tck</dependency>

tck/microprofile-tck/jwt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
<plugin>
158158
<groupId>org.apache.maven.plugins</groupId>
159159
<artifactId>maven-surefire-plugin</artifactId>
160-
<version>3.5.5</version>
160+
<version>3.5.3</version>
161161
<configuration>
162162
<suiteXmlFiles>
163163
<suiteXmlFile>${project.build.directory}/dependency/suites/tck-base-suite.xml</suiteXmlFile>

tck/microprofile-tck/metrics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<plugin>
3434
<groupId>org.apache.maven.plugins</groupId>
3535
<artifactId>maven-surefire-plugin</artifactId>
36-
<version>3.5.5</version>
36+
<version>3.5.3</version>
3737
<configuration>
3838
<reuseForks>false</reuseForks>
3939
<dependenciesToScan>

tck/microprofile-tck/openapi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<plugin>
6565
<artifactId>maven-surefire-plugin</artifactId>
6666
<!-- Updated version to fix hanging text -->
67-
<version>3.5.5</version>
67+
<version>3.5.3</version>
6868
<configuration>
6969
<dependenciesToScan>
7070
<dependency>org.eclipse.microprofile.openapi:microprofile-openapi-tck</dependency>

tck/microprofile-tck/opentelemetry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<plugins>
3232
<plugin>
3333
<artifactId>maven-surefire-plugin</artifactId>
34-
<version>3.5.5</version>
34+
<version>3.5.3</version>
3535
<configuration>
3636
<reuseForks>false</reuseForks>
3737
<dependenciesToScan>

0 commit comments

Comments
 (0)