Author: norman
Date: Fri Feb 25 07:54:50 2011
New Revision: 1074428

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

Modified:
    james/nntp/trunk/pom.xml

Modified: james/nntp/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/nntp/trunk/pom.xml?rev=1074428&r1=1074427&r2=1074428&view=diff
==============================================================================
--- james/nntp/trunk/pom.xml (original)
+++ james/nntp/trunk/pom.xml Fri Feb 25 07:54:50 2011
@@ -153,7 +153,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