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 61213ca Bump actions/checkout from 3.1.0 to 3.2.0 (#9)
new 6ae16ae Hardening project infrastructure with more Maven plugins
new 9545660 Rename `dependabot.yml` to `dependabot.yaml`
new 6cced03 Improve Spotless integration
new 8f975f0 Add more meta information to `/pom.xml`
new 1e9e66f Create `log4j-tools-bom` and `log4j-tools-parent` POMs
The 5 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:
.editorconfig | 66 ++++++
.github/{dependabot.yml => dependabot.yaml} | 0
CHANGELOG.adoc => SECURITY.adoc | 5 +-
log4j-changelog/pom.xml | 11 +-
.../org/apache/logging/log4j/tools/XmlReader.java | 8 +-
.../org/apache/logging/log4j/tools/XmlWriter.java | 8 +-
.../log4j/tools/changelog/ChangelogEntry.java | 1 +
.../log4j/tools/changelog/ChangelogRelease.java | 1 +
.../tools/changelog/exporter/AsciiDocExporter.java | 20 +-
.../tools/changelog/importer/MavenChanges.java | 1 +
.../changelog/importer/MavenChangesImporter.java | 8 +-
.../changelog/releaser/ChangelogReleaser.java | 13 +-
log4j-tools-parent/pom.xml | 253 +++++++++++++++++++++
pom.xml | 184 +++++++++++----
...StringUtils.java => spotless-license-header.txt | 15 --
15 files changed, 509 insertions(+), 85 deletions(-)
create mode 100644 .editorconfig
rename .github/{dependabot.yml => dependabot.yaml} (100%)
copy CHANGELOG.adoc => SECURITY.adoc (69%)
create mode 100644 log4j-tools-parent/pom.xml
copy
log4j-changelog/src/main/java/org/apache/logging/log4j/tools/StringUtils.java
=> spotless-license-header.txt (69%)