xuxueli 8 years ago
parent
commit
1090c2475d

+ 2 - 2
README.md View File

@@ -107,14 +107,14 @@ XXL-JOB是一个轻量级分布式任务调度框架,其核心设计目标是
107 107
 [http://git.oschina.net/xuxueli0323/xxl-job](http://git.oschina.net/xuxueli0323/xxl-job) | [Download](http://git.oschina.net/xuxueli0323/xxl-job/releases)
108 108
 
109 109
 
110
-#### 中央仓库地址 (最新Release版本:1.7.2)
110
+#### 中央仓库地址 (最新Release版本:1.8.0)
111 111
 
112 112
 ```
113 113
 <!-- http://repo1.maven.org/maven2/com/xuxueli/xxl-job-core/ -->
114 114
 <dependency>
115 115
     <groupId>com.xuxueli</groupId>
116 116
     <artifactId>xxl-job-core</artifactId>
117
-    <version>1.7.2</version>
117
+    <version>1.8.0</version>
118 118
 </dependency>
119 119
 ```
120 120
 

+ 3 - 2
doc/XXL-JOB官方文档.md View File

@@ -98,14 +98,14 @@ XXL-JOB是一个轻量级分布式任务调度框架,其核心设计目标是
98 98
 [http://git.oschina.net/xuxueli0323/xxl-job](http://git.oschina.net/xuxueli0323/xxl-job) | [Download](http://git.oschina.net/xuxueli0323/xxl-job/releases)
99 99
 
100 100
 
101
-#### 中央仓库地址 (最新Release版本:1.7.2)
101
+#### 中央仓库地址 (最新Release版本:1.8.0)
102 102
 
103 103
 ```
104 104
 <!-- http://repo1.maven.org/maven2/com/xuxueli/xxl-job-core/ -->
105 105
 <dependency>
106 106
     <groupId>com.xuxueli</groupId>
107 107
     <artifactId>xxl-job-core</artifactId>
108
-    <version>1.7.2</version>
108
+    <version>1.8.0</version>
109 109
 </dependency>
110 110
 ```
111 111
 
@@ -894,6 +894,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
894 894
 - 7、调度任务优先级;
895 895
 - 8、移除quartz依赖,重写调度模块:新增或恢复任务时将下次执行记录插入delayqueue,调度中心集群竞争分布式锁,成功节点批量加载到期delayqueue数据,批量执行。
896 896
 - 9、任务执行结果回调失败后重试:待定,防止回调死循环;
897
+- 10、springboot 和 docker镜像;
897 898
 
898 899
 ## 七、其他
899 900
 

+ 1 - 1
xxl-job-admin/src/main/webapp/WEB-INF/template/common/common.macro.ftl View File

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