File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The graph generated in the report will look similar to this one:
1010Run 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 >
You can’t perform that action at this time.
0 commit comments