Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciorby authored Jun 27, 2022
1 parent 983d67e commit 1dedec7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Configure your POM like the following
<dependency>
<groupId>me.fabriciorby</groupId>
<artifactId>maven-surefire-junit5-tree-reporter</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
</dependencies>
<configuration>
Expand All @@ -57,7 +57,7 @@ Configure your POM like the following
<dependency>
<groupId>me.fabriciorby</groupId>
<artifactId>maven-surefire-junit5-tree-reporter</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
</dependencies>
<configuration>
Expand All @@ -84,4 +84,4 @@ If you ever want to debug the code, please use the following command
```
mvnDebug test
```
Then attach a remote JVM debugger on port 8000
Then attach a remote JVM debugger on port 8000

0 comments on commit 1dedec7

Please sign in to comment.