This is an automated email from the ASF dual-hosted git repository.

hefengen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new 184e4ba066 [type:fix][ISSUE #4984] Fix build errors (#4985)
184e4ba066 is described below

commit 184e4ba06623d9999d67e59d127d18e7e8853386
Author: Kerwin Bryant <[email protected]>
AuthorDate: Thu Aug 17 09:42:42 2023 +0800

    [type:fix][ISSUE #4984] Fix build errors (#4985)
    
    fixed #4984
    
    Co-authored-by: likeguo <[email protected]>
    Co-authored-by: xiaoyu <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bf401294bb..97d098c647 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
         <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
         <maven-source-plugin.version>3.0.1</maven-source-plugin.version>
         <maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
-        <maven-javadoc-plugin.version>2.10.3</maven-javadoc-plugin.version>
+        <maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
         <maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
         <maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>
         <maven-release-plugin.version>2.5.3</maven-release-plugin.version>

Reply via email to