Browse Source

升级至正式版本:v1.9.0

xuxueli 7 years ago
parent
commit
7b15aa393e

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

@@ -1081,7 +1081,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
1081 1081
 - 9、调度中心任务监控线程销毁时,批量对失败任务告警,防止告警信息丢失;
1082 1082
 - 10、任务日志文件路径时间戳格式化时SimpleDateFormat并发问题解决;
1083 1083
 
1084
-### 6.20 版本 V1.9.0 特性[迭代中]
1084
+### 6.20 版本 V1.9.0 特性[2017-12-29]
1085 1085
 - 1、新增Nutz执行器Sample示例项目;
1086 1086
 - 2、新增任务运行模式 "GLUE模式(NodeJS) ",支持NodeJS脚本任务;
1087 1087
 - 3、脚本任务Shell、Python和Nodejs等支持获取分片参数;
@@ -1091,7 +1091,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
1091 1091
 - 7、调度报表优化,支持时间区间筛选;
1092 1092
 - 8、Log组件支持输出异常栈信息,底层实现优化;
1093 1093
 - 9、告警邮件样式优化,调整为表格形式,邮件组件调整为commons-email简化邮件操作;
1094
-- 10、项目依赖升级,如spring、jackson等;
1094
+- 10、项目依赖全量升级至较新稳定版本,如spring、jackson等;
1095 1095
 - 11、任务日志,记录发起调度的机器信息;
1096 1096
 - 12、交互优化,如登陆注销;
1097 1097
 - 13、任务Cron长度扩展支持至128位,支持负责类型Cron设置;

+ 1 - 1
pom.xml View File

@@ -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.0-SNAPSHOT</version>
6
+	<version>1.9.0</version>
7 7
 	<packaging>pom</packaging>
8 8
 
9 9
 	<name>${project.artifactId}</name>

+ 1 - 1
xxl-job-admin/pom.xml View File

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

+ 1 - 1
xxl-job-core/pom.xml View File

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

+ 1 - 1
xxl-job-executor-samples/pom.xml View File

@@ -5,7 +5,7 @@
5 5
     <parent>
6 6
         <groupId>com.xuxueli</groupId>
7 7
         <artifactId>xxl-job</artifactId>
8
-        <version>1.9.0-SNAPSHOT</version>
8
+        <version>1.9.0</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 View File

@@ -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.0-SNAPSHOT</version>
8
+        <version>1.9.0</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 View File

@@ -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.0-SNAPSHOT</version>
8
+        <version>1.9.0</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 View File

@@ -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.0-SNAPSHOT</version>
7
+		<version>1.9.0</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 View File

@@ -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.0-SNAPSHOT</version>
9
+        <version>1.9.0</version>
10 10
     </parent>
11 11
     <artifactId>xxl-job-executor-sample-springboot</artifactId>
12 12
     <packaging>jar</packaging>