Skip to content

Commit

Permalink
chore(version): bump to v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Mar 14, 2021
1 parent ff3f896 commit ca892b6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bmp.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 2.10.2
version: 2.11.0
commit: 'chore(version): bump to v%.%.%'
files:
README.md:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ca892b6

Please sign in to comment.