Skip to content

Commit

Permalink
surefire and failsafe v3.0.0-M4
Browse files Browse the repository at this point in the history
  • Loading branch information
nhojpatrick committed Feb 14, 2020
1 parent b3139e4 commit 85500cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.0.0-M3</version>
<version>3.0.0-M4</version>
<configuration>
<argLine>${project.failsafe.argLine.jpms}</argLine>
<includes>
Expand Down Expand Up @@ -262,7 +262,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M3</version>
<version>3.0.0-M4</version>
<configuration>
<argLine>${project.surefire.argLine.jpms}</argLine>
<excludes>
Expand Down

0 comments on commit 85500cf

Please sign in to comment.