plugin:AbstractCheckMojo: upgrade checkstyle to 7.5.1

http://checkstyle.sourceforge.net/releasenotes.html#Release_7.5.1

Bug fixes:

* PackageObjectFactory hides real exception. Author: rnveach #3778
* RightCurly: handling of try-with-resources on several lines with CS 7.5. Author: rnveach, Roman Ivanov #3776

Notes:

* Add the Hibernate Search project to the Checkstyle CI. Author: Roman Ivanov #3790
This commit is contained in:
Paul Campbell 2017-02-08 09:49:01 +00:00
parent 4fdcae8d12
commit d54ae55f0a

View file

@ -66,7 +66,7 @@ public abstract class AbstractCheckMojo extends AbstractMojo {
private String mavenCheckstylePluginVersion; private String mavenCheckstylePluginVersion;
@Setter @Setter
@Parameter(defaultValue = "7.4") @Parameter(defaultValue = "7.5.1")
private String checkstyleVersion; private String checkstyleVersion;
@Setter @Setter