You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2014/12/05 20:04:31 UTC

svn commit: r1643399 - /commons/proper/lang/trunk/pom.xml

Author: sebb
Date: Fri Dec  5 19:04:31 2014
New Revision: 1643399

URL: http://svn.apache.org/r1643399
Log:
Typo

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

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1643399&r1=1643398&r2=1643399&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Fri Dec  5 19:04:31 2014
@@ -637,7 +637,7 @@
         <artifactId>maven-pmd-plugin</artifactId>
         <version>3.3</version>
         <configuration>
-          <targetJdk>${maven.compile.target}</targetJdk>
+          <targetJdk>${maven.compiler.target}</targetJdk>
         </configuration>
         <reportSets>
           <reportSet>