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-jxpath.git
The following commit(s) were added to refs/heads/master by this push:
new 1b3b5b9 Use "1.8" as the version string on Java 8 for GH CI
1b3b5b9 is described below
commit 1b3b5b9ac822de1861659e0402c99e047273303c
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Jul 20 13:45:51 2025 -0400
Use "1.8" as the version string on Java 8 for GH CI
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8128230..b70042f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -300,7 +300,7 @@
<profile>
<id>java-8</id>
<activation>
- <jdk>8</jdk>
+ <jdk>1.8</jdk>
</activation>
<properties>
<!-- Javadoc 8 expects a package-list file in the Javadoc root but
current Java versions generate an element-list file. -->