You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2022/03/07 21:14:20 UTC

[logging-log4j2] branch release-2.x updated: Add comment.

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

ggregory 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 f8f11e2  Add comment.
f8f11e2 is described below

commit f8f11e2ff5d0d4de9a7e9730bb5a89a4b477792e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Mar 7 16:14:15 2022 -0500

    Add comment.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 48d42c8..ee9969d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -253,6 +253,7 @@
     <surefire.plugin.version>3.0.0-M5</surefire.plugin.version>
     <failsafe.plugin.version>3.0.0-M5</failsafe.plugin.version>
     <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
+    <!-- checkstyle 10.0 requires Java 11 -->
     <checkstyle.tool.version>8.45.1</checkstyle.tool.version>
     <deploy.plugin.version>2.8.2</deploy.plugin.version>
     <rat.plugin.version>0.13</rat.plugin.version>