This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-antunit.git
The following commit(s) were added to refs/heads/master by this push:
new 6bf90e7 publish SBOMs to maven repo
6bf90e7 is described below
commit 6bf90e7e1238503ec25f68972da924b7de026b16
Author: Stefan Bodewig <[email protected]>
AuthorDate: Thu Jun 4 08:48:33 2026 +0200
publish SBOMs to maven repo
---
ivy.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/ivy.xml b/ivy.xml
index 8d0dc76..5fa7ef9 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -56,6 +56,14 @@
e:classifier="ivy"/>
<artifact name="${artifact.name}" type="ivy.asc" ext="xml.asc"
e:classifier="ivy"/>
+ <artifact name="${artifact.name}" type="cyclonedx.xml" ext="xml"
+ e:classifier="cyclonedx"/>
+ <artifact name="${artifact.name}" type="cyclonedx.xml.asc" ext="xml.asc"
+ e:classifier="cyclonedx"/>
+ <artifact name="${artifact.name}" type="cyclonedx.json" ext="json"
+ e:classifier="cyclonedx"/>
+ <artifact name="${artifact.name}" type="cyclonedx.json.asc" ext="json.asc"
+ e:classifier="cyclonedx"/>
</publications>
<dependencies>
<dependency org="junit" name="junit" rev="4.13.2" conf="default"/>