Author: rdonkin Date: Sun Feb 1 22:24:22 2009 New Revision: 739871 URL: http://svn.apache.org/viewvc?rev=739871&view=rev Log: Switch PMD to use 1.5 Modified: james/mime4j/trunk/pom.xml Modified: james/mime4j/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/mime4j/trunk/pom.xml?rev=739871&r1=739870&r2=739871&view=diff ============================================================================== --- james/mime4j/trunk/pom.xml (original) +++ james/mime4j/trunk/pom.xml Sun Feb 1 22:24:22 2009 @@ -89,8 +89,8 @@ maven-compiler-plugin 2.0.2 - 1.5 - 1.5 + ${compileSource} + ${compileSource} iso8859-1 @@ -310,7 +310,7 @@ maven-pmd-plugin 2.4 - 1.4 + ${compileSource} /rulesets/basic.xml /rulesets/controversial.xml @@ -376,5 +376,8 @@ http://mail-archives.apache.org/mod_mbox/james-server-dev/ - + + + 1.5 +