Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozsie committed Jun 11, 2019
1 parent 63150d4 commit f4a4d10
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 @@ -15,7 +15,7 @@ A maven plugin that wraps the Detekt CLI. It supports the same parameters as the
<plugin>
<groupId>com.github.ozsie</groupId>
<artifactId>detekt-maven-plugin</artifactId>
<version>1.0.0-RC14-2</version>
<version>1.0.0-RC15</version>
<executions>
<execution>
<phase>verify</phase>
Expand All @@ -28,7 +28,7 @@ A maven plugin that wraps the Detekt CLI. It supports the same parameters as the
```
Using the above configuration, Detekt will scan source files in _${basedir}/src_ and output the results in _${basedir}/detekt_.

All parameters available to Detekt version _1.0.0-RC14_ can be configured in the plugin.
All parameters available to Detekt version _1.0.0-RC15_ can be configured in the plugin.

##Specify report files
```xml
Expand All @@ -37,7 +37,7 @@ All parameters available to Detekt version _1.0.0-RC14_ can be configured in the
<plugin>
<groupId>com.github.ozsie</groupId>
<artifactId>detekt-maven-plugin</artifactId>
<version>1.0.0-RC14-2</version>
<version>1.0.0-RC15</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down

0 comments on commit f4a4d10

Please sign in to comment.