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 2019/10/24 15:45:39 UTC

svn commit: r1868887 - /pdfbox/branches/issue4569/pdfbox/pom.xml

Author: tilman
Date: Thu Oct 24 15:45:38 2019
New Revision: 1868887

URL: http://svn.apache.org/viewvc?rev=1868887&view=rev
Log:
PDFBOX-4071: fix broken link

Modified:
    pdfbox/branches/issue4569/pdfbox/pom.xml

Modified: pdfbox/branches/issue4569/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/issue4569/pdfbox/pom.xml?rev=1868887&r1=1868886&r2=1868887&view=diff
==============================================================================
--- pdfbox/branches/issue4569/pdfbox/pom.xml (original)
+++ pdfbox/branches/issue4569/pdfbox/pom.xml Thu Oct 24 15:45:38 2019
@@ -461,7 +461,7 @@
                             <goal>wget</goal>
                         </goals>
                         <configuration>
-                            <url>https://ipafont.ipa.go.jp/old/ipafont/ipag00303.php</url>
+                            <url>https://ipafont.ipa.go.jp/IPAfont/ipag00303.zip</url>
                             <outputDirectory>${project.build.directory}/fonts</outputDirectory>
                             <outputFileName>ipag00303.zip</outputFileName>
                             <unpack>true</unpack>
@@ -475,7 +475,7 @@
                             <goal>wget</goal>
                         </goals>
                         <configuration>
-                            <url>https://ipafont.ipa.go.jp/old/ipafont/ipagp00303.php</url>
+                            <url>https://ipafont.ipa.go.jp/IPAfont/ipagp00303.zip</url>
                             <outputDirectory>${project.build.directory}/fonts</outputDirectory>
                             <outputFileName>ipagp00303.zip</outputFileName>
                             <unpack>true</unpack>