Skip to content

Commit

Permalink
switch back to maven surefire- and failsafe-plugins 3.0.0-M4
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeckle committed Feb 10, 2021
1 parent 2cc3cd5 commit ddcb5ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.0.0-M4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -345,7 +345,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.0.0-M4</version>
<executions>
<execution>
<id>integration-test</id>
Expand Down

0 comments on commit ddcb5ac

Please sign in to comment.