plugin:AbstractCheckMojo: upgrade checkstyle to 7.4

This commit is contained in:
Paul Campbell 2017-01-15 14:25:04 +00:00
parent 8c0f721a42
commit f01098170b

View file

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