Skip to content

Commit 1f555a5

Browse files
authored
Upgrade to Maven Surefire 3.5.0 (#321)
Signed-off-by: sullis <[email protected]>
1 parent be1e36b commit 1f555a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
<plugin>
253253
<groupId>org.apache.maven.plugins</groupId>
254254
<artifactId>maven-surefire-plugin</artifactId>
255-
<version>3.0.0-M7</version>
255+
<version>3.5.0</version>
256256
<configuration>
257257
<testFailureIgnore>false</testFailureIgnore>
258258
<reuseForks>true</reuseForks>
@@ -381,4 +381,4 @@
381381
</properties>
382382
</profile>
383383
</profiles>
384-
</project>
384+
</project>

0 commit comments

Comments
 (0)