This is an automated email from the ASF dual-hosted git repository.
vy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
from ab862e9 Bump actions/checkout from 3.2.0 to 3.3.0 (#11)
new ec06e21 Nullability and cosmetic changes
new d088427 Set `revision` back to 0.1.0-SNAPSHOT
new 72f8559 Add `RELEASING.adoc`
The 3 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:
RELEASING.adoc | 59 ++++++++++++++++++++++
.../logging/log4j/changelog/ChangelogEntry.java | 21 ++++----
.../logging/log4j/changelog/ChangelogFiles.java | 7 ++-
.../logging/log4j/changelog/ChangelogRelease.java | 20 +-------
.../changelog/exporter/ChangelogExporter.java | 42 +++++++--------
.../log4j/changelog/exporter/FreeMarkerUtils.java | 9 ++--
.../log4j/changelog/importer/MavenChanges.java | 40 +++++++++------
.../changelog/importer/MavenChangesImporter.java | 18 +++----
.../changelog/releaser/ChangelogReleaser.java | 39 +++++++-------
.../log4j/changelog/util/AsciiDocUtils.java | 40 ---------------
.../logging/log4j/changelog/util/FileUtils.java | 45 +++++++++--------
.../log4j/changelog/util/PropertyUtils.java | 3 ++
.../logging/log4j/changelog/util/StringUtils.java | 7 ++-
.../logging/log4j/changelog/util/XmlReader.java | 4 +-
.../logging/log4j/changelog/util/XmlWriter.java | 14 ++---
pom.xml | 2 +-
16 files changed, 199 insertions(+), 171 deletions(-)
create mode 100644 RELEASING.adoc
delete mode 100644
log4j-changelog/src/main/java/org/apache/logging/log4j/changelog/util/AsciiDocUtils.java