File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
4242There was a breaking change in ` maven-surefire-plugin:3.5.4 ` , and this plugin won't work anymore.
4343
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments