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 3606e6e support more component fields
new ab0c883 properly deal with circular references
new e5a5802 add support for nested components
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 | 37 ++++++++++----------
examples/ant-cyclonedx-0.1alpha-cyclonedx.xml | 37 ++++++++++----------
src/main/org/apache/ant/cyclonedx/Component.java | 39 ++++++++++++++++++++++
.../org/apache/ant/cyclonedx/ComponentBomTask.java | 12 +++++--
src/main/org/apache/ant/cyclonedx/License.java | 1 +
.../org/apache/ant/cyclonedx/Organization.java | 1 +
src/tests/antunit/componentbom-test.xml | 26 +++++++++++++++
7 files changed, 114 insertions(+), 39 deletions(-)