Skip to content

Commit 87a29ad

Browse files
committed
bump version to 1.5.1
1 parent ac3676c commit 87a29ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Configure your POM like the following
2121
<dependency>
2222
<groupId>me.fabriciorby</groupId>
2323
<artifactId>maven-surefire-junit5-tree-reporter</artifactId>
24-
<version>1.5.0</version>
24+
<version>1.5.1</version>
2525
</dependency>
2626
</dependencies>
2727
<configuration>
@@ -37,7 +37,7 @@ Configure your POM like the following
3737
```
3838

3939
### Important
40-
Until `maven-surefire-plugin:3.5.3` you should use `maven-surefire-junit5-tree-reporter:1.5.0`.
40+
Until `maven-surefire-plugin:3.5.3` you should use `maven-surefire-junit5-tree-reporter:1.5.1`.
4141

4242
There was a breaking change in `maven-surefire-plugin:3.5.4`, and this plugin won't work anymore.
4343

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.fabriciorby</groupId>
88
<artifactId>maven-surefire-junit5-tree-reporter</artifactId>
9-
<version>1.5.1-SNAPSHOT</version>
9+
<version>1.5.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>maven-surefire-junit5-tree-reporter</name>

0 commit comments

Comments
 (0)