This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ant-antlibs-cyclonedx.git
commit e719a820570f1e9a9280d7168fd62ae504edadb2 Author: Stefan Bodewig <[email protected]> AuthorDate: Mon Jul 20 20:18:52 2026 +0200 location of ivy jar has changed --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 7c9d6cb..086ac5a 100644 --- a/build.xml +++ b/build.xml @@ -216,7 +216,7 @@ under the License. <sbomLink> <url url="https://repo1.maven.org/maven2/org/apache/ivy/ivy/2.6.0/ivy-2.6.0.cdx.json"/> </sbomLink> - <file file="${lib.dir.compile}/ivy-2.6.0.jar"/> + <file file="ivy/ivy.jar"/> </additionalComponent> <license refid="apache-2"/> </cdx:componentbom>
