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>