Updated dependency locations to somewhere more stable 🤞

This commit is contained in:
Stef Tervelde
2025-01-21 18:52:36 +01:00
parent 628b69db24
commit c6a10fcec6
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
<property name="core.library.jar" location="../../../core/library/core.jar" />
<property name="batik.version" value="1.14" />
<property name="batik.version" value="1.18" />
<!-- the .zip file to be downloaded -->
<property name="batik.zip" value="batik-bin-${batik.version}.zip" />
<!-- the .jar file that we need from the download -->
@@ -13,7 +13,7 @@
<!-- URL for the version of Batik currently supported by this library. -->
<property name="batik.url"
value="https://archive.apache.org/dist/xmlgraphics/batik/binaries/${batik.zip}" />
value="https://dlcdn.apache.org//xmlgraphics/batik/binaries/${batik.zip}" />
<!-- Storing a "local" copy in case the original link goes dead. When updating
releases, please upload the new version to download.processing.org. -->