This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch mvn-site-simplified
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 1db88dbddfe47bc60d356a79afd299b0aba2623f
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Dec 12 09:08:41 2022 +0100

    LOG4J2-3628 Use `Log4jReleaseVersion` property for `ChangelogReleaser`.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6c8b5fd7b9..e3e971d427 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1844,7 +1844,7 @@
                 </systemProperty>
                 <systemProperty>
                   <key>log4j.changelog.releaseVersion</key>
-                  <value>${project.version}</value>
+                  <value>${Log4jReleaseVersion}</value>
                 </systemProperty>
               </systemProperties>
             </configuration>

Reply via email to