Skip to content

Commit

Permalink
Update version and surefire (#55)
Browse files Browse the repository at this point in the history
* Update version and surefire

Update version to Release 1.3.0
Update surefire support to 3.3.1

* Update README with latest versions (#56)
  • Loading branch information
fabriciorby authored Jul 17, 2024
1 parent c79ad7e commit 150504a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Configure your POM like the following
```xml
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.0</version>
<version>3.3.1</version>
<dependencies>
<dependency>
<groupId>me.fabriciorby</groupId>
<artifactId>maven-surefire-junit5-tree-reporter</artifactId>
<version>1.2.1</version>
<version>1.3.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.fabriciorby</groupId>
<artifactId>maven-surefire-junit5-tree-reporter</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>jar</packaging>

<name>maven-surefire-junit5-tree-reporter</name>
Expand All @@ -16,7 +16,7 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.surefire.version>3.1.2</maven.surefire.version>
<maven.surefire.version>3.3.1</maven.surefire.version>
<maven-surefire.testsetInfoReporter>
org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter
</maven-surefire.testsetInfoReporter>
Expand Down

0 comments on commit 150504a

Please sign in to comment.