Merge pull request #6 from kemitix/upgrade-dependencies
Upgrade dependencies
This commit is contained in:
commit
8306b096a6
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
<artifactId>kemitix-checkstyle-ruleset-plugin-sample</artifactId>
|
<artifactId>kemitix-checkstyle-ruleset-plugin-sample</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.1.0-SNAPSHOT</version>
|
||||||
|
|
||||||
<name>plugin-sample</name>
|
<name>Kemitix Checkstyle Ruleset Plugin Sample</name>
|
||||||
<description>Sample usage of the Kemitix Checkstyle Ruleset Plugin</description>
|
<description>Sample usage of the Kemitix Checkstyle Ruleset Plugin</description>
|
||||||
<url>https://github.com/kemitix/kemitix-checkstyle-ruleset</url>
|
<url>https://github.com/kemitix/kemitix-checkstyle-ruleset</url>
|
||||||
<licenses>
|
<licenses>
|
||||||
|
|
|
@ -66,7 +66,7 @@ public abstract class AbstractCheckMojo extends AbstractMojo {
|
||||||
private String mavenCheckstylePluginVersion;
|
private String mavenCheckstylePluginVersion;
|
||||||
|
|
||||||
@Setter
|
@Setter
|
||||||
@Parameter(defaultValue = "7.3")
|
@Parameter(defaultValue = "7.4")
|
||||||
private String checkstyleVersion;
|
private String checkstyleVersion;
|
||||||
|
|
||||||
@Setter
|
@Setter
|
||||||
|
|
Loading…
Reference in a new issue