Updated batik URL

The previous (current) URL does not host batik anymore. URL has been
updated to point to the Apache archive.

Batik version updated from 1.13 -> 1.14
This commit is contained in:
Josh Holinaty
2021-03-16 22:07:36 -04:00
parent d60cc830dd
commit 82a22f49ad

View File

@@ -6,7 +6,7 @@
<delete file="library/svg.jar" />
</target>
<property name="batik.version" value="1.13" />
<property name="batik.version" value="1.14" />
<!-- the .zip file to be downloaded -->
<property name="batik.zip" value="batik-bin-${batik.version}.zip" />
<!-- the .jar file that's the actual dependency -->
@@ -14,7 +14,7 @@
<!-- URL for the version of Batik currently supported by this library. -->
<property name="batik.url"
value="https://apache.osuosl.org/xmlgraphics/batik/binaries/${batik.zip}" />
value="https://archive.apache.org/dist/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. -->