Skip to content

Commit 9092b5e

Browse files
committed
[SUREFIRE-2157] Upgrade surefire IT to 3.1.0
1 parent 1af92f5 commit 9092b5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
</plugin>
376376
<plugin>
377377
<artifactId>maven-surefire-plugin</artifactId>
378-
<version>3.0.0-M7</version>
378+
<version>3.1.0</version>
379379
<!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
380380
<configuration>
381381
<!-- NOTE: Be sure to isolate the Surefire version under test from the version running the tests! -->
@@ -522,7 +522,7 @@
522522
<plugin>
523523
<groupId>org.apache.maven.plugins</groupId>
524524
<artifactId>maven-surefire-report-plugin</artifactId>
525-
<version>3.0.0-M7</version>
525+
<version>3.1.0</version>
526526
<!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
527527
</plugin>
528528
</plugins>

0 commit comments

Comments
 (0)