Skip to content

Releases: Ekryd/sortpom

v4.0.0

19 Feb 11:08

Choose a tag to compare

Released version 4.0.0. THIS IS A BREAKING CHANGE! Indentation for attributes are now 2 * indent size #413, and the parameter indentSchemaLocation has been deprecated in favor of indentAttribute. #412

v3.4.1

10 Mar 21:22

Choose a tag to compare

Solves a bug, where whitespace was removed even if xml:space="preserve" was used

v3.4.0

20 Feb 09:05

Choose a tag to compare

Added parameter for omitting newline at end of file

v3.3.0

29 Jul 10:37

Choose a tag to compare

Added parameter for quiet output from the plugin

v3.2.1

29 Jan 14:54

Choose a tag to compare

Dependency updates. No new functionality

v3.2.0

17 Jul 20:25

Choose a tag to compare

Added parameter sortDependencyManagement where dependency management can be sorted independently of dependencies

v3.1.3

10 Jun 20:50

Choose a tag to compare

Fix formatting if text and other content is placed together in a xml tag

v3.1.2

25 May 20:48

Choose a tag to compare

Fixing two bugs from the 3.1.0 release:

  • Whitespace removed from multiple lines of text within XML tags
  • Comments in the root of the xml document was removed during sorting

v3.1.1

25 May 20:50

Choose a tag to compare

Please use a later release

v3.1.0

22 May 15:42

Choose a tag to compare

Please use a later release
Released version 3.1.0. Dropped support for Java 8. Updated underlying xml framework due to vulnerabilities. Updated other libraries and plugins.

This release contains two known bugs:

  • Whitespace removed from multiple lines of text within XML tags
  • Comments in the root of the xml document was removed during sorting