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-log4j-tools.git
commit 1235bc83e2b44ff39367d59c579ee2d44abc6950 Author: Volkan Yazıcı <[email protected]> AuthorDate: Tue Dec 27 09:31:34 2022 +0100 Fix comment typo in parent's POM --- log4j-tools-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log4j-tools-parent/pom.xml b/log4j-tools-parent/pom.xml index 7ebb4a1..6885985 100644 --- a/log4j-tools-parent/pom.xml +++ b/log4j-tools-parent/pom.xml @@ -38,7 +38,7 @@ <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <!-- `minimalJavaBuildVersion` is employed by `org.apache:apache`, which is the parent of `org.apache.logging:logging-parent`, which is the parent of us. + <!-- `minimalJavaBuildVersion` is employed by `org.apache:apache`, which parents `org.apache.logging:logging-parent`, which parents `org.apache.logging.log4j.tools:log4j-tools-bom`, which parents us. `minimalJavaBuildVersion` is used for enforcing the compiler version. We will use `java.version` to enforce the target JVM byte code, which is 8. --> <minimalJavaBuildVersion>[11,12)</minimalJavaBuildVersion>
