Skip to content

Commit 183c0b4

Browse files
author
circleci
committed
Published maven/1.31.3
1 parent 131c208 commit 183c0b4

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+
## [1.31.3] - 2020-06-17
68
### Changed
79
* Nodejs-based formatters `prettier` and `tsfmt` now use native node instead of the J2V8 approach. ([#606](https://github.com/diffplug/spotless/pull/606))
810
* This removes the dependency to the no-longer-maintained Linux/Windows/macOs variants of J2V8.

plugin-maven/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ 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-1.31.2-blue.svg)](https://javadoc.io/doc/com.diffplug.spotless/spotless-maven-plugin/1.31.2/index.html)
15+
[![Javadoc](https://img.shields.io/badge/javadoc-1.31.3-blue.svg)](https://javadoc.io/doc/com.diffplug.spotless/spotless-maven-plugin/1.31.3/index.html)
1616

17-
[![Changelog](https://img.shields.io/badge/changelog-1.31.2-brightgreen.svg)](CHANGES.md)
17+
[![Changelog](https://img.shields.io/badge/changelog-1.31.3-brightgreen.svg)](CHANGES.md)
1818
[![Travis CI](https://travis-ci.org/diffplug/spotless.svg?branch=main)](https://travis-ci.org/diffplug/spotless)
1919
[![Live chat](https://img.shields.io/badge/gitter-chat-brightgreen.svg)](https://gitter.im/diffplug/spotless)
2020
[![License Apache](https://img.shields.io/badge/license-apache-brightgreen.svg)](https://tldrlegal.com/license/apache-license-2.0-(apache-2.0))

0 commit comments

Comments
 (0)