This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch jena4 in repository https://gitbox.apache.org/repos/asf/jena.git
commit 8610b40918b194dc1d80db3746c2398f8705de16 Author: Andy Seaborne <[email protected]> AuthorDate: Tue Nov 7 08:05:43 2023 +0000 Don't link to reorganised javadoc on jena.apache.org --- pom.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pom.xml b/pom.xml index abeb70a7c5..e996758268 100644 --- a/pom.xml +++ b/pom.xml @@ -1059,16 +1059,6 @@ <windowtitle>${project.name} ${project.version}</windowtitle> <doctitle>${project.name} ${project.version}</doctitle> <bottom>Licensed under the Apache License, Version 2.0</bottom> - <links> - <link>https://jena.apache.org/documentation/javadoc/jena/</link> - <link>https://jena.apache.org/documentation/javadoc/arq/</link> - <link>https://jena.apache.org/documentation/javadoc/tdb/</link> - <link>https://jena.apache.org/documentation/javadoc/text/</link> - <link>https://jena.apache.org/documentation/javadoc/rdfconnection/</link> - <link>https://jena.apache.org/documentation/javadoc/fuseki2/</link> - <link>https://jena.apache.org/documentation/javadoc/permissions/</link> - <link>https://jena.apache.org/documentation/javadoc/jdbc/</link> - </links> <!-- Settings for @apiNote, @implSpec and @implNote --> <tags> <tag>
