plugin:AbstractCheckMojo: use ruleset version from pom.xml
This commit is contained in:
parent
d54ae55f0a
commit
87f74dec16
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ public abstract class AbstractCheckMojo extends AbstractMojo {
|
||||||
private String sevntuVersion;
|
private String sevntuVersion;
|
||||||
|
|
||||||
@Setter
|
@Setter
|
||||||
@Parameter(defaultValue = "2.1.0-SNAPSHOT")
|
@Parameter(defaultValue = "${project.version}")
|
||||||
private String rulesetVersion;
|
private String rulesetVersion;
|
||||||
|
|
||||||
@Setter
|
@Setter
|
||||||
|
|
Loading…
Reference in a new issue