You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/12/03 14:32:53 UTC

svn commit: r1416505 - /commons/proper/vfs/trunk/pom.xml

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. -->