This is an automated email from the ASF dual-hosted git repository.
guoweijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 18c8fa2c92b Revert "[FLINK-35154][docs] Update maven-javadoc-plugin to
fix render issue"
18c8fa2c92b is described below
commit 18c8fa2c92bf926a285e8a4889583533f0749270
Author: Weijie Guo <[email protected]>
AuthorDate: Mon Aug 5 16:33:00 2024 +0800
Revert "[FLINK-35154][docs] Update maven-javadoc-plugin to fix render issue"
This reverts commit 25296f3214fa7892b4ddeb51083a2f8d22c7e95a.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b8609a1d895..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>3.7.0</version><!--$NO-MVN-MAN-VER$-->
+
<version>2.9.1</version><!--$NO-MVN-MAN-VER$-->
<configuration>
<quiet>true</quiet>
<detectOfflineLinks>false</detectOfflineLinks>