From ca892b659009130cc9dd7664619da41ae5fd87e0 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Mon, 15 Mar 2021 01:50:23 +0900 Subject: [PATCH] chore(version): bump to v2.11.0 --- .bmp.yml | 2 +- README.md | 4 ++-- build.gradle | 2 +- gradle.properties | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bmp.yml b/.bmp.yml index fb9be14..f3942d9 100644 --- a/.bmp.yml +++ b/.bmp.yml @@ -1,5 +1,5 @@ --- -version: 2.10.2 +version: 2.11.0 commit: 'chore(version): bump to v%.%.%' files: README.md: diff --git a/README.md b/README.md index 13b52ea..dccdd8b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# coveralls-gradle-plugin v2.10.2 +# coveralls-gradle-plugin v2.11.0 [![Java CI](https://github.com/kt3k/coveralls-gradle-plugin/actions/workflows/ci.yml/badge.svg)](https://github.com/kt3k/coveralls-gradle-plugin/actions/workflows/ci.yml) [![Coverage Status](https://coveralls.io/repos/kt3k/coveralls-gradle-plugin/badge.svg)](https://coveralls.io/r/kt3k/coveralls-gradle-plugin) @@ -14,7 +14,7 @@ Add the following lines to build.gradle: ```groovy plugins { id 'net.saliman.cobertura' version '4.0.0' - id 'com.github.kt3k.coveralls' version '2.10.2' + id 'com.github.kt3k.coveralls' version '2.11.0' } cobertura.coverageFormats = ['html', 'xml'] // coveralls plugin depends on xml format report diff --git a/build.gradle b/build.gradle index 08fe76a..44481b8 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { apply from: 'gradle/funcTest.gradle' group 'org.kt3k.gradle.plugin' -version '2.10.2' +version '2.11.0' repositories { jcenter() diff --git a/gradle.properties b/gradle.properties index 1e3bf75..73295cb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=org.kt3k.gradle.plugin -VERSION_NAME=2.10.2 +VERSION_NAME=2.11.0 POM_ARTIFACT_ID=coveralls-gradle-plugin POM_NAME=Coveralls Gradle Plugin