Skip to content

Commit

Permalink
Update Apache Commons Parent from 47 to 48. Update PMD.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Gregory committed Mar 26, 2019
1 parent 86a2473 commit 7ff3600
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>47</version>
<version>48</version>
</parent>

<groupId>org.apache.commons</groupId>
<artifactId>commons-fileupload2</artifactId>
<version>2.0-SNAPSHOT</version>

Expand Down Expand Up @@ -367,7 +366,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.7.1</version>
<version>3.11.0</version>
<configuration>
<targetJdk>${maven.compiler.target}</targetJdk>
<rulesets>
Expand Down
2 changes: 1 addition & 1 deletion src/checkstyle/fileupload_basic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<ruleset name="FileUpload Basic Rules">
<description>PMD Basic Ruleset minus the EmptyCatchBlock rule.</description>

<rule ref="rulesets/basic.xml">
<rule ref="category/java/errorprone.xml">
<exclude name="EmptyCatchBlock"/>
</rule>
</ruleset>

0 comments on commit 7ff3600

Please sign in to comment.