This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-cyclonedx.git
from 66199c1 archiveUrl is wrong
new 59936ed more external references
new caad2b6 introduce propertyset
new 8fd4694 add properties required by BSI TR for EU CRA
new 477e65f add bom-type externalreferences when sbomLink is used
new 1e9928e Ant has got a security.txt
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
build.xml | 58 ++++++++++++
changes.xml | 14 +++
docs/component.html | 9 +-
docs/index.html | 1 +
docs/{license.html => propertyset.html} | 67 +++++++------
src/main/org/apache/ant/cyclonedx/Component.java | 27 +++++-
src/main/org/apache/ant/cyclonedx/PropertySet.java | 59 ++++++++++++
src/main/org/apache/ant/cyclonedx/antlib.xml | 2 +
src/tests/antunit/component-test.xml | 47 +++++++++
.../{organization-test.xml => properties-test.xml} | 105 +++++++++++----------
10 files changed, 309 insertions(+), 80 deletions(-)
copy docs/{license.html => propertyset.html} (51%)
create mode 100644 src/main/org/apache/ant/cyclonedx/PropertySet.java
copy src/tests/antunit/{organization-test.xml => properties-test.xml} (53%)