Skip to content

Commit

Permalink
optimize: fix jib-maven-plugin build failed (#6264)
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly authored Jan 16, 2024
1 parent 2101a95 commit c746361
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions changes/en-us/2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions changes/zh-cn/2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c746361

Please sign in to comment.