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 2323 <pmd .version>6.22.0</pmd .version>
2424 <maven-antrun-plugin .version>1.8</maven-antrun-plugin .version>
2525 <pmd .build-tools.version>6</pmd .build-tools.version>
26- <checkstyle .version>3.1.0</checkstyle .version>
26+ <checkstyle .version>8.30</checkstyle .version>
27+ <checkstyle .plugin.version>3.1.1</checkstyle .plugin.version>
2728
2829 <updatesite .orbit>http://download.eclipse.org/tools/orbit/downloads/drops/${orbit.version} /repository/</updatesite .orbit>
2930 </properties >
205206 <plugin >
206207 <groupId >org.apache.maven.plugins</groupId >
207208 <artifactId >maven-checkstyle-plugin</artifactId >
208- <version >${checkstyle.version} </version >
209+ <version >${checkstyle.plugin. version} </version >
209210 <executions >
210211 <execution >
211212 <id >checkstyle-check</id >
219220 <dependency >
220221 <groupId >com.puppycrawl.tools</groupId >
221222 <artifactId >checkstyle</artifactId >
222- <version >8.29 </version >
223+ <version >${checkstyle.version} </version >
223224 </dependency >
224225 <dependency >
225226 <groupId >net.sourceforge.pmd</groupId >
You can’t perform that action at this time.
0 commit comments