Skip to content

Commit a509e13

Browse files
author
circleci
committed
Published maven/2.12.3
1 parent 94d20ef commit a509e13

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

plugin-maven/CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).
44

55
## [Unreleased]
6+
7+
## [2.12.3] - 2021-08-20
68
### Changed
79
* Added support for [scalafmt 3.0.0](https://github.com/scalameta/scalafmt/releases/tag/v3.0.0) and bump default scalafmt version to `3.0.0` ([#913](https://github.com/diffplug/spotless/pull/913)).
810
* Bump default versions ([#915](https://github.com/diffplug/spotless/pull/915))

plugin-maven/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ output = [
1212
].join('\n');
1313
-->
1414
[![Maven central](https://img.shields.io/badge/mavencentral-com.diffplug.spotless%3Aspotless--maven--plugin-blue.svg)](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.diffplug.spotless%22%20AND%20a%3A%22spotless-maven-plugin%22)
15-
[![Javadoc](https://img.shields.io/badge/javadoc-yes-blue.svg)](https://javadoc.io/doc/com.diffplug.spotless/spotless-maven-plugin/2.12.2/index.html)
16-
[![Changelog](https://img.shields.io/badge/changelog-2.12.2-brightgreen.svg)](CHANGES.md)
15+
[![Javadoc](https://img.shields.io/badge/javadoc-yes-blue.svg)](https://javadoc.io/doc/com.diffplug.spotless/spotless-maven-plugin/2.12.3/index.html)
16+
[![Changelog](https://img.shields.io/badge/changelog-2.12.3-brightgreen.svg)](CHANGES.md)
1717

1818
[![Circle CI](https://circleci.com/gh/diffplug/spotless/tree/main.svg?style=shield)](https://circleci.com/gh/diffplug/spotless/tree/main)
1919
[![Live chat](https://img.shields.io/badge/gitter-chat-brightgreen.svg)](https://gitter.im/diffplug/spotless)

0 commit comments

Comments
 (0)