@ -1153,6 +1153,8 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
- 7、修复脚本任务Log文件未正常close的问题;
- 8、项目依赖全量升级至较新稳定版本,如spring、jackson等等;
### 6.22 版本 V1.9.2 特性[迭代中]
### TODO LIST
- 1、任务权限管理:执行器为粒度分配权限,核心操作校验权限;
@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job</artifactId>
<version>1.9.1</version>
<version>1.9.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
@ -4,7 +4,7 @@
<parent>
</parent>
<artifactId>xxl-job-admin</artifactId>
<packaging>war</packaging>
@ -1,6 +1,6 @@
admin_name=任务调度中心
admin_name_full=分布式任务调度平台XXL-JOB
admin_version=1.9.1
admin_version=1.9.2 (快照版)
## system
system_tips=系统提示
admin_name=Scheduling Center
admin_name_full=Distributed Task Scheduling Platform XXL-JOB
admin_version=1.9.2 (SNAPSHOT)
system_tips=System message
<artifactId>xxl-job-core</artifactId>
<packaging>jar</packaging>
@ -5,7 +5,7 @@
<artifactId>xxl-job-executor-samples</artifactId>
<artifactId>xxl-job-executor-sample-jfinal</artifactId>
<artifactId>xxl-job-executor-sample-nutz</artifactId>
<artifactId>xxl-job-executor-sample-spring</artifactId>
@ -6,7 +6,7 @@
<artifactId>xxl-job-executor-sample-springboot</artifactId>