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


The following commit(s) were added to refs/heads/master by this push:
     new 30c5b0b  Rename profile, comment
30c5b0b is described below

commit 30c5b0b7a3533625ac9184ce14d313d037becc5a
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 7 08:11:51 2026 -0500

    Rename profile, comment
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e116529..cc9c478 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1731,8 +1731,8 @@
          </build>
     </profile>
     <profile>
-      <!-- Java 8, 9, 10 -->
-      <id>java-8-9-10</id>
+      <!-- Java 8-9 -->
+      <id>java-8-9</id>
       <activation>
            <jdk>[1.8,10]</jdk>
       </activation>

Reply via email to