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 5a1e5ec470268ac30b1731cb8f7388d008e7bb0f Author: Volkan Yazıcı <[email protected]> AuthorDate: Thu Jun 29 20:35:07 2023 +0200 Fix changelog entry typo --- src/changelog/.0.x.x/63_add_versionPattern_to_ReleaseMojo.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/changelog/.0.x.x/63_add_versionPattern_to_ReleaseMojo.xml b/src/changelog/.0.x.x/63_add_versionPattern_to_ReleaseMojo.xml index e17c170..752420c 100644 --- a/src/changelog/.0.x.x/63_add_versionPattern_to_ReleaseMojo.xml +++ b/src/changelog/.0.x.x/63_add_versionPattern_to_ReleaseMojo.xml @@ -19,6 +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"/> <author id="vy"/> - <description format="markdown">Upgrade the compiler version to Java 17, yet still target Java 8</description> + <author id="rgoers"/> + <description format="markdown">Add `versionPattern` (i.e., the regular expression pattern for parsing versions) parameter to the Maven `release` goal</description> </entry>
