You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by df...@apache.org on 2009/11/04 18:52:26 UTC

svn commit: r832818 - /commons/proper/dbutils/trunk/pom.xml

Author: dfabulich
Date: Wed Nov  4 17:52:25 2009
New Revision: 832818

URL: http://svn.apache.org/viewvc?rev=832818&view=rev
Log:
Fix PMD 1.5 warnings

Modified:
    commons/proper/dbutils/trunk/pom.xml

Modified: commons/proper/dbutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.xml?rev=832818&r1=832817&r2=832818&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/pom.xml [utf-8] (original)
+++ commons/proper/dbutils/trunk/pom.xml [utf-8] Wed Nov  4 17:52:25 2009
@@ -268,6 +268,9 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
         <version>2.3</version>
+        <configuration>
+          <targetJdk>1.5</targetJdk>
+        </configuration>
       </plugin>
     </plugins>
   </reporting>