This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch cyclonedx
in repository https://gitbox.apache.org/repos/asf/ant.git
discard 8b7d0f6e0 SBOM of source dist didn't contain any file components
discard 75472a4b8 cyclonedx -> cdx in file names
discard df27f84cc Merge branch 'master' into cyclonedx
discard 796c2e947 temporary folder with example sboms
discard 4845f98bd create SBOMs for distribution tarballs
discard aa977e4aa one more external link
discard 32a58a9d8 ant-cyclonedx has been released
discard fdd3e394c reduce duplication in bom definitions
discard 73c840c08 some extra external references
discard d48afca60 adjust to changes in antlib
discard e7036c51c become more formal
discard 16d36d029 use gitbox instead of github vor VCS links
discard dcba90aef publish cyclonedx SBOMs
discard 6dc1d74ec add cyclonedx SBOMs to distributions
discard c8dc41520 complete set of SBOMs for all Ant jars
discard e4210e58f a few more sboms
discard 8bfd1c386 SBOM for ant-testutil.jar
discard 9ef57047b I must admit I no longer know why there is ant-junit and
ant-junit4
discard f4aceca83 start building a few SBOMs
discard d01f7bad2 add dependencies necessary for ant-antlibs-cyclonedx
add 4a30f9b78 forgot pom refers to AntUnit
add 8b088bc29 typos
add 928be61e7 add DateUtils#getNow as helper for reproducible builds
new bc92a16cc add dependencies necessary for ant-antlibs-cyclonedx
new 9095b14ef start building a few SBOMs
new 617f0dece I must admit I no longer know why there is ant-junit and
ant-junit4
new 7ac0c75c4 SBOM for ant-testutil.jar
new 7fe92b80d a few more sboms
new 72ae4db51 complete set of SBOMs for all Ant jars
new 8bfd8e4f4 add cyclonedx SBOMs to distributions
new 4632c8d59 publish cyclonedx SBOMs
new e04e517a3 use gitbox instead of github vor VCS links
new 5dd9d45e1 become more formal
new b44326c68 adjust to changes in antlib
new 3b7cc2a51 some extra external references
new 0f4f12953 reduce duplication in bom definitions
new 8158574b5 ant-cyclonedx has been released
new 2ac1959bb one more external link
new d2b7d24b8 create SBOMs for distribution tarballs
new 0f5c9191b temporary folder with example sboms
new 2d3733475 cyclonedx -> cdx in file names
new 99e33388d SBOM of source dist didn't contain any file components
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (8b7d0f6e0)
\
N -- N -- N refs/heads/cyclonedx (99e33388d)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 19 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:
WHATSNEW | 17 ++-
src/etc/poms/ant/pom.xml | 2 +-
src/main/org/apache/tools/ant/util/DateUtils.java | 78 ++++++++++++
src/tests/antunit/util/dateutils-test.xml | 144 ++++++++++++++++++++++
4 files changed, 231 insertions(+), 10 deletions(-)
create mode 100644 src/tests/antunit/util/dateutils-test.xml