This is an automated email from the ASF dual-hosted git repository.
jimin pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
The following commit(s) were added to refs/heads/2.x by this push:
new c7463612ee optimize: fix jib-maven-plugin build failed (#6264)
c7463612ee is described below
commit c7463612ee350bae07b3c2f5bdbb22209228c403
Author: jimin <[email protected]>
AuthorDate: Tue Jan 16 19:09:52 2024 +0800
optimize: fix jib-maven-plugin build failed (#6264)
---
changes/en-us/2.x.md | 1 +
changes/zh-cn/2.x.md | 1 +
server/pom.xml | 2 --
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 86e99fb6b2..53759c4f3b 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -58,6 +58,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#6245](https://github.com/apache/incubator-seata/pull/6245)] in file mode,
the configuration in the application takes effect, when the spring
configuration in the configuration center is changed
- [[#6247](https://github.com/apache/incubator-seata/pull/6247)] optimize
asf.yml
- [[#6259](https://github.com/apache/incubator-seata/pull/6259)] modify error
message which is global session size more than config
+- [[#6264](https://github.com/apache/incubator-seata/pull/6264)] fix
jib-maven-plugin build failed
### security:
- [[#6069](https://github.com/apache/incubator-seata/pull/6069)] Upgrade Guava
dependencies to fix security vulnerabilities
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index 2f6fbc1f5a..502f8afbe9 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -56,6 +56,7 @@
- [[#6245](https://github.com/apache/incubator-seata/pull/6245)]
file模式下,在配置中心的spring配置改变时,使应用程序中的配置生效
- [[#6247](https://github.com/apache/incubator-seata/pull/6247)] 优化 asf.yml 配置
- [[#6259](https://github.com/apache/incubator-seata/pull/6259)]
修改全局会话大小超过配置的错误消息
+- [[#6264](https://github.com/apache/incubator-seata/pull/6264)] 修复
jib-maven-plugin 编译失败问题
### security:
diff --git a/server/pom.xml b/server/pom.xml
index cc8c2e870b..ceed1303e0 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -352,8 +352,6 @@
</ports>
<labels>
<name>seata-server</name>
-
<git.commit.message.full>${git.commit.message.full}</git.commit.message.full>
-
<git.remote.origin.url>${git.remote.origin.url}</git.remote.origin.url>
<git.commit.id>${git.commit.id}</git.commit.id>
<git.commit.time>${git.commit.time}</git.commit.time>
<mvn.build.version>${project.version}</mvn.build.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]