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 2022/06/22 06:56:18 UTC

[logging-log4j2] branch master updated: LOG4J2-3502 Fix typo.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6aaf7c48e0 LOG4J2-3502 Fix typo.
6aaf7c48e0 is described below

commit 6aaf7c48e082c4f68db4833ddac165f7ee18d750
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Wed Jun 22 08:56:09 2022 +0200

    LOG4J2-3502 Fix typo.
---
 log4j-layout-template-json-test/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/log4j-layout-template-json-test/pom.xml b/log4j-layout-template-json-test/pom.xml
index b0ccb4dad9..da485297d9 100644
--- a/log4j-layout-template-json-test/pom.xml
+++ b/log4j-layout-template-json-test/pom.xml
@@ -259,7 +259,7 @@
       </plugin>
 
       <!-- Disable ITs, which are Docker-dependent, by default.
-           Running Docker on all expected environments (OSes, Docker-disabled CI hosts, etc.) is still needs to be worked out.
+           Running Docker on all expected environments (OSes, Docker-disabled CI hosts, etc.) still needs to be worked out.
            Next to that, certain container images (e.g., ELK stack) require environment-specific limits (e.g., `nofile`). -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>