File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 6767 <local .lib.repo>${project.basedir} /lib/mvn-repo</local .lib.repo>
6868
6969 <surefire .version>3.0.0-M5</surefire .version>
70- <checkstyle .version>3.1.0</checkstyle .version>
70+ <checkstyle .version>8.42</checkstyle .version>
71+ <checkstyle .plugin.version>3.1.2</checkstyle .plugin.version>
7172 <pmd .plugin.version>3.13.0</pmd .plugin.version>
7273 <javadoc .plugin.version>3.0.1</javadoc .plugin.version>
7374 <source .plugin.version>3.0.1</source .plugin.version>
219220 <plugin >
220221 <groupId >org.apache.maven.plugins</groupId >
221222 <artifactId >maven-checkstyle-plugin</artifactId >
222- <version >${checkstyle.version} </version >
223+ <version >${checkstyle.plugin. version} </version >
223224 <executions >
224225 <execution >
225226 <id >checkstyle-check</id >
233234 <dependency >
234235 <groupId >com.puppycrawl.tools</groupId >
235236 <artifactId >checkstyle</artifactId >
236- <version >8.29 </version >
237+ <version >${checkstyle.version} </version >
237238 </dependency >
238239 <dependency >
239240 <groupId >net.sourceforge.pmd</groupId >
You can’t perform that action at this time.
0 commit comments