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

Commit fc762cb

Browse files
committed
2.2.6 release (previous 2.2.5) + release notes updated [ci skip]
1 parent 884659e commit fc762cb

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

docs/release-notes.md

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

3+
#### 2.2.6
4+
- 2019-12-27 - [24 commits](https://github.com/mockito/shipkit/compare/v2.2.5...v2.2.6) by 5 authors - published to [![Gradle](https://img.shields.io/badge/Gradle-v2.2.6-blue.svg)](https://plugins.gradle.org/plugin/org.shipkit.java/2.2.6)
5+
- Commits: [Erhard Pointl](https://github.com/epeee) (14), [Marcin Stachniuk](https://github.com/mstachniuk) (5), [Karol Wrótniak](https://github.com/koral--) (2), [shipkit.org automated bot](https://github.com/shipkit-org) (2), [Piotrek Żygieło](https://github.com/pzygielo) (1)
6+
- Update bintray plugin to 1.8.4 [(#850)](https://github.com/mockito/shipkit/pull/850)
7+
- Add Shields Badges to Readme [(#845)](https://github.com/mockito/shipkit/pull/845)
8+
- Update jacoco (v0.8.4) [(#841)](https://github.com/mockito/shipkit/pull/841)
9+
- Add Gradle 5.6 to gradle versions to test [(#840)](https://github.com/mockito/shipkit/pull/840)
10+
- Update checkstyle (v8.23) [(#838)](https://github.com/mockito/shipkit/pull/838)
11+
- Switch java from Oracle to OpenJDK [(#837)](https://github.com/mockito/shipkit/pull/837)
12+
- Add Gradle 5.5.1 to gradle versions to test [(#834)](https://github.com/mockito/shipkit/pull/834)
13+
- Add documentation how to ship with maven-publish plugin fixes #768 [(#832)](https://github.com/mockito/shipkit/pull/832)
14+
- Add Gradle 5.4.1 to gradle versions to test [(#827)](https://github.com/mockito/shipkit/pull/827)
15+
- fix broken link in docs [(#826)](https://github.com/mockito/shipkit/pull/826)
16+
- Version of shipkit upgraded to 2.2.5 [(#825)](https://github.com/mockito/shipkit/pull/825)
17+
- Question: Using shipkit in part with maven-publish [(#768)](https://github.com/mockito/shipkit/issues/768)
18+
319
#### 2.2.5
420
- 2019-04-10 - [5 commits](https://github.com/mockito/shipkit/compare/v2.2.4...v2.2.5) by [Marcin Stachniuk](https://github.com/mstachniuk) (3), [shipkit.org automated bot](https://github.com/shipkit-org) (2) - published to [![Gradle](https://img.shields.io/badge/Gradle-v2.2.5-blue.svg)](https://plugins.gradle.org/plugin/org.shipkit.java/2.2.5)
521
- Version of shipkit upgraded to 2.2.4 [(#823)](https://github.com/mockito/shipkit/pull/823)

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.6
3+
version=2.2.7
44

55
#Last previous release version
6-
previousVersion=2.2.5
6+
previousVersion=2.2.6

0 commit comments

Comments
 (0)