Merge pull request #20 from kemitix/19-upgrade-checkstyle-to-7.6.1
Upgrade checkstyle to 7.6.1
This commit is contained in:
commit
e3e4cdf5f5
2 changed files with 2 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -21,7 +21,7 @@
|
||||||
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
|
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
|
||||||
|
|
||||||
<maven-checkstyle-plugin.version>2.17</maven-checkstyle-plugin.version>
|
<maven-checkstyle-plugin.version>2.17</maven-checkstyle-plugin.version>
|
||||||
<checkstyle.version>7.6</checkstyle.version>
|
<checkstyle.version>7.6.1</checkstyle.version>
|
||||||
<sevntu.version>1.23.1</sevntu.version>
|
<sevntu.version>1.23.1</sevntu.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>kemitix-checkstyle-ruleset</artifactId>
|
<artifactId>kemitix-checkstyle-ruleset</artifactId>
|
||||||
<version>2.2.0</version>
|
<version>2.3.0-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>Kemitix Checkstyle Ruleset</name>
|
<name>Kemitix Checkstyle Ruleset</name>
|
||||||
|
|
Loading…
Reference in a new issue