Author: olamy
Date: Sat Dec 15 23:19:17 2012
New Revision: 1422411

URL: http://svn.apache.org/viewvc?rev=1422411&view=rev
Log:
fix plugin configuration field for javadoc docencoding instead of docEncoding

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1422411&r1=1422410&r2=1422411&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sat Dec 15 23:19:17 2012
@@ -533,7 +533,7 @@ http://svn.apache.org/repos/asf/commons/
           <quiet>true</quiet>
           <source>${maven.compile.source}</source>
           <encoding>${commons.encoding}</encoding>
-          <docEncoding>${commons.docEncoding}</docEncoding>
+          <docencoding>${commons.docEncoding}</docencoding>
           <linksource>true</linksource>
           <links>
             <link>${commons.javadoc.java.link}</link>


Reply via email to