Skip to content

Commit

Permalink
IGNITE-11213 Fix for suites failed because of maven-surefire-plugin N…
Browse files Browse the repository at this point in the history
…PE for Java 11 build (apache#6041)
  • Loading branch information
dspavlov committed Feb 6, 2019
1 parent 65b18b7 commit 760556e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20.1</version>
<version>3.0.0-M3</version>
<configuration>
<forkCount>0</forkCount>
</configuration>
Expand Down Expand Up @@ -1014,7 +1014,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20.1</version>
<version>3.0.0-M3</version>
<configuration>
<forkCount>1</forkCount>
</configuration>
Expand Down

0 comments on commit 760556e

Please sign in to comment.