Skip to content

Commit

Permalink
Maven Surefire and Failsafe plugins v2.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nhojpatrick authored and andham committed Feb 25, 2020
1 parent 21f3f4c commit cc5061e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -432,20 +432,20 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<version>2.22.2</version>
<configuration>
<redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.19.1</version>
<version>2.22.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.19.1</version>
<version>2.22.2</version>
</plugin>
<!-- Codehaus plugins in alphabetical order -->
<plugin>
Expand Down Expand Up @@ -808,7 +808,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.19.1</version>
<version>2.22.2</version>
<reportSets>
<reportSet>
<reports>
Expand Down

0 comments on commit cc5061e

Please sign in to comment.