You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2013/11/28 15:39:20 UTC

svn commit: r1546375 - /commons/proper/imaging/trunk/pom.xml

Author: ebourg
Date: Thu Nov 28 14:39:20 2013
New Revision: 1546375

URL: http://svn.apache.org/r1546375
Log:
Fixed the compiler target for maven-pmd-plugin

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

Modified: commons/proper/imaging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/pom.xml?rev=1546375&r1=1546374&r2=1546375&view=diff
==============================================================================
--- commons/proper/imaging/trunk/pom.xml (original)
+++ commons/proper/imaging/trunk/pom.xml Thu Nov 28 14:39:20 2013
@@ -266,7 +266,7 @@
         <artifactId>maven-pmd-plugin</artifactId>
         <version>3.0.1</version>
         <configuration>
-          <targetJdk>${maven.compile.target}</targetJdk>
+          <targetJdk>${maven.compiler.target}</targetJdk>
           <rulesets>
             <ruleset>${basedir}/src/conf/pmd-ruleset.xml</ruleset>
           </rulesets>