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 64bd25d fix json-validator URI
new 91b7d51 simple way to add "file" components useful for tarballs
new 666a9b0 add some more links
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:
examples/ant-cyclonedx-0.1alpha-cyclonedx.json | 60 +-
examples/ant-cyclonedx-0.1alpha-cyclonedx.xml | 54 +-
.../ant-cyclonedx-0.1alpha-src.tar-cyclonedx.json | 1789 ++++++++++++++++++++
.../ant-cyclonedx-0.1alpha-src.tar-cyclonedx.xml | 677 ++++++++
.../org/apache/ant/cyclonedx/ComponentBomTask.java | 21 +-
src/main/org/apache/ant/cyclonedx/ToolData.java | 58 +-
src/tests/antunit/componentbom-test.xml | 80 +
7 files changed, 2678 insertions(+), 61 deletions(-)
create mode 100644 examples/ant-cyclonedx-0.1alpha-src.tar-cyclonedx.json
create mode 100644 examples/ant-cyclonedx-0.1alpha-src.tar-cyclonedx.xml