You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2018/07/12 18:59:08 UTC

svn commit: r1835765 - /pdfbox/branches/2.0/parent/pom.xml

Author: tilman
Date: Thu Jul 12 18:59:08 2018
New Revision: 1835765

URL: http://svn.apache.org/viewvc?rev=1835765&view=rev
Log:
PDFBOX-4071: update javadoc link

Modified:
    pdfbox/branches/2.0/parent/pom.xml

Modified: pdfbox/branches/2.0/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/parent/pom.xml?rev=1835765&r1=1835764&r2=1835765&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Thu Jul 12 18:59:08 2018
@@ -179,7 +179,7 @@
                 <configuration>
                     <source>1.6</source>
                     <links>
-                        <link>http://download.oracle.com/javase/1.6.0/docs/api/</link>
+                        <link>https://docs.oracle.com/javase/6/docs/api/</link>
                     </links>
                     <encoding>UTF-8</encoding>
                     <notimestamp>true</notimestamp>