Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Prepare 2.1.0 release (#121)
Browse files Browse the repository at this point in the history
* Update to detekt 1.9.1

* Update test dependencies

* Prepare 2.1.0 release

* Update mvn plugin dependencies
  • Loading branch information
arturbosch committed May 27, 2020
1 parent 9e89e39 commit 23d2c2d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Detekt - Changelog

#### 2.1.0

- Based on detekt 1.9.1

#### 2.0.0

- Rename to sonar-detekt
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.detekt</groupId>
<artifactId>sonar-detekt</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<url>https://github.com/detekt/sonar-kotlin</url>

<licenses>
Expand All @@ -21,11 +21,11 @@
<properties>
<kotlin.version>1.3.72</kotlin.version>
<spek.version>2.0.10</spek.version>
<detekt.version>1.8.0</detekt.version>
<detekt.version>1.9.1</detekt.version>
<sonar.api.version>7.9.3</sonar.api.version>
<assertj.version>3.15.0</assertj.version>
<assertj.version>3.16.1</assertj.version>
<jcommander.version>1.78</jcommander.version>
<mockk.version>1.9.3</mockk.version>
<mockk.version>1.10.0</mockk.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
Expand Down Expand Up @@ -216,7 +216,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.3</version>
<version>0.8.5</version>
<executions>
<execution>
<goals>
Expand All @@ -235,7 +235,7 @@
<plugin>
<groupId>com.github.ozsie</groupId>
<artifactId>detekt-maven-plugin</artifactId>
<version>1.1.1</version>
<version>1.9.1</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down

0 comments on commit 23d2c2d

Please sign in to comment.