This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch test-doc in repository https://gitbox.apache.org/repos/asf/flink.git
commit 5aa2a8f6a5ac0e63c92dd42db952ab2d9d12e443 Author: Weijie Guo <[email protected]> AuthorDate: Thu Jul 18 13:34:48 2024 +0800 fixup! try to downgrade maven-javadoc-plugin to `2.10.4` --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 728ac433948..985a713c1d0 100644 --- a/pom.xml +++ b/pom.xml @@ -2238,7 +2238,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.10.4</version><!--$NO-MVN-MAN-VER$--> + <version>2.9.1</version><!--$NO-MVN-MAN-VER$--> <configuration> <quiet>true</quiet> <detectOfflineLinks>false</detectOfflineLinks>
