Author: bayard
Date: Sat May 16 08:36:51 2009
New Revision: 775434
URL: http://svn.apache.org/viewvc?rev=775434&view=rev
Log:
Letting PMD know we're on 1.5
Modified:
commons/proper/lang/trunk/pom.xml
Modified: commons/proper/lang/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=775434&r1=775433&r2=775434&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Sat May 16 08:36:51 2009
@@ -481,6 +481,9 @@
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.3</version>
+ <configuration>
+ <targetJdk>1.5</targetJdk>
+ </configuration>
<reportSets>
<reportSet>
<reports>