Skip to content

Commit c2c6ad4

Browse files
authored
optimize: fix javadoc version incompatibility issue (#6704)
1 parent 67644e9 commit c2c6ad4

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<!-- Check -->
105105
<maven-pmd-plugin.version>3.8</maven-pmd-plugin.version>
106106
<p3c-pmd.version>1.3.6</p3c-pmd.version>
107-
<maven-javadoc-plugin.version>3.0.0</maven-javadoc-plugin.version>
107+
<maven-javadoc-plugin.version>3.4.0</maven-javadoc-plugin.version>
108108
<license-maven-plugin.version>4.0</license-maven-plugin.version>
109109
<mojo-license-maven-plugin.version>1.20</mojo-license-maven-plugin.version>
110110
<maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version>

changes/en-us/2.1.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ The version is updated as follows:
170170
- [[#6674](https://github.com/apache/incubator-seata/pull/6674)] update source license
171171
- [[#6677](https://github.com/apache/incubator-seata/pull/6677)] add license header for SPI file
172172
- [[#6692](https://github.com/apache/incubator-seata/pull/6692)] fix node-gyp build error on arm64 and macos
173+
- [[#6704](https://github.com/apache/incubator-seata/pull/6704)] fix javadoc version incompatibility issue
173174

174175

175176
### security:

changes/zh-cn/2.1.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ Apache Seata(incubating) 是一款开源的分布式事务解决方案,提供
169169
- [[#6674](https://github.com/apache/incubator-seata/pull/6674)] 更新源码中的 license
170170
- [[#6677](https://github.com/apache/incubator-seata/pull/6677)] 为 SPI配置文件添加 license header
171171
- [[#6692](https://github.com/apache/incubator-seata/pull/6692)] 修复 node-gyp 在 arm64 和 macos 构建失败问题
172+
- [[#6704](https://github.com/apache/incubator-seata/pull/6704)] 修复 javadoc 版本不兼容问题
172173

173174

174175
### security:

0 commit comments

Comments
 (0)