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 70d9fa6 add jar as nested component to binary distribution SBOMs
new 08ae882 initial test for distributionbom
new 86dc58e add license to BOMs
The 2 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 | 4 +
examples/ant-cyclonedx-0.1alpha-cyclonedx.json | 36 +-
examples/ant-cyclonedx-0.1alpha-cyclonedx.xml | 36 +-
.../ant-cyclonedx-0.1alpha-src.tar-cyclonedx.json | 2291 ----------
.../ant-cyclonedx-0.1alpha-src.tar-cyclonedx.xml | 852 ----
.../ant-cyclonedx-0.1alpha-src.tar.cyclonedx.json | 4426 ++++++++++++++++++++
.../ant-cyclonedx-0.1alpha-src.tar.cyclonedx.xml | 1584 +++++++
src/main/org/apache/ant/cyclonedx/antlib.xml | 5 +-
src/tests/antunit/componentbom-test.xml | 82 -
src/tests/antunit/distributionbom-test.xml | 56 +
src/tests/antunit/shared.xml | 47 +
11 files changed, 6156 insertions(+), 3263 deletions(-)
delete mode 100644 examples/ant-cyclonedx-0.1alpha-src.tar-cyclonedx.json
delete mode 100644 examples/ant-cyclonedx-0.1alpha-src.tar-cyclonedx.xml
create mode 100644 examples/ant-cyclonedx-0.1alpha-src.tar.cyclonedx.json
create mode 100644 examples/ant-cyclonedx-0.1alpha-src.tar.cyclonedx.xml
create mode 100644 src/tests/antunit/distributionbom-test.xml