This is an automated email from the ASF dual-hosted git repository. bodewig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant-antlibs-props.git
commit 4115fccb760f46ee9dc7ecce1387d53b2d08b008 Author: Stefan Bodewig <[email protected]> AuthorDate: Fri Jun 19 22:11:21 2026 +0200 must add artifacts if I want to upload them --- ivy.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ivy.xml b/ivy.xml index a0cdb90..82cae47 100644 --- a/ivy.xml +++ b/ivy.xml @@ -51,6 +51,10 @@ e:classifier="ivy"/> <artifact name="${artifact.name}" type="ivy.asc" ext="xml.asc" e:classifier="ivy"/> + <artifact name="${artifact.name}" type="cyclonedx.xml" ext="cdx.xml"/> + <artifact name="${artifact.name}" type="cyclonedx.xml.asc" ext="cdx.xml.asc"/> + <artifact name="${artifact.name}" type="cyclonedx.json" ext="cdx.json"/> + <artifact name="${artifact.name}" type="cyclonedx.json.asc" ext="cdx.json.asc"/> </publications> <dependencies> <dependency org="org.apache.ant" name="ant" rev="1.8.0" conf="provided->default"/>
