This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch 2.x-docgen in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit a2e151965554c73fb3ca84b07dcbc86748796141 Author: Volkan Yazıcı <[email protected]> AuthorDate: Tue Mar 12 09:12:11 2024 +0100 Fix `docgen.log4j.version` to `revision` --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 632c58ffee..0f2d367950 100644 --- a/pom.xml +++ b/pom.xml @@ -337,7 +337,7 @@ <log4j-docgen.version>1.0.0-SNAPSHOT</log4j-docgen.version> <!-- Versions of libraries whose plugin descriptors will be documented: --> - <docgen.log4j.version>2.23.0-SNAPSHOT</docgen.log4j.version> + <docgen.log4j.version>${revision}</docgen.log4j.version> </properties>
