Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.

Commit f026b12

Browse files
committed
2.2.4 release (previous 2.2.3) + release notes updated [ci skip]
1 parent 6ac0967 commit f026b12

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/release-notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
22

3+
#### 2.2.4
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)
5+
- Fixed logging issue [(#821)](https://github.com/mockito/shipkit/pull/821)
6+
- Update checkstyle (v8.19) [(#819)](https://github.com/mockito/shipkit/pull/819)
7+
- use sourceSets.main for JacocoReport [(#818)](https://github.com/mockito/shipkit/pull/818)
8+
- fix deprecation warning -> use onfigurableReport.setDestination(File) [(#817)](https://github.com/mockito/shipkit/pull/817)
9+
- Version of shipkit upgraded to 2.2.3 [(#816)](https://github.com/mockito/shipkit/pull/816)
10+
311
#### 2.2.3
412
- 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)
513
- 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)

version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Version of the produced binaries. This file is intended to be checked-in.
22
#It will be automatically bumped by release automation.
3-
version=2.2.4
3+
version=2.2.5
44

55
#Last previous release version
6-
previousVersion=2.2.3
6+
previousVersion=2.2.4

0 commit comments

Comments
 (0)