Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit 35b707a

Browse files
committed
Update Checkstyle and PMD plugins.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1458257 13f79535-47bb-0310-9956-ffa450edef68
1 parent 14162cf commit 35b707a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ CSV files of various types.
144144
<plugin>
145145
<groupId>org.apache.maven.plugins</groupId>
146146
<artifactId>maven-checkstyle-plugin</artifactId>
147-
<version>2.9.1</version>
147+
<version>2.10</version>
148148
<configuration>
149149
<configLocation>${basedir}/checkstyle.xml</configLocation>
150150
<enableRulesSummary>false</enableRulesSummary>
@@ -154,7 +154,7 @@ CSV files of various types.
154154
<plugin>
155155
<groupId>org.apache.maven.plugins</groupId>
156156
<artifactId>maven-pmd-plugin</artifactId>
157-
<version>2.7.1</version>
157+
<version>3.0.1</version>
158158
<configuration>
159159
<targetJdk>${maven.compile.target}</targetJdk>
160160
</configuration>

0 commit comments

Comments
 (0)