Skip to content

Commit 04ad9a2

Browse files
Use surefire 3.5.5 by project itself for testing
surefire-shadefire can not be used in JUnit3/4 providers ...
1 parent 37e8f69 commit 04ad9a2

14 files changed

Lines changed: 17 additions & 16 deletions

File tree

maven-failsafe-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
<groupId>org.apache.maven.surefire</groupId>
168168
<artifactId>surefire-shadefire</artifactId>
169169
<!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
170-
<version>3.5.2</version>
170+
<version>3.5.5</version>
171171
</dependency>
172172
</dependencies>
173173
</plugin>

maven-surefire-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
<groupId>org.apache.maven.surefire</groupId>
210210
<artifactId>surefire-shadefire</artifactId>
211211
<!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
212-
<version>3.5.2</version>
212+
<version>3.5.5</version>
213213
</dependency>
214214
</dependencies>
215215
</plugin>

maven-surefire-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<groupId>org.apache.maven.surefire</groupId>
118118
<artifactId>surefire-shadefire</artifactId>
119119
<!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
120-
<version>3.5.2</version>
120+
<version>3.5.5</version>
121121
</dependency>
122122
</dependencies>
123123
</plugin>

maven-surefire-report-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
<groupId>org.apache.maven.surefire</groupId>
231231
<artifactId>surefire-shadefire</artifactId>
232232
<!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
233-
<version>3.5.2</version>
233+
<version>3.5.5</version>
234234
</dependency>
235235
</dependencies>
236236
</plugin>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
</plugin>
322322
<plugin>
323323
<artifactId>maven-surefire-plugin</artifactId>
324-
<version>3.5.2</version>
324+
<version>3.5.5</version>
325325
<!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
326326
<configuration>
327327
<!-- NOTE: Be sure to isolate the Surefire version under test from the version running the tests! -->
@@ -470,7 +470,7 @@
470470
<groupId>org.apache.maven.plugins</groupId>
471471
<artifactId>maven-surefire-report-plugin</artifactId>
472472
<!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
473-
<version>3.5.2</version>
473+
<version>3.5.5</version>
474474
</plugin>
475475
</plugins>
476476
</reporting>

surefire-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<groupId>org.apache.maven.surefire</groupId>
102102
<artifactId>surefire-shadefire</artifactId>
103103
<!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
104-
<version>3.5.2</version>
104+
<version>3.5.5</version>
105105
</dependency>
106106
</dependencies>
107107
</plugin>

surefire-booter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<groupId>org.apache.maven.surefire</groupId>
144144
<artifactId>surefire-shadefire</artifactId>
145145
<!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
146-
<version>3.5.2</version>
146+
<version>3.5.5</version>
147147
</dependency>
148148
</dependencies>
149149
</plugin>

surefire-extensions-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<groupId>org.apache.maven.surefire</groupId>
9696
<artifactId>surefire-shadefire</artifactId>
9797
<!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
98-
<version>3.5.2</version>
98+
<version>3.5.5</version>
9999
</dependency>
100100
</dependencies>
101101
</plugin>

surefire-grouper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<groupId>org.apache.maven.surefire</groupId>
9292
<artifactId>surefire-shadefire</artifactId>
9393
<!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
94-
<version>3.5.2</version>
94+
<version>3.5.5</version>
9595
</dependency>
9696
</dependencies>
9797
</plugin>

surefire-its/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<maven.deploy.skip>true</maven.deploy.skip>
4040
<maven.install.skip>true</maven.install.skip>
4141
<maven.javadoc.skip>true</maven.javadoc.skip>
42+
<maven.clean.fast>true</maven.clean.fast>
4243
</properties>
4344

4445
<dependencies>
@@ -172,7 +173,7 @@
172173
<groupId>org.apache.maven.surefire</groupId>
173174
<artifactId>surefire-shadefire</artifactId>
174175
<!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
175-
<version>3.5.2</version>
176+
<version>3.5.5</version>
176177
</dependency>
177178
</dependencies>
178179
</plugin>
@@ -207,7 +208,7 @@
207208
<plugins>
208209
<plugin>
209210
<artifactId>maven-failsafe-plugin</artifactId>
210-
<version>3.5.2</version>
211+
<version>3.5.5</version>
211212
<!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
212213
<configuration>
213214
<skipTests>${skipTests}</skipTests>

0 commit comments

Comments
 (0)