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-crypto.git
The following commit(s) were added to refs/heads/master by this push: new e6fc8fd3 Fix Javadoc generation (Java 23) e6fc8fd3 is described below commit e6fc8fd3f4b43ab97d39cf9c15332a24d73d2b26 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 29 09:30:16 2025 -0500 Fix Javadoc generation (Java 23) --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index 2779240e..fa9da878 100644 --- a/pom.xml +++ b/pom.xml @@ -146,13 +146,9 @@ The following provides more details on the included cryptographic software: <maven.compiler.target>1.8</maven.compiler.target> <!-- override parent default of iso-8859-1 --> <commons.encoding>UTF-8</commons.encoding> - <commons.javadoc.java.link>https://docs.oracle.com/javase/8/docs/api/</commons.javadoc.java.link> - <checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file> <checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt, **/maven-archiver/pom.properties</checkstyle.resourceExcludes> - <japicmp.skip>false</japicmp.skip> - <commons.release.isDistModule>true</commons.release.isDistModule> <jna.version>5.16.0</jna.version> <!-- Version 4.0.1 requires Java 11+; the version is overridden in a profile if necessary -->