This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
commit 2170ce336ff7381a11fc11f670554b1a3f51043f Author: Martin Desruisseaux <[email protected]> AuthorDate: Wed May 11 09:25:23 2022 +0200 Keep (for now) the Java 8 layout (no module page) in generated javadoc. --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1ebecd20a9..728a92d38b 100644 --- a/pom.xml +++ b/pom.xml @@ -859,7 +859,6 @@ <artifactId>maven-javadoc-plugin</artifactId> <version>3.4.0</version> <configuration> - <release>17</release> <source>${maven.compiler.source}</source> <!-- Enables javadoc to handle language constructs present in target JDK. --> <encoding>${project.build.sourceEncoding}</encoding> <!-- Encoding of Java source file. --> <docencoding>${website.encoding}</docencoding> <!-- Encoding of the generated HTML files. -->
