Author: ggregory Date: Mon Dec 3 13:32:52 2012 New Revision: 1416505 URL: http://svn.apache.org/viewvc?rev=1416505&view=rev Log: PMD plugin targetJdk should match VFS'.
Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1416505&r1=1416504&r2=1416505&view=diff ============================================================================== --- commons/proper/vfs/trunk/pom.xml (original) +++ commons/proper/vfs/trunk/pom.xml Mon Dec 3 13:32:52 2012 @@ -251,7 +251,7 @@ <artifactId>maven-pmd-plugin</artifactId> <version>2.7.1</version> <configuration> - <targetJdk>1.5</targetJdk> + <targetJdk>1.6</targetJdk> </configuration> </plugin> <!-- cobertura breaks because it cannot parse annotations in methods. -->