Skip to content

Commit

Permalink
Updated version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozsie committed Oct 21, 2020
1 parent d7a7f85 commit 6e19807
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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.14.1</version>
<version>1.14.2</version>
<executions>
<execution>
<phase>verify</phase>
Expand All @@ -29,7 +29,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.14.1_ can be configured in
All parameters available to Detekt version _1.14.2_ can be configured in
the plugin.


Expand All @@ -40,7 +40,7 @@ the plugin.
<plugin>
<groupId>com.github.ozsie</groupId>
<artifactId>detekt-maven-plugin</artifactId>
<version>1.14.1</version>
<version>1.14.2</version>
<executions>
<execution>
<phase>verify</phase>
Expand All @@ -65,7 +65,7 @@ Or
<plugin>
<groupId>com.github.ozsie</groupId>
<artifactId>detekt-maven-plugin</artifactId>
<version>1.14.1</version>
<version>1.14.2</version>
<executions>
<execution>
<phase>verify</phase>
Expand All @@ -91,7 +91,7 @@ Or
<plugin>
<groupId>com.github.ozsie</groupId>
<artifactId>detekt-maven-plugin</artifactId>
<version>1.14.1</version>
<version>1.14.2</version>
<executions>
<execution>
<phase>verify</phase>
Expand All @@ -118,7 +118,7 @@ standalone
<plugin>
<groupId>com.github.ozsie</groupId>
<artifactId>detekt-maven-plugin</artifactId>
<version>1.14.1</version>
<version>1.14.2</version>
<configuration>
<report>
<report>txt:reports/detekt.txt</report>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.ozsie</groupId>
<artifactId>detekt-maven-plugin</artifactId>
<version>1.14.1</version>
<version>1.14.2</version>
<packaging>maven-plugin</packaging>

<name>detekt-maven-plugin Maven Plugin</name>
Expand Down Expand Up @@ -61,7 +61,7 @@
<jacoco-maven-plugin.version>0.8.6</jacoco-maven-plugin.version>
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
<detekt-maven-plugin.version>1.13.1</detekt-maven-plugin.version>
<detekt-maven-plugin.version>1.14.1</detekt-maven-plugin.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 6e19807

Please sign in to comment.