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.git
commit 004afd339a822a291263e957c2b5cfb465398f33 Author: Stefan Bodewig <[email protected]> AuthorDate: Sun May 31 21:11:08 2026 +0200 some extra external references --- build.xml | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/build.xml b/build.xml index 12a5c5d28..bdd3900f3 100644 --- a/build.xml +++ b/build.xml @@ -2253,21 +2253,9 @@ ${antunit.reports} <cdx:externalreferenceset id="ant-common-refs" xmlns:cdx="antlib:org.apache.ant.cyclonedx"> - <externalReference - type="LICENSE" - url="https://www.apache.org/licenses/LICENSE-2.0.txt"/> - <externalReference - type="MAILING_LIST" - url="https://ant.apache.org/mail.html"/> - <externalReference - type="SECURITY_CONTACT" - url="https://www.apache.org/security/"/> <externalReference type="VCS" url="https://gitbox.apache.org/repos/asf/ant.git"/> - <externalReference - type="BUILD_SYSTEM" - url="https://ci-builds.apache.org/job/Ant/"/> <externalReference type="ISSUE_TRACKER" url="https://bz.apache.org/bugzilla/buglist.cgi?product=Ant"/> @@ -2275,11 +2263,32 @@ ${antunit.reports} type="WEBSITE" url="https://ant.apache.org/"/> <externalReference - type="DISTRIBUTION" - url="https://ant.apache.org/bindownload.cgi"/> + type="ADVISORIES" + url="https://ant.apache.org/security.html#Apache%20Ant%20Security%20Vulnerabilities"/> + <externalReference + type="MAILING_LIST" + url="https://ant.apache.org/mail.html"/> + <externalReference + type="DOCUMENTATION" + url="https://ant.apache.org/manual/"/> <externalReference type="SOURCE_DISTRIBUTION" url="https://ant.apache.org/srcdownload.cgi"/> + <externalReference + type="DISTRIBUTION" + url="https://ant.apache.org/bindownload.cgi"/> + <externalReference + type="LICENSE" + url="https://www.apache.org/licenses/LICENSE-2.0.txt"/> + <externalReference + type="BUILD_SYSTEM" + url="https://ci-builds.apache.org/job/Ant/"/> + <externalReference + type="RELEASE_NOTES" + url="https://github.com/apache/ant/blob/master/WHATSNEW"/> + <externalReference + type="SECURITY_CONTACT" + url="https://www.apache.org/security/"/> </cdx:externalreferenceset> </target>
