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

svn commit: r1868885 - /pdfbox/branches/2.0/pdfbox/pom.xml

Author: tilman
Date: Thu Oct 24 15:45:30 2019
New Revision: 1868885

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

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

Modified: pdfbox/branches/2.0/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/pom.xml?rev=1868885&r1=1868884&r2=1868885&view=diff
==============================================================================
--- pdfbox/branches/2.0/pdfbox/pom.xml (original)
+++ pdfbox/branches/2.0/pdfbox/pom.xml Thu Oct 24 15:45:30 2019
@@ -473,7 +473,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>
@@ -487,7 +487,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>