From be42e568cecfa303a8a8d39382dc1c11ac16313e Mon Sep 17 00:00:00 2001 From: slievrly Date: Sun, 28 Jul 2024 01:23:42 +0800 Subject: [PATCH 1/2] optimize: fix javadoc version incompatibility issue --- build/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pom.xml b/build/pom.xml index 8c033d6cc0f..4a072ee3df7 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -104,7 +104,7 @@ 3.8 1.3.6 - 3.0.0 + 3.4.0 4.0 1.20 3.1.1 From 7eda8032b31296bc2a3bdc8349526b95200dbfdf Mon Sep 17 00:00:00 2001 From: slievrly Date: Sun, 28 Jul 2024 01:27:44 +0800 Subject: [PATCH 2/2] add change --- changes/en-us/2.1.0.md | 1 + changes/zh-cn/2.1.0.md | 1 + 2 files changed, 2 insertions(+) diff --git a/changes/en-us/2.1.0.md b/changes/en-us/2.1.0.md index 64b62ef68f3..d89d3dddffb 100644 --- a/changes/en-us/2.1.0.md +++ b/changes/en-us/2.1.0.md @@ -170,6 +170,7 @@ The version is updated as follows: - [[#6674](https://github.com/apache/incubator-seata/pull/6674)] update source license - [[#6677](https://github.com/apache/incubator-seata/pull/6677)] add license header for SPI file - [[#6692](https://github.com/apache/incubator-seata/pull/6692)] fix node-gyp build error on arm64 and macos +- [[#6704](https://github.com/apache/incubator-seata/pull/6704)] fix javadoc version incompatibility issue ### security: diff --git a/changes/zh-cn/2.1.0.md b/changes/zh-cn/2.1.0.md index 4fc25d78911..528a9e52815 100644 --- a/changes/zh-cn/2.1.0.md +++ b/changes/zh-cn/2.1.0.md @@ -169,6 +169,7 @@ Apache Seata(incubating) 是一款开源的分布式事务解决方案,提供 - [[#6674](https://github.com/apache/incubator-seata/pull/6674)] 更新源码中的 license - [[#6677](https://github.com/apache/incubator-seata/pull/6677)] 为 SPI配置文件添加 license header - [[#6692](https://github.com/apache/incubator-seata/pull/6692)] 修复 node-gyp 在 arm64 和 macos 构建失败问题 +- [[#6704](https://github.com/apache/incubator-seata/pull/6704)] 修复 javadoc 版本不兼容问题 ### security: