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-common.git
The following commit(s) were added to refs/heads/master by this push:
new 712c092 move mailing-lists externalRef to "less common" - Ivy's is
different
712c092 is described below
commit 712c092cf402f83d7d1f2a0e47f02dd6fc8954c3
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sun Aug 16 09:27:59 2026 +0200
move mailing-lists externalRef to "less common" - Ivy's is different
---
cyclonedx-common.xml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/cyclonedx-common.xml b/cyclonedx-common.xml
index 7a49094..a0c3b9a 100644
--- a/cyclonedx-common.xml
+++ b/cyclonedx-common.xml
@@ -72,9 +72,6 @@ under the License.
<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/"/>
@@ -84,6 +81,9 @@ under the License.
</cdx:externalreferenceset>
<!-- external references common to all antlibs -->
<cdx:externalreferenceset id="antlibs-common-ext-refs">
+ <externalReference
+ type="MAILING_LIST"
+ url="https://ant.apache.org/mail.html"/>
<externalReference
type="WEBSITE"
url="https://ant.apache.org/antlibs/${ant.project.name}/"/>
@@ -95,6 +95,9 @@ under the License.
url="https://ant.apache.org/antlibs/srcdownload.cgi"/>
</cdx:externalreferenceset>
<cdx:externalreferenceset id="ant-ext-refs">
+ <externalReference
+ type="MAILING_LIST"
+ url="https://ant.apache.org/mail.html"/>
<externalReference
type="VCS"
url="https://gitbox.apache.org/repos/asf/ant.git"/>