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
commit 9cecbdd780a02ba419195118d42392cf8f54198b Author: Gary Gregory <[email protected]> AuthorDate: Sun Nov 23 13:51:14 2025 -0500 Match JDOM version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7ecd36ce..bdbfe10d 100644 --- a/pom.xml +++ b/pom.xml @@ -268,7 +268,7 @@ <link>${commons.javadoc.javaee.link}</link> <link>https://commons.apache.org/proper/commons-lang/apidocs</link> <!-- http://www.jdom.org/docs/apidocs/ is not a secure link --> - <link>https://javadoc.io/doc/org.jdom/jdom/1.1</link> + <link>https://javadoc.io/doc/org.jdom/jdom/1.1.3</link> </links> <excludePackageNames>org.apache.commons.jxpath.ri.parser</excludePackageNames> </configuration>
