This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/3.0.0-beta1 in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit e826f35c5387bfc6a18f099c9edc894ef0090456 Author: Volkan Yazıcı <[email protected]> AuthorDate: Wed Dec 13 12:42:58 2023 +0100 Temporarily override `log4j.changelog.versionPattern` (apache/logging-log4j-tools#89) --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index d3a285c49f..1d8c25b2e4 100644 --- a/pom.xml +++ b/pom.xml @@ -339,6 +339,11 @@ <maven.site.skip>true</maven.site.skip> <maven.site.deploy.skip>true</maven.site.deploy.skip> + <!-- Temporary override for the `changelog-release` profile introduced by `logging-parent`. + This override can be removed once `logging-parent` updates `log4j-tools` to version `0.7.0`. + See https://github.com/apache/logging-log4j-tools/issues/89 --> + <log4j.changelog.versionPattern><![CDATA[^(?<major>0|[1-9]\d*)\.(?<minor>0|[1-9]\d*)\.(?<patch>(0|[1-9]\d*)(-[a-zA-Z][0-9a-zA-Z-]*)?)$]]></log4j.changelog.versionPattern> + </properties> <dependencyManagement>
