Author: norman
Date: Fri Feb 25 07:52:25 2011
New Revision: 1074426

URL: http://svn.apache.org/viewvc?rev=1074426&view=rev
Log:
Fix type in plugin config. Thanks to Felix Knecht for the fix

Modified:
    james/protocols/trunk/pom.xml

Modified: james/protocols/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/pom.xml?rev=1074426&r1=1074425&r2=1074426&view=diff
==============================================================================
--- james/protocols/trunk/pom.xml (original)
+++ james/protocols/trunk/pom.xml Fri Feb 25 07:52:25 2011
@@ -120,7 +120,7 @@
         <artifactId>maven-pmd-plugin</artifactId>
         <configuration>
           <aggregate>true</aggregate>
-          <targetjdk>1.5</targetjdk>
+          <targetJdk>1.5</targetJdk>
           <rulesets>
             <ruleset>/rulesets/basic.xml</ruleset>
             <ruleset>/rulesets/controversial.xml</ruleset>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to