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 2023/06/08 16:54:33 UTC

svn commit: r1910310 - /pdfbox/branches/2.0/fontbox/pom.xml

Author: tilman
Date: Thu Jun  8 16:54:32 2023
New Revision: 1910310

URL: http://svn.apache.org/viewvc?rev=1910310&view=rev
Log:
PDFBOX-4892: fix redirected URL

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

Modified: pdfbox/branches/2.0/fontbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/fontbox/pom.xml?rev=1910310&r1=1910309&r2=1910310&view=diff
==============================================================================
--- pdfbox/branches/2.0/fontbox/pom.xml (original)
+++ pdfbox/branches/2.0/fontbox/pom.xml Thu Jun  8 16:54:32 2023
@@ -137,7 +137,7 @@
                       <goal>wget</goal>
                   </goals>
                   <configuration>
-                      <url>http://mirrors.ctan.org/fonts/opensans/type1/OpenSans-Regular.pfb</url>
+                      <url>https://mirror.math.princeton.edu/pub/CTAN/fonts/opensans/type1/OpenSans-Regular.pfb</url>
                       <outputDirectory>${project.build.directory}/fonts</outputDirectory>
                       <sha512>2787fcecc0feb1c9e6ff0d8de6193658413863e44eaab572751ca7e6c3b369c0a9731f4952cb0821f307760f0422f77c5f0d3fe7df6b054643fb39423e8d70ee</sha512>
                   </configuration>