You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Anders Hammar <an...@hammar.net> on 2017/11/18 11:36:48 UTC

[ANN] Tidy Maven Plugin 1.1.0 Released

Hi,

The Mojo team is pleased to announce the release of the Tidy Maven Plugin
version 1.1.0.

http://www.mojohaus.org/tidy-maven-plugin/

To get this update, simply specify the version in your project's plugin
configuration:

<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>tidy-maven-plugin</artifactId>
        <version>1.1.0</version>
</plugin>

Release Notes
https://github.com/mojohaus/tidy-maven-plugin/issues?q=is%3A
closed+milestone%3A1.1.0

Enjoy,
The Mojo team.

/Anders