Skip to content

Commit

Permalink
Prepare version 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Dec 25, 2018
1 parent 44fd3e1 commit 2542e6b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Change Log

Version 0.15.0 *(In development)*
---------------------------------
Version 0.15.0 *(2018-12-25)*
-----------------------------

- Fix Findbugs with Android Gradle Plugin 3.2.x [\#164](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/164) ([vanniktech](https://github.com/vanniktech))
- Verify that Detekt 1.0.0-RC12 works. [\#163](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/163) ([vanniktech](https://github.com/vanniktech))
- Remove sudo: false from travis config. [\#162](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/162) ([vanniktech](https://github.com/vanniktech))
- Verify that Detekt 1.0.0-RC11 works. [\#161](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/161) ([vanniktech](https://github.com/vanniktech))
- Fix Kotlin only projects without Android Gradle Plugin. [\#159](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/159) ([vanniktech](https://github.com/vanniktech))
- Use org.gradle.util.VersionNumber instead of com.android.ide.common.repository.GradleVersion [\#158](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/158) ([vanniktech](https://github.com/vanniktech))

Version 0.14.0 *(2018-11-06)*
-----------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.14.0"
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.15.0"
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.vanniktech
VERSION_NAME=0.15.0-SNAPSHOT
VERSION_NAME=0.15.0

POM_ARTIFACT_ID=gradle-code-quality-tools-plugin
POM_NAME=Gradle Code Quality Tools Plugin
Expand All @@ -18,4 +18,4 @@ POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo

POM_DEVELOPER_ID=vanniktech
POM_DEVELOPER_NAME=Niklas Baudy
POM_DEVELOPER_NAME=Niklas Baudy

0 comments on commit 2542e6b

Please sign in to comment.