File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ limitations under the License.
2020 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2121 xsi : schemaLocation =" http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd" >
2222 <description >Excludes from default PMD rules.</description >
23- <rule ref =" rulesets/java/unusedcode .xml" >
24- <exclude name =" UnnecessaryParentheses " />
23+ <rule ref =" rulesets/java/unnecessary .xml" >
24+ <exclude name =" UselessParentheses " />
2525 </rule >
2626</ruleset >
Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ limitations under the License.
264264 <plugin >
265265 <groupId >org.apache.maven.plugins</groupId >
266266 <artifactId >maven-jar-plugin</artifactId >
267- <version >2.4 </version >
267+ <version >2.6 </version >
268268 <executions >
269269 <execution >
270270 <goals >
@@ -276,7 +276,7 @@ limitations under the License.
276276 <plugin >
277277 <groupId >org.apache.maven.plugins</groupId >
278278 <artifactId >maven-assembly-plugin</artifactId >
279- <version >2.5</version >
279+ <version >2.5.3 </version >
280280 <configuration >
281281 <descriptors >
282282 <descriptor >src/main/assembly/bin.xml</descriptor >
@@ -313,7 +313,7 @@ limitations under the License.
313313 <plugin >
314314 <groupId >org.apache.maven.plugins</groupId >
315315 <artifactId >maven-pmd-plugin</artifactId >
316- <version >3.3 </version >
316+ <version >3.4 </version >
317317 <configuration >
318318 <targetJdk >${maven.compiler.target} </targetJdk >
319319 <linkXref >true</linkXref >
@@ -342,7 +342,7 @@ limitations under the License.
342342 <plugin >
343343 <groupId >org.codehaus.mojo</groupId >
344344 <artifactId >javancss-maven-plugin</artifactId >
345- <version >2.0 </version >
345+ <version >2.1 </version >
346346 </plugin >
347347 </plugins >
348348 </reporting >
You can’t perform that action at this time.
0 commit comments