From c7463612ee350bae07b3c2f5bdbb22209228c403 Mon Sep 17 00:00:00 2001 From: jimin Date: Tue, 16 Jan 2024 19:09:52 +0800 Subject: [PATCH] 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 86e99fb6b2c..53759c4f3bb 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 2f6fbc1f5a9..502f8afbe9a 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 cc8c2e870b7..ceed1303e07 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -352,8 +352,6 @@ seata-server - ${git.commit.message.full} - ${git.remote.origin.url} ${git.commit.id} ${git.commit.time} ${project.version}