Author: ggregory Date: Mon Mar 17 02:11:50 2014 New Revision: 1578206 URL: http://svn.apache.org/r1578206 Log: Update Checkstyle and PMD.
Modified: commons/proper/csv/trunk/pom.xml Modified: commons/proper/csv/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1578206&r1=1578205&r2=1578206&view=diff ============================================================================== --- commons/proper/csv/trunk/pom.xml (original) +++ commons/proper/csv/trunk/pom.xml Mon Mar 17 02:11:50 2014 @@ -131,7 +131,7 @@ CSV files of various types. Use 2.9.1 instead of 2.10; 2.10 seems to scan the 'target' dir and wants license headers in .properties to be the header for Java files. --> - <checkstyle.version>2.9.1</checkstyle.version> + <checkstyle.version>2.12</checkstyle.version> <checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file> </properties> @@ -194,7 +194,7 @@ CSV files of various types. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>3.0.1</version> + <version>3.1</version> <configuration> <targetJdk>${maven.compiler.target}</targetJdk> </configuration>