Skip to content

Commit df22091

Browse files
committed
Update some Maven plugins.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1668452 13f79535-47bb-0310-9956-ffa450edef68
1 parent 93b1e73 commit df22091

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

pmd.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)