LANG-1416: Use latest Apache Maven Surefire Plugin release
This commit is contained in:
parent
3e44d26342
commit
3287f3100f
1
pom.xml
1
pom.xml
|
@ -641,6 +641,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
|
<version>2.22.0</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>plain</id>
|
<id>plain</id>
|
||||||
|
|
Loading…
Reference in New Issue