Skip to content

Releases: Ekryd/sortpom

v3.4.1

10 Mar 21:22
Compare
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
Compare
Choose a tag to compare

Added parameter for omitting newline at end of file

v3.3.0

29 Jul 10:37
Compare
Choose a tag to compare

Added parameter for quiet output from the plugin

v3.2.1

29 Jan 14:54
Compare
Choose a tag to compare

Dependency updates. No new functionality

v3.2.0

17 Jul 20:25
Compare
Choose a tag to compare

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

v3.1.3

10 Jun 20:50
Compare
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
Compare
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
Compare
Choose a tag to compare

Please use a later release

v3.1.0

22 May 15:42
Compare
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

v3.0.1

30 Dec 15:43
Compare
Choose a tag to compare

Fixed bug where ignoreLineSeparators was not respected during the 'verify' goal.