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 400825b66ffccd1ca7372ed36c3370b134c1c7e7 Author: Volkan Yazıcı <[email protected]> AuthorDate: Thu Jun 29 20:27:40 2023 +0200 Fix changelog entries --- ...Mojo_outputDirectory.xml => change_ExportMojo_outputDirectory.xml} | 2 +- src/changelog/.0.x.x/changelog_migration.xml | 2 +- ...odules.xml => LOG4J2-3628_add_tools_bom_and_changelog_modules.xml} | 2 +- .../0.2.0/{13_added_changelog_xsd.xml => 13_add_changelog_xsd.xml} | 2 +- ...ngelog_security_type.xml => 14_remove_changelog_security_type.xml} | 2 +- ...ased_directory_order.xml => 17_fix_unreleased_directory_order.xml} | 2 +- .../0.2.0/{19_fixed_Windows_compat.xml => 19_fix_Windows_compat.xml} | 2 +- ...d_changelog_maven_plugin.xml => 20_add_changelog_maven_plugin.xml} | 2 +- ...y_property.xml => 20_rename_exporter_outputDirectory_property.xml} | 2 +- ...7_added_changelogEntryCount.xml => 37_add_changelogEntryCount.xml} | 4 ++-- src/changelog/0.3.0/44_make_changelog_format_agnostic.xml | 3 ++- src/changelog/0.3.0/java_17.xml | 4 +--- 12 files changed, 14 insertions(+), 15 deletions(-) diff --git a/src/changelog/.0.x.x/changed_ExportMojo_outputDirectory.xml b/src/changelog/.0.x.x/change_ExportMojo_outputDirectory.xml similarity index 86% rename from src/changelog/.0.x.x/changed_ExportMojo_outputDirectory.xml rename to src/changelog/.0.x.x/change_ExportMojo_outputDirectory.xml index 8cfb5f9..6e68559 100644 --- a/src/changelog/.0.x.x/changed_ExportMojo_outputDirectory.xml +++ b/src/changelog/.0.x.x/change_ExportMojo_outputDirectory.xml @@ -20,5 +20,5 @@ xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd" type="changed"> <author id="vy"/> - <description format="markdown">Changed the default value of `outputDirectory` to `${project.build.directory}/generated-sources/site/changelog` for the `ExportMojo`</description> + <description format="markdown">Change the default value of `outputDirectory` to `${project.build.directory}/generated-sources/site/changelog` for the Maven `export` goal</description> </entry> diff --git a/src/changelog/.0.x.x/changelog_migration.xml b/src/changelog/.0.x.x/changelog_migration.xml index 4e3401c..5fd30b2 100644 --- a/src/changelog/.0.x.x/changelog_migration.xml +++ b/src/changelog/.0.x.x/changelog_migration.xml @@ -20,5 +20,5 @@ xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd" type="changed"> <author id="vy"/> - <description format="markdown">Migrated from `CHANGELOG.adoc` to using `log4j-changelog-maven-plugin`</description> + <description format="markdown">Migrate from `CHANGELOG.adoc` to using `log4j-changelog-maven-plugin`</description> </entry> diff --git a/src/changelog/0.1.0/LOG4J2-3628_added_tools_bom_and_changelog_modules.xml b/src/changelog/0.1.0/LOG4J2-3628_add_tools_bom_and_changelog_modules.xml similarity index 92% rename from src/changelog/0.1.0/LOG4J2-3628_added_tools_bom_and_changelog_modules.xml rename to src/changelog/0.1.0/LOG4J2-3628_add_tools_bom_and_changelog_modules.xml index 26f6a53..5cc3aa2 100644 --- a/src/changelog/0.1.0/LOG4J2-3628_added_tools_bom_and_changelog_modules.xml +++ b/src/changelog/0.1.0/LOG4J2-3628_add_tools_bom_and_changelog_modules.xml @@ -21,5 +21,5 @@ type="added"> <issue id="LOG4J2-3628" link="https://issues.apache.org/jira/browse/LOG4J2-3628"/> <author id="vy"/> - <description format="markdown">Added `log4j-tools-bom` and `log4j-changelog` modules</description> + <description format="markdown">Add `log4j-tools-bom` and `log4j-changelog` modules</description> </entry> diff --git a/src/changelog/0.2.0/13_added_changelog_xsd.xml b/src/changelog/0.2.0/13_add_changelog_xsd.xml similarity index 93% rename from src/changelog/0.2.0/13_added_changelog_xsd.xml rename to src/changelog/0.2.0/13_add_changelog_xsd.xml index 81c3fd4..1db603c 100644 --- a/src/changelog/0.2.0/13_added_changelog_xsd.xml +++ b/src/changelog/0.2.0/13_add_changelog_xsd.xml @@ -22,5 +22,5 @@ <issue id="13" link="https://github.com/apache/logging-log4j-tools/issues/13"/> <author id="pkarwasz"/> <author id="vy"/> - <description format="markdown">Added XSD for `log4j-changelog` XML files</description> + <description format="markdown">Add XSD for `log4j-changelog` XML files</description> </entry> diff --git a/src/changelog/0.2.0/14_removed_changelog_security_type.xml b/src/changelog/0.2.0/14_remove_changelog_security_type.xml similarity index 92% rename from src/changelog/0.2.0/14_removed_changelog_security_type.xml rename to src/changelog/0.2.0/14_remove_changelog_security_type.xml index b4ba1a8..bb5d638 100644 --- a/src/changelog/0.2.0/14_removed_changelog_security_type.xml +++ b/src/changelog/0.2.0/14_remove_changelog_security_type.xml @@ -22,5 +22,5 @@ <issue id="14" link="https://github.com/apache/logging-log4j-tools/issues/14"/> <author id="rgoers"/> <author id="vy"/> - <description format="markdown">Removed `security` as a change type from `log4j-changelog`</description> + <description format="markdown">Remove `security` as a change type from `log4j-changelog`</description> </entry> diff --git a/src/changelog/0.2.0/17_fixed_unreleased_directory_order.xml b/src/changelog/0.2.0/17_fix_unreleased_directory_order.xml similarity index 92% rename from src/changelog/0.2.0/17_fixed_unreleased_directory_order.xml rename to src/changelog/0.2.0/17_fix_unreleased_directory_order.xml index 07d0437..85ebe63 100644 --- a/src/changelog/0.2.0/17_fixed_unreleased_directory_order.xml +++ b/src/changelog/0.2.0/17_fix_unreleased_directory_order.xml @@ -21,5 +21,5 @@ type="fixed"> <issue id="17" link="https://github.com/apache/logging-log4j-tools/issues/17"/> <author id="vy"/> - <description format="markdown">Fixed unreleased directory order in `ChangelogExporter`</description> + <description format="markdown">Fix unreleased directory order in `ChangelogExporter`</description> </entry> diff --git a/src/changelog/0.2.0/19_fixed_Windows_compat.xml b/src/changelog/0.2.0/19_fix_Windows_compat.xml similarity index 94% rename from src/changelog/0.2.0/19_fixed_Windows_compat.xml rename to src/changelog/0.2.0/19_fix_Windows_compat.xml index f9fa98c..ae85e40 100644 --- a/src/changelog/0.2.0/19_fixed_Windows_compat.xml +++ b/src/changelog/0.2.0/19_fix_Windows_compat.xml @@ -22,5 +22,5 @@ <issue id="19" link="https://github.com/apache/logging-log4j-tools/issues/19"/> <author id="pkarwasz"/> <author id="vy"/> - <description format="markdown">Fixed Windows compatibility</description> + <description format="markdown">Fix Windows compatibility</description> </entry> diff --git a/src/changelog/0.2.0/20_added_changelog_maven_plugin.xml b/src/changelog/0.2.0/20_add_changelog_maven_plugin.xml similarity index 93% rename from src/changelog/0.2.0/20_added_changelog_maven_plugin.xml rename to src/changelog/0.2.0/20_add_changelog_maven_plugin.xml index a2d63bc..28b1018 100644 --- a/src/changelog/0.2.0/20_added_changelog_maven_plugin.xml +++ b/src/changelog/0.2.0/20_add_changelog_maven_plugin.xml @@ -22,5 +22,5 @@ <issue id="20" link="https://github.com/apache/logging-log4j-tools/issues/20"/> <author id="vy"/> <author id="rgoers"/> - <description format="markdown">Added `log4j-changelog-maven-plugin` module</description> + <description format="markdown">Add `log4j-changelog-maven-plugin` module</description> </entry> diff --git a/src/changelog/0.2.0/20_renamed_exporter_outputDirectory_property.xml b/src/changelog/0.2.0/20_rename_exporter_outputDirectory_property.xml similarity index 89% rename from src/changelog/0.2.0/20_renamed_exporter_outputDirectory_property.xml rename to src/changelog/0.2.0/20_rename_exporter_outputDirectory_property.xml index 0ac83d0..fcd169d 100644 --- a/src/changelog/0.2.0/20_renamed_exporter_outputDirectory_property.xml +++ b/src/changelog/0.2.0/20_rename_exporter_outputDirectory_property.xml @@ -22,5 +22,5 @@ <issue id="20" link="https://github.com/apache/logging-log4j-tools/issues/20"/> <author id="vy"/> <author id="rgoers"/> - <description format="markdown">Renamed `log4j.changelog.exporter.outputDirectory` property to `log4j.changelog.outputDirectory`</description> + <description format="markdown">Rename `log4j.changelog.exporter.outputDirectory` property to `log4j.changelog.outputDirectory`</description> </entry> diff --git a/src/changelog/0.3.0/37_added_changelogEntryCount.xml b/src/changelog/0.3.0/37_add_changelogEntryCount.xml similarity index 81% rename from src/changelog/0.3.0/37_added_changelogEntryCount.xml rename to src/changelog/0.3.0/37_add_changelogEntryCount.xml index 41b1c00..e75ee8e 100644 --- a/src/changelog/0.3.0/37_added_changelogEntryCount.xml +++ b/src/changelog/0.3.0/37_add_changelogEntryCount.xml @@ -19,8 +19,8 @@ xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd" type="added"> - <issue id="63" link="https://github.com/apache/logging-log4j-tools/issues/63"/> + <issue id="37" link="https://github.com/apache/logging-log4j-tools/issues/37"/> <author id="vy"/> <author id="rgoers"/> - <description format="markdown">Add `versionPattern` parameter to `release` Maven goal</description> + <description format="markdown">The changelog release models passed to the index template file (`.index.adoc.ftl`) is enriched with `changelogEntryCount` fields</description> </entry> diff --git a/src/changelog/0.3.0/44_make_changelog_format_agnostic.xml b/src/changelog/0.3.0/44_make_changelog_format_agnostic.xml index e17c170..db456c1 100644 --- a/src/changelog/0.3.0/44_make_changelog_format_agnostic.xml +++ b/src/changelog/0.3.0/44_make_changelog_format_agnostic.xml @@ -19,6 +19,7 @@ xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd" type="added"> + <issue id="44" link="https://github.com/apache/logging-log4j-tools/issues/44"/> <author id="vy"/> - <description format="markdown">Upgrade the compiler version to Java 17, yet still target Java 8</description> + <description format="markdown">Support multiple and formatting-agnostic template files</description> </entry> diff --git a/src/changelog/0.3.0/java_17.xml b/src/changelog/0.3.0/java_17.xml index 0ac83d0..deac458 100644 --- a/src/changelog/0.3.0/java_17.xml +++ b/src/changelog/0.3.0/java_17.xml @@ -19,8 +19,6 @@ xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd" type="changed"> - <issue id="20" link="https://github.com/apache/logging-log4j-tools/issues/20"/> <author id="vy"/> - <author id="rgoers"/> - <description format="markdown">Renamed `log4j.changelog.exporter.outputDirectory` property to `log4j.changelog.outputDirectory`</description> + <description format="markdown">Upgrade the compiler version to Java 17, yet still target Java 8</description> </entry>
