Skip to content

Commit

Permalink
Fixed #30 - Upgrade to maven-surefire-plugin:3.0.0-M8 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise authored May 13, 2023
1 parent bdb4f9d commit 82d42bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Configure your POM like the following
```xml
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M7</version>
<version>3.0.0-M8</version>
<dependencies>
<dependency>
<groupId>me.fabriciorby</groupId>
Expand All @@ -55,7 +55,7 @@ Configure your POM like the following
```xml
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M7</version>
<version>3.0.0-M8</version>
<dependencies>
<dependency>
<groupId>me.fabriciorby</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<junit-jupiter.version>5.9.0-M1</junit-jupiter.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.surefire.version>3.0.0-M7</maven.surefire.version>
<maven.surefire.version>3.0.0-M8</maven.surefire.version>
<maven-surefire.testsetInfoReporter>
org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporterUnicode
</maven-surefire.testsetInfoReporter>
Expand Down

0 comments on commit 82d42bf

Please sign in to comment.