This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git
The following commit(s) were added to refs/heads/master by this push:
new a6cbba81 Move profile from Java 22 to 25 (LTS) boundary.
a6cbba81 is described below
commit a6cbba814422a06a0366468b2346f52aaacf8f3d
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Sep 4 08:06:19 2026 -0400
Move profile from Java 22 to 25 (LTS) boundary.
Graal 25 is aligned with Java 25.
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index b01a5293..9e64181e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -504,10 +504,10 @@
</dependencies>
</profile>
<profile>
- <!-- Java 22 and up -->
- <id>java-22-up</id>
+ <!-- Java 25 and up -->
+ <id>java-25-up</id>
<activation>
- <jdk>[22,)</jdk>
+ <jdk>[25,)</jdk>
</activation>
<properties>
<graalvm.version>25.3.4.1</graalvm.version>