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 7d58ede027f4fc026ad412bc216ffad8850f426a
Author: Stefan Bodewig <[email protected]>
AuthorDate: Fri May 22 23:18:21 2026 +0200

    upload CycloneDX SBOMs as well
---
 common  | 2 +-
 ivy.xml | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/common b/common
index ce5a823..29017cd 160000
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit ce5a8232fdb6e362c736fbdb0ada0c1ea15a7d64
+Subproject commit 29017cd1912f6900de24cd43f609fe7007c495bb
diff --git a/ivy.xml b/ivy.xml
index 9f2e0a8..6d3fc47 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -52,6 +52,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="org.cyclonedx" name="cyclonedx-core-java" rev="12.2.0" 
conf="default"/>

Reply via email to