This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch cyclonedx
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git
The following commit(s) were added to refs/heads/cyclonedx by this push:
new fb454b67 also sign SBOMs, actuylly the openpgp antlib doesn't semm to
work for GnuPG 2.x
fb454b67 is described below
commit fb454b6788f56554766909c9e425b454f55cbba4
Author: Stefan Bodewig <[email protected]>
AuthorDate: Thu Jun 4 20:49:15 2026 +0200
also sign SBOMs, actuylly the openpgp antlib doesn't semm to work for GnuPG
2.x
---
build-release.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/build-release.xml b/build-release.xml
index 627ae866..b85ef631 100644
--- a/build-release.xml
+++ b/build-release.xml
@@ -471,6 +471,8 @@
asciiarmor="true">
<fileset dir="${distrib.dir}">
<include name="**/*.pom"/>
+ <include name="**/*-cyclonedx.json"/>
+ <include name="**/*-cyclonedx.xml"/>
<include name="**/*.jar"/>
<include name="**/*.zip"/>
<include name="**/*.gz"/>