Skip to content

Commit 932b294

Browse files
committed
Update Checkstyle and PMD.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1578206 13f79535-47bb-0310-9956-ffa450edef68
1 parent fcdf1f2 commit 932b294

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
@@ -131,7 +131,7 @@ CSV files of various types.
131131
Use 2.9.1 instead of 2.10; 2.10 seems to scan the 'target' dir
132132
and wants license headers in .properties to be the header for Java files.
133133
-->
134-
<checkstyle.version>2.9.1</checkstyle.version>
134+
<checkstyle.version>2.12</checkstyle.version>
135135
<checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
136136
</properties>
137137

@@ -194,7 +194,7 @@ CSV files of various types.
194194
<plugin>
195195
<groupId>org.apache.maven.plugins</groupId>
196196
<artifactId>maven-pmd-plugin</artifactId>
197-
<version>3.0.1</version>
197+
<version>3.1</version>
198198
<configuration>
199199
<targetJdk>${maven.compiler.target}</targetJdk>
200200
</configuration>

0 commit comments

Comments
 (0)