You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/02/05 01:56:52 UTC

[commons-configuration] branch master updated: Update comment

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new f0a2f8d4 Update comment
f0a2f8d4 is described below

commit f0a2f8d46b953bb31da44a7edf1fc6e01c3f13d6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Feb 4 20:56:48 2023 -0500

    Update comment
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 52f4736f..bd1c5b8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -567,7 +567,7 @@
     
     <commons.site-plugin.version>3.10.0</commons.site-plugin.version>
 
-    <!-- commons.animal-sniffer.version 1.21 fails on Java 17. -->
+    <!-- commons.animal-sniffer.version 1.21 and 1.22 fail on Java 17. -->
     <commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>
 
     <!-- Commons Release Plugin -->