Skip to content

Commit 41a0d96

Browse files
committed
Better changelog for maven.
1 parent dd3d7a2 commit 41a0d96

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

plugin-maven/CHANGES.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
99
* If you specify `-DspotlessSetLicenseHeaderYearsFromGitHistory=true`, Spotless will perform an expensive search through git history to determine the oldest and newest commits for each file, and uses that to determine license header years. ([#626](https://github.com/diffplug/spotless/pull/626))
1010
* `prettier` will now autodetect the parser (and formatter) to use based on the filename, unless you override this using `config` or `configFile` with the option `parser` or `filepath` ([#620](https://github.com/diffplug/spotless/pull/620)).
1111
### Removed
12-
* **BREAKING** In [`1.18.0` (released 2019-02-11)](#1180---2019-02-11), we deprecated the `<xml>` and `<css>` elements, in favor of the generic `eclipseWtp` step.
12+
* **BREAKING** the long-deprecated `<xml>` and `<css>` formats have been removed, in favor of the long-available [`<eclipseWtp>`](https://github.com/diffplug/spotless/tree/main/plugin-maven#eclipse-wtp) step which is available in every generic format.
13+
* This probably doesn't affect you, but if it does, you just need to change `<xml>...` into `<formats><format><eclipseWtp><type>XML</type>...`
14+
* In [`1.15.0` (released 2018-09-23)](#1150---2018-09-23), we added support for `xml` and `css` formats using the Eclipse WTP.
15+
* In [`1.18.0` (released 2019-02-11)](#1180---2019-02-11), we deprecated these, in favor of the generic `eclipseWtp` step which is available for all generic formats. This allows you to have multiple XML and CSS formats, rather than just one.
16+
* And now we removed them entirely.
1317

1418
## [1.31.3] - 2020-06-17
1519
### Changed

0 commit comments

Comments
 (0)