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 Dec 21, 2020
1 parent 1c251d4 commit 29d5f22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.2.1</version>
<version>1.15.0</version>
<executions>
<execution>
<phase>verify</phase>
Expand All @@ -40,7 +40,7 @@ the plugin.
<plugin>
<groupId>com.github.ozsie</groupId>
<artifactId>detekt-maven-plugin</artifactId>
<version>1.14.2.1</version>
<version>1.15.0</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.2.1</version>
<version>1.15.0</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.2.1</version>
<version>1.15.0</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.2.1</version>
<version>1.15.0</version>
<configuration>
<report>
<report>txt:reports/detekt.txt</report>
Expand Down
2 changes: 1 addition & 1 deletion 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.2.1</version>
<version>1.15.0</version>
<packaging>maven-plugin</packaging>

<name>detekt-maven-plugin Maven Plugin</name>
Expand Down

0 comments on commit 29d5f22

Please sign in to comment.