From 8c0f721a42846e80a91c83bdebafd464e7d2c962 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 15 Jan 2017 14:24:12 +0000 Subject: [PATCH 1/2] plugin-sample:pom.xml: fix name of plugin --- plugin-sample/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-sample/pom.xml b/plugin-sample/pom.xml index bb47109..41e6d6d 100644 --- a/plugin-sample/pom.xml +++ b/plugin-sample/pom.xml @@ -10,7 +10,7 @@ kemitix-checkstyle-ruleset-plugin-sample 2.1.0-SNAPSHOT - plugin-sample + Kemitix Checkstyle Ruleset Plugin Sample Sample usage of the Kemitix Checkstyle Ruleset Plugin https://github.com/kemitix/kemitix-checkstyle-ruleset From f01098170bfb6cebd66a57566ba62d17c7715cd8 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 15 Jan 2017 14:25:04 +0000 Subject: [PATCH 2/2] plugin:AbstractCheckMojo: upgrade checkstyle to 7.4 --- .../kemitix/checkstyle/ruleset/plugin/AbstractCheckMojo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/java/net/kemitix/checkstyle/ruleset/plugin/AbstractCheckMojo.java b/plugin/src/main/java/net/kemitix/checkstyle/ruleset/plugin/AbstractCheckMojo.java index 06314cf..fabc414 100644 --- a/plugin/src/main/java/net/kemitix/checkstyle/ruleset/plugin/AbstractCheckMojo.java +++ b/plugin/src/main/java/net/kemitix/checkstyle/ruleset/plugin/AbstractCheckMojo.java @@ -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