You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/02/28 15:03:48 UTC

[logging-log4j2] 04/09: Fix Java 6 and Java 7 versions in docs

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

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

commit c627e0271376534f42a07984653b72e674bd1852
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Fri Feb 17 08:15:35 2023 +0100

    Fix Java 6 and Java 7 versions in docs
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index a82de67fcd..8d659347f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1772,6 +1772,8 @@
           <attributes>
             <!-- copy any site properties wanted in asciidoc files -->
             <Log4jReleaseVersion>${log4jReleaseVersion}</Log4jReleaseVersion>
+            <Log4jReleaseVersionJava6>${log4jReleaseVersionJava6}</Log4jReleaseVersionJava6>
+            <Log4jReleaseVersionJava7>${log4jReleaseVersionJava7}</Log4jReleaseVersionJava7>
             <Log4jReleaseManager>${log4jReleaseManager}</Log4jReleaseManager>
             <Log4jReleaseKey>${log4jReleaseKey}</Log4jReleaseKey>
           </attributes>