This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
commit e8801faf3551998ad569155f9c89219786758c38 Merge: 0243a02 1addafc Author: Volkan Yazıcı <[email protected]> AuthorDate: Mon Jan 23 12:51:34 2023 +0100 Add Maven plugin for `log4j-changelog` (#20) CHANGELOG.adoc | 6 +- README.adoc | 3 + log4j-changelog-maven-plugin/README.adoc | 73 +++++++++++++++++++++ log4j-changelog-maven-plugin/pom.xml | 75 ++++++++++++++++++++++ .../java/org/apache/logging/log4j/ExportMojo.java | 62 ++++++++++++++++++ .../java/org/apache/logging/log4j/ReleaseMojo.java | 59 +++++++++++++++++ log4j-changelog/README.adoc | 2 +- .../changelog/exporter/ChangelogExporter.java | 5 +- .../changelog/exporter/ChangelogExporterArgs.java | 14 +++- .../importer/MavenChangesImporterArgs.java | 14 ++-- .../changelog/releaser/ChangelogReleaser.java | 30 +++++---- .../changelog/releaser/ChangelogReleaserArgs.java | 17 +++-- log4j-tools-parent/pom.xml | 32 +++++++-- pom.xml | 11 +++- 14 files changed, 369 insertions(+), 34 deletions(-)
