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:23 UTC

svn commit: r1835767 - /pdfbox/branches/1.8/parent/pom.xml

Author: tilman
Date: Thu Jul 12 18:59:23 2018
New Revision: 1835767

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

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

Modified: pdfbox/branches/1.8/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/parent/pom.xml?rev=1835767&r1=1835766&r2=1835767&view=diff
==============================================================================
--- pdfbox/branches/1.8/parent/pom.xml (original)
+++ pdfbox/branches/1.8/parent/pom.xml Thu Jul 12 18:59:23 2018
@@ -105,7 +105,7 @@
         <configuration>
           <source>1.5</source>
           <links>
-            <link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
+            <link>https://docs.oracle.com/javase/1.5.0/docs/api/</link>
           </links>
         </configuration>
       </plugin>