pom.xml: upgrade kemitix-checkstyle-ruleset to 1.0.0
This commit is contained in:
parent
6b5391a1cd
commit
6f0d0ec88a
2 changed files with 3 additions and 2 deletions
|
@ -31,6 +31,7 @@ maven-deploy-plugin.version|2.8.2
|
|||
maven-checkstyle-plugin.version|2.17
|
||||
checkstyle.version|7.1
|
||||
sevntu-checkstyle-maven-plugin.version|1.21.0
|
||||
kemitix-checkstyle-ruleset.version|1.0.0
|
||||
maven-compiler-plugin.version|3.5.1
|
||||
maven-surefire-plugin.version|2.19.1
|
||||
maven-failsafe-plugin.version|2.19.1
|
||||
|
@ -56,7 +57,7 @@ provide will be ignored unless you re-configure the maven-checkstyle-plugin your
|
|||
|
||||
The ruleset that will be used is defined in
|
||||
[kemitix-checkstyle-ruleset](https://github.com/kemitix/kemitix-checkstyle-ruleset).
|
||||
See the that project's `README.md` file for details on the ruleset.
|
||||
See that project's `README.md` file for details on the ruleset.
|
||||
|
||||
### Configuration
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -40,7 +40,7 @@
|
|||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<kemitix.build.directory>target</kemitix.build.directory>
|
||||
<kemitix-checkstyle-ruleset.version>0.1.1</kemitix-checkstyle-ruleset.version>
|
||||
<kemitix-checkstyle-ruleset.version>1.0.0</kemitix-checkstyle-ruleset.version>
|
||||
|
||||
<maven-javadoc-plugin.version>2.10.4</maven-javadoc-plugin.version>
|
||||
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
|
||||
|
|
Loading…
Reference in a new issue