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/06/24 23:15:27 UTC

[commons-pool] branch master updated: Update comment for Java 16 and up

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-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new e484f083 Update comment for Java 16 and up
e484f083 is described below

commit e484f0838c9417996e88335041e95098f750cc0a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 24 19:15:23 2023 -0400

    Update comment for Java 16 and up
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f078de30..49872eb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -415,7 +415,7 @@
     </profile>
     <profile>
       <id>java16</id>
-      <!-- For testing with CGLIB on Java 16 and 17-ea. -->
+      <!-- For testing with CGLIB on Java 16 and up. -->
       <activation>
         <jdk>[16,)</jdk>
       </activation>