Skip to content

Commit b2b8a62

Browse files
Update versions to 0.4.0
1 parent 311ce96 commit b2b8a62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The graph generated in the report will look similar to this one:
1010
Run the following command from the root of your project (the source code does not need to be built):
1111

1212
```bash
13-
mvn org.hjug.refactorfirst.plugin:refactor-first-maven-plugin:0.3.0:report
13+
mvn org.hjug.refactorfirst.plugin:refactor-first-maven-plugin:0.4.0:report
1414
```
1515

1616
### As Part of a Build
@@ -22,7 +22,7 @@ Add the following to your project in the build section. **showDetails** will sh
2222
<plugin>
2323
<groupId>org.hjug.refactorfirst.plugin</groupId>
2424
<artifactId>refactor-first-maven-plugin</artifactId>
25-
<version>0.3.0</version>
25+
<version>0.4.0</version>
2626
<!-- optional -->
2727
<configuration>
2828
<showDetails>true</showDetails>

0 commit comments

Comments
 (0)