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-rdf.git
commit c4bfefedf780dc7b92f7a2bb5b11f7850f8e0c64 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Thu Apr 24 18:00:15 2025 -0400 Bump org.apache.commons:commons-parent from 79 to 81 --- pom.xml | 21 +++++++-------------- src/changes/changes.xml | 2 +- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 595ffe4c..193a2e05 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>79</version> + <version>81</version> </parent> <artifactId>commons-rdf-parent</artifactId> <version>0.6.0-SNAPSHOT</version> @@ -166,21 +166,14 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <executions> - <execution> - <id>attach-javadocs</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> <configuration> - <additionalparam>-Xdoclint:all</additionalparam> + <source>${maven.compiler.source}</source> + <linksource>true</linksource> <links> - <link>${commons.javadoc.java.link}</link> - <link>https://jena.apache.org/documentation/javadoc/jena/</link> - <link>https://jena.apache.org/documentation/javadoc/arq/</link> - <link>https://rdf4j.org/javadoc/2.5.4//</link> + <!-- For now, avoid WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. --> + <!-- <link>https://jena.apache.org/documentation/javadoc/jena/</link>--> + <!-- <link>https://jena.apache.org/documentation/javadoc/arq/</link>--> + <link>https://rdf4j.org/javadoc/${rdf4j.version}/</link> </links> </configuration> </plugin> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c37dce13..b3cbb5a9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -33,7 +33,7 @@ <action type="fix" dev="ggregory" due-to="strangelookingnerd, Gary Gregory">Migrate tests to JUnit5 #289.</action> <action type="fix" dev="ggregory" due-to="naturzukunft">Fix AbstractDatasetTest #327.</action> <!-- UPDATE --> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 52 to 78 #259, #265, #269, #273, #279.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 52 to 81 #259, #265, #269, #273, #279.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/cache from 2.1.4 to 3.0.11 and more #77, #97.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/checkout from 2 to 3.1.0 and more #76, #95.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump actions/setup-java from 1.4.0 to 3.6.0 and more #81, #99.</action>