Skip to content

Commit

Permalink
build: 更新项目版本至 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxueli committed Jan 11, 2025
1 parent 4a9570a commit 38d4119
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions doc/XXL-JOB官方文档.md
Original file line number Diff line number Diff line change
Expand Up @@ -2435,8 +2435,8 @@ public void execute() {
- 14、【升级】多个项目依赖升级至较新稳定版本,涉及netty、groovy、gson、springboot、mybatis等;
**备注:**
- a、本次升级数据模型及通讯协议向前兼容,v2.4.*代码和系统可无缝升级;数据库初始化脚本对比新旧版本补充索引
- a、计划下个大版本升级 v3.0,将会基于 jdk17 与 springboot3.x 构建;(历史版本将会并行维护,问题及漏洞将会及时跟进修复
- a、本次升级数据模型及通讯协议向前兼容,v2.4.*代码和系统可无缝升级;建议数据库初始化脚本对比新旧版本补充索引
- b、计划下个大版本升级 v3.0,将会基于 jdk17 与 springboot3.x 构建;版本v2.5.x将会继续维护,问题及漏洞将会及时跟进修复
### 7.37 版本 v2.5.0 Release Notes[规划中]
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion xxl-job-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
</parent>
<artifactId>xxl-job-admin</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
admin_name=Scheduling Center
admin_name_full=Distributed Task Scheduling Platform XXL-JOB
admin_version=2.5.0-SNAPSHOT
admin_version=2.5.0
admin_i18n=en

## system
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
admin_name=任务调度中心
admin_name_full=分布式任务调度平台XXL-JOB
admin_version=2.5.0-SNAPSHOT
admin_version=2.5.0
admin_i18n=

## system
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
admin_name=任務調度中心
admin_name_full=分布式任務調度平臺XXL-JOB
admin_version=2.5.0-SNAPSHOT
admin_version=2.5.0
admin_i18n=

## system
Expand Down
2 changes: 1 addition & 1 deletion xxl-job-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
</parent>
<artifactId>xxl-job-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion xxl-job-executor-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
</parent>
<artifactId>xxl-job-executor-samples</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job-executor-samples</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
</parent>
<artifactId>xxl-job-executor-sample-frameless</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job-executor-samples</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
</parent>
<artifactId>xxl-job-executor-sample-springboot</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 38d4119

Please sign in to comment.