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/14 07:41:53 UTC

[logging-log4j2] branch release-2.x updated: [DOC] fix incorrect version 2.15.1: should be 2.16.0

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 0ac8c85  [DOC] fix incorrect version 2.15.1: should be 2.16.0
0ac8c85 is described below

commit 0ac8c8585747422324013094d049d323fdacc244
Author: rpopma <rp...@apache.org>
AuthorDate: Tue Dec 14 16:41:31 2021 +0900

    [DOC] fix incorrect version 2.15.1: should be 2.16.0
---
 src/site/xdoc/manual/appenders.xml | 2 +-
 src/site/xdoc/manual/lookups.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml
index 6a4956c..f6fad02 100644
--- a/src/site/xdoc/manual/appenders.xml
+++ b/src/site/xdoc/manual/appenders.xml
@@ -1540,7 +1540,7 @@ public class ConnectionFactory {
         <a name="JMSTopicAppender"/>
         <subsection name="JMS Appender">
           <p>The JMS Appender sends the formatted log event to a JMS Destination.</p>
-          <p>The JMS Appender requires JNDI support so as of release 2.15.1 this appender will not function unless
+          <p>The JMS Appender requires JNDI support so as of release 2.16.0 this appender will not function unless
             <code>log4j2.enableJndi=true</code>log4j2.enableJndi=true is configured as a system property or environment
             variable. See the <a href="./configuration.html#enableJndi">enableJndi</a> system property.</p>
           <p>
diff --git a/src/site/xdoc/manual/lookups.xml b/src/site/xdoc/manual/lookups.xml
index 70024ff..e9a2e59 100644
--- a/src/site/xdoc/manual/lookups.xml
+++ b/src/site/xdoc/manual/lookups.xml
@@ -267,7 +267,7 @@
         <a name="JndiLookup"/>
         <subsection name="Jndi Lookup">
           <p>
-            As of Log4j 2.15.1 JNDI operations require that <code>log4j2.enableJndi=true</code> be set as a system
+            As of Log4j 2.16.0 JNDI operations require that <code>log4j2.enableJndi=true</code> be set as a system
             property or the corresponding environment variable for this lookup to function. See the
             <a href="./configuration.html#enableJndi">enableJndi</a> system property.
           </p>