From f026b12c05c42ba59d8517ef40246ceefee14b1e Mon Sep 17 00:00:00 2001 From: shipkit-org Date: Sat, 6 Apr 2019 01:28:06 +0000 Subject: [PATCH] 2.2.4 release (previous 2.2.3) + release notes updated [ci skip] --- docs/release-notes.md | 8 ++++++++ version.properties | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index e356cd68..5717d0ed 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,13 @@ *Release notes were automatically generated by [Shipkit](http://shipkit.org/)* +#### 2.2.4 + - 2019-04-06 - [11 commits](https://github.com/mockito/shipkit/compare/v2.2.3...v2.2.4) by epeee (8), [shipkit.org automated bot](https://github.com/shipkit-org) (2), [Szczepan Faber](https://github.com/mockitoguy) (1) - published to [![Gradle](https://img.shields.io/badge/Gradle-v2.2.4-blue.svg)](https://plugins.gradle.org/plugin/org.shipkit.java/2.2.4) + - Fixed logging issue [(#821)](https://github.com/mockito/shipkit/pull/821) + - Update checkstyle (v8.19) [(#819)](https://github.com/mockito/shipkit/pull/819) + - use sourceSets.main for JacocoReport [(#818)](https://github.com/mockito/shipkit/pull/818) + - fix deprecation warning -> use onfigurableReport.setDestination(File) [(#817)](https://github.com/mockito/shipkit/pull/817) + - Version of shipkit upgraded to 2.2.3 [(#816)](https://github.com/mockito/shipkit/pull/816) + #### 2.2.3 - 2019-04-04 - [18 commits](https://github.com/mockito/shipkit/compare/v2.2.2...v2.2.3) by 4 authors - published to [![Gradle](https://img.shields.io/badge/Gradle-v2.2.3-blue.svg)](https://plugins.gradle.org/plugin/org.shipkit.java/2.2.3) - Commits: [Marcin Stachniuk](https://github.com/mstachniuk) (10), [Erhard Pointl](https://github.com/epeee) (4), [shipkit.org automated bot](https://github.com/shipkit-org) (2), [Szczepan Faber](https://github.com/mockitoguy) (2) diff --git a/version.properties b/version.properties index 3c08f4fc..f382d1df 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ #Version of the produced binaries. This file is intended to be checked-in. #It will be automatically bumped by release automation. -version=2.2.4 +version=2.2.5 #Last previous release version -previousVersion=2.2.3 +previousVersion=2.2.4