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/30 05:41:17 UTC

[logging-log4j2] branch release-2.x updated: [DOC] update POM ReleaseVersionJava6/7 to 2.3.2 and 2.12.4

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

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


The following commit(s) were added to refs/heads/release-2.x by this push:
     new ba77819  [DOC] update POM ReleaseVersionJava6/7 to 2.3.2 and 2.12.4
ba77819 is described below

commit ba77819e62dfd8a5070d6d7323f751c993ddb494
Author: rpopma <rp...@apache.org>
AuthorDate: Thu Dec 30 14:39:56 2021 +0900

    [DOC] update POM ReleaseVersionJava6/7 to 2.3.2 and 2.12.4
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f38e529..3cbc975 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,8 +189,8 @@
     <!-- make sure to update these for each release! -->
     <log4jParentDir>${basedir}</log4jParentDir>
     <Log4jReleaseVersion>2.17.1</Log4jReleaseVersion>
-    <Log4jReleaseVersionJava7>2.12.3</Log4jReleaseVersionJava7>
-    <Log4jReleaseVersionJava6>2.3.1</Log4jReleaseVersionJava6>
+    <Log4jReleaseVersionJava7>2.12.4</Log4jReleaseVersionJava7>
+    <Log4jReleaseVersionJava6>2.3.2</Log4jReleaseVersionJava6>
     <Log4jReleaseManager>Matt Sicker</Log4jReleaseManager>
     <Log4jReleaseKey>D7C92B70FA1C814D</Log4jReleaseKey>
     <Log4jSigningUserName>mattsicker@apache.org</Log4jSigningUserName>