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 Nov 8, 2020
1 parent b6a92c5 commit 0dc5548
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 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</version>
<version>1.14.2.1</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</version>
<version>1.14.2.1</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</version>
<version>1.14.2.1</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</version>
<version>1.14.2.1</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</version>
<version>1.14.2.1</version>
<configuration>
<report>
<report>txt:reports/detekt.txt</report>
Expand Down Expand Up @@ -183,6 +183,7 @@ _Example_
* [vladimirfx](https://github.com/vladimirfx)
* [pinkasey](https://github.com/pinkasey)
* [krichter722](https://github.com/krichter722)
* [currensy](https://github.com/currensy)


## License
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.2</version>
<version>1.14.2.1</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.14.1</detekt-maven-plugin.version>
<detekt-maven-plugin.version>1.14.2</detekt-maven-plugin.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 0dc5548

Please sign in to comment.