From 97bc954532847bbdacd26550cd70d42a53015e54 Mon Sep 17 00:00:00 2001 From: Ned Twigg Date: Tue, 8 Sep 2020 03:04:32 -0700 Subject: [PATCH] Published maven/2.2.0 --- plugin-maven/CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin-maven/CHANGES.md b/plugin-maven/CHANGES.md index caef30816b..951e0ea9a2 100644 --- a/plugin-maven/CHANGES.md +++ b/plugin-maven/CHANGES.md @@ -3,6 +3,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`). ## [Unreleased] + +## [2.2.0] - 2020-09-08 ### Added * `` default version is now `1.9` on JDK 11+, while continuing to be `1.7` on earlier JDKs. This is especially helpful to ``, since it always uses the default version of GJF (fixes [#681](https://github.com/diffplug/spotless/issues/681)).