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 29, 2020
1 parent ee0d9e5 commit 270cbad
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.15.0</version>
<version>1.15.0.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.15.0</version>
<version>1.15.0.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.15.0</version>
<version>1.15.0.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.15.0</version>
<version>1.15.0.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.15.0</version>
<version>1.15.0.1</version>
<configuration>
<report>
<report>txt:reports/detekt.txt</report>
Expand Down Expand Up @@ -184,7 +184,7 @@ _Example_
* [pinkasey](https://github.com/pinkasey)
* [krichter722](https://github.com/krichter722)
* [currensy](https://github.com/currensy)

* [rgrebski](https://github.com/rgrebski)

## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FOzsie%2Fdetekt-maven-plugin.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FOzsie%2Fdetekt-maven-plugin?ref=badge_large)
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.15.1-SNAPSHOT</version>
<version>1.15.0.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.2</detekt-maven-plugin.version>
<detekt-maven-plugin.version>1.15.0</detekt-maven-plugin.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 270cbad

Please sign in to comment.