mirror of https://github.com/shred/acme4j
Bump maven-surefire-plugin from 3.0.0-M4 to 3.0.0-M5
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M4 to 3.0.0-M5. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M4...surefire-3.0.0-M5) Signed-off-by: dependabot[bot] <support@github.com>pull/106/head
parent
9ff379cd6a
commit
72d3d364a9
2
pom.xml
2
pom.xml
|
@ -113,7 +113,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>3.0.0-M4</version>
|
<version>3.0.0-M5</version>
|
||||||
<configuration combine.children="append">
|
<configuration combine.children="append">
|
||||||
<parallel>classes</parallel>
|
<parallel>classes</parallel>
|
||||||
<threadCount>10</threadCount>
|
<threadCount>10</threadCount>
|
||||||
|
|
Loading…
Reference in New Issue