Skip to content

Commit

Permalink
chore(version): bump to v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Feb 6, 2017
1 parent 4c6790b commit 3b695cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 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.7.1
version: 2.8.0
commit: 'chore(version): bump to v%.%.%'
files:
README.md:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coveralls-gradle-plugin v2.7.1
# coveralls-gradle-plugin v2.8.0

[![Build Status](https://travis-ci.org/kt3k/coveralls-gradle-plugin.svg?branch=master)](https://travis-ci.org/kt3k/coveralls-gradle-plugin) [![Coverage Status](https://coveralls.io/repos/kt3k/coveralls-gradle-plugin/badge.svg)](https://coveralls.io/r/kt3k/coveralls-gradle-plugin)

Expand All @@ -13,7 +13,7 @@ Add the following lines to build.gradle:
```groovy
plugins {
id 'net.saliman.cobertura' version '2.3.1'
id 'com.github.kt3k.coveralls' version '2.7.1'
id 'com.github.kt3k.coveralls' version '2.8.0'
}
cobertura.coverageFormats = ['html', 'xml'] // coveralls plugin depends on xml format report
Expand Down Expand Up @@ -197,6 +197,7 @@ Please see the examples below for details.

## Release History

* 2017-02-06 v2.8.0 Added [PIT](http://pitest.org/) support. ([#71](https://github.com/kt3k/coveralls-gradle-plugin/pull/71))
* 2016-11-14 v2.7.1 Recover Java 7 support. (v2.7.0 doesn't work with Java 8)
* 2016-11-11 v2.7.0 Added HTTPS proxy settings. ([#67](https://github.com/kt3k/coveralls-gradle-plugin/pull/67))
* 2016-01-29 v2.6.3 Recover Java 7 support. (v2.6.0 and v2.6.1 don't work with Java 8)
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group 'org.kt3k.gradle.plugin'
version '2.7.1'
version '2.8.0'

repositories {
mavenCentral()
Expand Down Expand Up @@ -159,8 +159,8 @@ bintray {
labels = ['coveralls', 'coverage']
publicDownloadNumbers = true
version {
name = '2.7.1'
vcsTag = 'v2.7.1'
name = '2.8.0'
vcsTag = 'v2.8.0'
attributes = [
'gradle-plugin': 'com.github.kt3k.coveralls:org.kt3k.gradle.plugin:coveralls-gradle-plugin'
]
Expand Down

0 comments on commit 3b695cb

Please sign in to comment.