You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2021/12/23 03:06:57 UTC

[logging-log4j2] 01/03: [LOG4J2-3275] add Log4jReleaseVersionJava6 property to POM

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

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

commit 9be5f2e57ba2171cd398f834fb9045595465b6ee
Author: rpopma <rp...@apache.org>
AuthorDate: Thu Dec 23 11:54:03 2021 +0900

    [LOG4J2-3275] add Log4jReleaseVersionJava6 property to POM
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 5c8b808..09d3edc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,6 +182,7 @@
     <!-- make sure to update these for each release! -->
     <log4jParentDir>${basedir}</log4jParentDir>
     <Log4jReleaseVersion>2.12.3</Log4jReleaseVersion>
+    <Log4jReleaseVersionJava6>2.3.1</Log4jReleaseVersionJava6>
     <Log4jReleaseManager>Ralph Goers</Log4jReleaseManager>
     <Log4jReleaseKey>B3D8E1BA</Log4jReleaseKey>
     <Log4jSigningUserName>rgoers@apache.org</Log4jSigningUserName>