You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2015/03/30 14:43:18 UTC

svn commit: r1670079 - /pdfbox/trunk/parent/pom.xml

Author: msahyoun
Date: Mon Mar 30 12:43:17 2015
New Revision: 1670079

URL: http://svn.apache.org/r1670079
Log:
PDFBOX-2340 don't add timestamps to generated javadoc

Modified:
    pdfbox/trunk/parent/pom.xml

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1670079&r1=1670078&r2=1670079&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Mon Mar 30 12:43:17 2015
@@ -161,6 +161,7 @@
                         <link>http://download.oracle.com/javase/1.6.0/docs/api/</link>
                     </links>
                     <encoding>UTF-8</encoding>
+                    <notimestamp>true</notimestamp>
                 </configuration>
             </plugin>
             <plugin>