diff options
| author | Michael Christen <Orbiter@users.noreply.github.com> | 2025-03-27 17:22:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-27 17:22:57 +0100 |
| commit | 50421715a1b32ed5be9d52f7ab4e1e83c9815728 (patch) | |
| tree | e7de259cf08780c2c7f426bf5df50171a095d333 /build.xml | |
| parent | 3ce4dbdac86433699626a02db7479a4b6c7538ce (diff) | |
| parent | 7fc1995a24a94737a4c25da1fd9f992cb3c3fb45 (diff) | |
Merge pull request #688 from henschi/ivy_udpate
upgrade ivy to 2.5.3 (CVE fixes)
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -60,7 +60,7 @@ <target name="install-ivy" description="--> install ivy"> <local name="ivy.download.dir"/><property name="ivy.download.dir" value="${basedir}/ivy" /> <local name="ivy.download.file"/><property name="ivy.download.file" value="${ivy.download.dir}/ivy.jar" /> - <local name="ivy.download.version"/><property name="ivy.install.version" value="2.5.0"/> + <local name="ivy.download.version"/><property name="ivy.install.version" value="2.5.3"/> <local name="ivy.debian.file"/><property name="ivy.debian.file" value="/usr/share/java/ivy.jar" /> <!-- Check whether ivy is already available as a Debian package --> @@ -401,6 +401,7 @@ <target name="clean" description="make clean"> <delete dir="${release_main}" failonerror="false"/> <delete failonerror="false"> + <fileset dir="${basedir}/ivy" includes="**/*.jar" /> <fileset dir="${lib}" includes="**/*.jar" excludes="org.restlet.jar" /> <!-- we cannot find the org.restlet.jar in maven --> <fileset dir="${src}" includes="**/*.class" /> <fileset dir="${build}" includes="**/*.class" /> |
