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 e234d1d update dependencies in SBOM
new e3fd8ef license headers
new d3a0498 make SBOM's timestamp honor reproducible builds requirements
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:
changes.xml | 7 ++
src/main/org/apache/ant/cyclonedx/Component.java | 17 ++++
.../org/apache/ant/cyclonedx/ComponentBomTask.java | 19 ++++-
.../org/apache/ant/cyclonedx/ComponentScope.java | 17 ++++
.../org/apache/ant/cyclonedx/ComponentType.java | 17 ++++
src/main/org/apache/ant/cyclonedx/DateUtils.java | 97 ++++++++++++++++++++++
src/main/org/apache/ant/cyclonedx/EnumUtils.java | 17 ++++
.../apache/ant/cyclonedx/ExternalReferenceSet.java | 17 ++++
.../FilesystemOnlyMappedResourceCollection.java | 17 ++++
src/main/org/apache/ant/cyclonedx/License.java | 17 ++++
.../org/apache/ant/cyclonedx/Organization.java | 17 ++++
.../org/apache/ant/cyclonedx/OutputFormat.java | 17 ++++
src/main/org/apache/ant/cyclonedx/PropertySet.java | 17 ++++
src/tests/antunit/componentbom-test.xml | 25 ++++++
14 files changed, 317 insertions(+), 1 deletion(-)
create mode 100644 src/main/org/apache/ant/cyclonedx/DateUtils.java