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
The following commit(s) were added to refs/heads/log4j-2.12 by this push:
new 31943d0 [DOC] Fix appenders page typo: replace reference to 2.3.1
with 2.12.3
31943d0 is described below
commit 31943d0046e99e55cedb4aad0d21c7c2e61227eb
Author: rpopma <[email protected]>
AuthorDate: Tue Dec 21 13:53:11 2021 +0900
[DOC] Fix appenders page typo: replace reference to 2.3.1 with 2.12.3
---
src/site/xdoc/manual/appenders.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/xdoc/manual/appenders.xml
b/src/site/xdoc/manual/appenders.xml
index 8eef640..0cdd5a6 100644
--- a/src/site/xdoc/manual/appenders.xml
+++ b/src/site/xdoc/manual/appenders.xml
@@ -1527,7 +1527,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.3.1
this appender will not function unless
+ <p>The JMS Appender requires JNDI support so as of release 2.12.3
this appender will not function unless
<code>log4j2.enableJndiJms=true</code> is configured as a system
property or environment
variable. See the <a
href="./configuration.html#enableJndiJms">enableJndiJms</a> system property.</p>
<p>