This is an automated email from the ASF dual-hosted git repository.
guoweijie pushed a commit to branch release-1.20
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.20 by this push:
new 9210312d4d9 [hotfix] [docs] Fix java doc api
9210312d4d9 is described below
commit 9210312d4d9afc89a15608e910167bbd2bedb5c5
Author: Samrat <[email protected]>
AuthorDate: Tue Jul 23 07:23:55 2024 +0530
[hotfix] [docs] Fix java doc api
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 93473f6fcbe..0423c66301a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2236,7 +2236,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
-
<version>2.9.1</version><!--$NO-MVN-MAN-VER$-->
+
<version>3.7.0</version><!--$NO-MVN-MAN-VER$-->
<configuration>
<quiet>true</quiet>
<detectOfflineLinks>false</detectOfflineLinks>