Skip to content

Commit 1090c24

Browse files
committed
更新RM
1 parent 1617b9e commit 1090c24

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ XXL-JOB是一个轻量级分布式任务调度框架,其核心设计目标是
107107
[http://git.oschina.net/xuxueli0323/xxl-job](http://git.oschina.net/xuxueli0323/xxl-job) | [Download](http://git.oschina.net/xuxueli0323/xxl-job/releases)
108108

109109

110-
#### 中央仓库地址 (最新Release版本:1.7.2)
110+
#### 中央仓库地址 (最新Release版本:1.8.0)
111111

112112
```
113113
<!-- http://repo1.maven.org/maven2/com/xuxueli/xxl-job-core/ -->
114114
<dependency>
115115
<groupId>com.xuxueli</groupId>
116116
<artifactId>xxl-job-core</artifactId>
117-
<version>1.7.2</version>
117+
<version>1.8.0</version>
118118
</dependency>
119119
```
120120

doc/XXL-JOB官方文档.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@ XXL-JOB是一个轻量级分布式任务调度框架,其核心设计目标是
9898
[http://git.oschina.net/xuxueli0323/xxl-job](http://git.oschina.net/xuxueli0323/xxl-job) | [Download](http://git.oschina.net/xuxueli0323/xxl-job/releases)
9999

100100

101-
#### 中央仓库地址 (最新Release版本:1.7.2)
101+
#### 中央仓库地址 (最新Release版本:1.8.0)
102102

103103
```
104104
<!-- http://repo1.maven.org/maven2/com/xuxueli/xxl-job-core/ -->
105105
<dependency>
106106
<groupId>com.xuxueli</groupId>
107107
<artifactId>xxl-job-core</artifactId>
108-
<version>1.7.2</version>
108+
<version>1.8.0</version>
109109
</dependency>
110110
```
111111

@@ -894,6 +894,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
894894
- 7、调度任务优先级;
895895
- 8、移除quartz依赖,重写调度模块:新增或恢复任务时将下次执行记录插入delayqueue,调度中心集群竞争分布式锁,成功节点批量加载到期delayqueue数据,批量执行。
896896
- 9、任务执行结果回调失败后重试:待定,防止回调死循环;
897+
- 10、springboot 和 docker镜像;
897898
898899
## 七、其他
899900

xxl-job-admin/src/main/webapp/WEB-INF/template/common/common.macro.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175

176176
<#macro commonFooter >
177177
<footer class="main-footer">
178-
Powered by <b>XXL-JOB</b> 1.8(快照版)
178+
Powered by <b>XXL-JOB</b> 1.8
179179
<div class="pull-right hidden-xs">
180180
<strong>Copyright &copy; 2015-${.now?string('yyyy')} &nbsp;
181181
<a href="https://github.com/xuxueli/xxl-job" target="_blank" >github</a>&nbsp;

0 commit comments

Comments
 (0)