Bläddra i källkod

版本Release:v1.9.1

xuxueli 7 år sedan
förälder
incheckning
e246de73d7

+ 2 - 1
doc/XXL-JOB官方文档.md Visa fil

@@ -1142,7 +1142,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
1142 1142
 - 30、任务列表新增筛选条件 "任务描述",快速检索任务;
1143 1143
 - 31、执行器Log文件定期清理功能:执行器新增配置项("xxl.job.executor.logretentiondays")日志保存天数,日志文件过期自动删除。
1144 1144
 
1145
-### 6.21 版本 V1.9.1 特性[迭代中]
1145
+### 6.21 版本 V1.9.1 特性[2018-02-22]
1146 1146
 - 1、国际化:调度中心实现国际化,支持中文、英文两种语言,默认为中文。
1147 1147
 - 2、调度报表新增"运行中"中状态项;
1148 1148
 - 3、调度报表优化,报表SQL调优并且新增LocalCache缓存(缓存时间60s),提高大数据量下报表加载速度;
@@ -1150,6 +1150,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
1150 1150
 - 5、修复新版本chrome滚动到顶部失效问题;
1151 1151
 - 6、调度中心配置加载优化,取消对配置文件名的强依赖,支持加载磁盘配置;
1152 1152
 - 7、修复脚本任务Log文件未正常close的问题;
1153
+- 8、项目依赖全量升级至较新稳定版本,如spring、jackson等等;
1153 1154
 
1154 1155
 
1155 1156
 ### TODO LIST

+ 6 - 6
pom.xml Visa fil

@@ -3,7 +3,7 @@
3 3
 	<modelVersion>4.0.0</modelVersion>
4 4
 	<groupId>com.xuxueli</groupId>
5 5
 	<artifactId>xxl-job</artifactId>
6
-	<version>1.9.1-SNAPSHOT</version>
6
+	<version>1.9.1</version>
7 7
 	<packaging>pom</packaging>
8 8
 
9 9
 	<name>${project.artifactId}</name>
@@ -20,16 +20,16 @@
20 20
 		<javax.servlet-api.version>3.0.1</javax.servlet-api.version>
21 21
 		<jsp-api.version>2.2</jsp-api.version>
22 22
 
23
-		<spring.version>4.3.13.RELEASE</spring.version>
24
-		<jackson.version>2.9.3</jackson.version>
23
+		<spring.version>4.3.14.RELEASE</spring.version>
24
+		<jackson.version>2.9.4</jackson.version>
25 25
 		<aspectjweaver.version>1.8.13</aspectjweaver.version>
26 26
 		<slf4j-api.version>1.7.25</slf4j-api.version>
27 27
 		<freemarker.version>2.3.23</freemarker.version>
28 28
 		<junit.version>4.12</junit.version>
29 29
 
30
-		<jetty-server.version>9.2.22.v20170606</jetty-server.version>
30
+		<jetty-server.version>9.2.24.v20180105</jetty-server.version>
31 31
 		<hessian.version>4.0.51</hessian.version>
32
-		<httpclient.version>4.5.4</httpclient.version>
32
+		<httpclient.version>4.5.5</httpclient.version>
33 33
 		
34 34
 		<commons-exec.version>1.3</commons-exec.version>
35 35
 		<commons-collections4.version>4.1</commons-collections4.version>
@@ -44,7 +44,7 @@
44 44
 		<groovy-all.version>2.4.13</groovy-all.version>
45 45
 		<quartz.version>2.3.0</quartz.version>
46 46
 
47
-		<spring-boot.version>1.5.9.RELEASE</spring-boot.version>
47
+		<spring-boot.version>1.5.10.RELEASE</spring-boot.version>
48 48
 	</properties>
49 49
 
50 50
 	<build>

+ 1 - 1
xxl-job-admin/pom.xml Visa fil

@@ -4,7 +4,7 @@
4 4
 	<parent>
5 5
 		<groupId>com.xuxueli</groupId>
6 6
 		<artifactId>xxl-job</artifactId>
7
-		<version>1.9.1-SNAPSHOT</version>
7
+		<version>1.9.1</version>
8 8
 	</parent>
9 9
 	<artifactId>xxl-job-admin</artifactId>
10 10
 	<packaging>war</packaging>

+ 1 - 1
xxl-job-admin/src/main/resources/i18n/message.properties Visa fil

@@ -1,6 +1,6 @@
1 1
 admin_name=任务调度中心
2 2
 admin_name_full=分布式任务调度平台XXL-JOB
3
-admin_version=1.9.1(快照版本)
3
+admin_version=1.9.1
4 4
 
5 5
 ## system
6 6
 system_tips=系统提示

+ 2 - 2
xxl-job-admin/src/main/resources/i18n/message_en.properties Visa fil

@@ -1,6 +1,6 @@
1
-admin_name=Job Scheduling Center
1
+admin_name=Scheduling Center
2 2
 admin_name_full=Distributed Task Scheduling Platform XXL-JOB
3
-admin_version=1.9.1(SNAPSHOT)
3
+admin_version=1.9.1
4 4
 
5 5
 ## system
6 6
 system_tips=System message

+ 1 - 1
xxl-job-core/pom.xml Visa fil

@@ -4,7 +4,7 @@
4 4
 	<parent>
5 5
 		<groupId>com.xuxueli</groupId>
6 6
 		<artifactId>xxl-job</artifactId>
7
-		<version>1.9.1-SNAPSHOT</version>
7
+		<version>1.9.1</version>
8 8
 	</parent>
9 9
 	<artifactId>xxl-job-core</artifactId>
10 10
 	<packaging>jar</packaging>

+ 1 - 1
xxl-job-executor-samples/pom.xml Visa fil

@@ -5,7 +5,7 @@
5 5
     <parent>
6 6
         <groupId>com.xuxueli</groupId>
7 7
         <artifactId>xxl-job</artifactId>
8
-        <version>1.9.1-SNAPSHOT</version>
8
+        <version>1.9.1</version>
9 9
     </parent>
10 10
     <artifactId>xxl-job-executor-samples</artifactId>
11 11
     <packaging>pom</packaging>

+ 1 - 1
xxl-job-executor-samples/xxl-job-executor-sample-jfinal/pom.xml Visa fil

@@ -5,7 +5,7 @@
5 5
     <parent>
6 6
         <artifactId>xxl-job-executor-samples</artifactId>
7 7
         <groupId>com.xuxueli</groupId>
8
-        <version>1.9.1-SNAPSHOT</version>
8
+        <version>1.9.1</version>
9 9
     </parent>
10 10
     <modelVersion>4.0.0</modelVersion>
11 11
     <artifactId>xxl-job-executor-sample-jfinal</artifactId>

+ 1 - 1
xxl-job-executor-samples/xxl-job-executor-sample-nutz/pom.xml Visa fil

@@ -5,7 +5,7 @@
5 5
     <parent>
6 6
         <groupId>com.xuxueli</groupId>
7 7
         <artifactId>xxl-job-executor-samples</artifactId>
8
-        <version>1.9.1-SNAPSHOT</version>
8
+        <version>1.9.1</version>
9 9
     </parent>
10 10
     <modelVersion>4.0.0</modelVersion>
11 11
     <artifactId>xxl-job-executor-sample-nutz</artifactId>

+ 1 - 1
xxl-job-executor-samples/xxl-job-executor-sample-spring/pom.xml Visa fil

@@ -4,7 +4,7 @@
4 4
 	<parent>
5 5
 		<groupId>com.xuxueli</groupId>
6 6
 		<artifactId>xxl-job-executor-samples</artifactId>
7
-		<version>1.9.1-SNAPSHOT</version>
7
+		<version>1.9.1</version>
8 8
 	</parent>
9 9
 	<artifactId>xxl-job-executor-sample-spring</artifactId>
10 10
 	<packaging>war</packaging>

+ 1 - 1
xxl-job-executor-samples/xxl-job-executor-sample-springboot/pom.xml Visa fil

@@ -6,7 +6,7 @@
6 6
     <parent>
7 7
         <groupId>com.xuxueli</groupId>
8 8
         <artifactId>xxl-job-executor-samples</artifactId>
9
-        <version>1.9.1-SNAPSHOT</version>
9
+        <version>1.9.1</version>
10 10
     </parent>
11 11
     <artifactId>xxl-job-executor-sample-springboot</artifactId>
12 12
     <packaging>jar</packaging>