Skip to content

Commit e7f4237

Browse files
committed
update maven surefire plugin
1 parent 4024295 commit e7f4237

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
@@ -277,7 +277,7 @@
277277
<plugin>
278278
<groupId>org.apache.maven.plugins</groupId>
279279
<artifactId>maven-surefire-plugin</artifactId>
280-
<version>3.0.0-M1</version>
280+
<version>3.0.0-M5</version>
281281
<configuration>
282282
<!-- Exclude [xJDBC42] For tests not compatible with JDBC 4.2 Specifications -->
283283
<excludedGroups>${excludedGroups}, xJDBC42</excludedGroups>
@@ -418,7 +418,7 @@
418418
<plugin>
419419
<groupId>org.apache.maven.plugins</groupId>
420420
<artifactId>maven-surefire-plugin</artifactId>
421-
<version>3.0.0-M1</version>
421+
<version>3.0.0-M5</version>
422422
<configuration>
423423
<forkCount>3</forkCount>
424424
<reuseForks>true</reuseForks>

0 commit comments

Comments
 (0)