Skip to content

Commit

Permalink
Updated readme with latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozsie committed May 25, 2020
1 parent a46fd26 commit 653bf9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.9.0</version>
<version>1.9.1</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.9.0_ can be configured in
All parameters available to Detekt version _1.9.1_ can be configured in
the plugin.


Expand All @@ -39,7 +39,7 @@ the plugin.
<plugin>
<groupId>com.github.ozsie</groupId>
<artifactId>detekt-maven-plugin</artifactId>
<version>1.9.0</version>
<version>1.9.1</version>
<executions>
<execution>
<phase>verify</phase>
Expand All @@ -63,7 +63,7 @@ the plugin.
<plugin>
<groupId>com.github.ozsie</groupId>
<artifactId>detekt-maven-plugin</artifactId>
<version>1.9.0</version>
<version>1.9.1</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down

0 comments on commit 653bf9d

Please sign in to comment.