提交 a08b6800 编写于 作者: X xueli.xue

升级正式版本V1.5.1

上级 aa812e15
......@@ -687,8 +687,8 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
- 8、"调度中心"自动注册和发现,failover: 调度中心周期性自动注册, 任务回调时可以感知在线的所有调度中心地址, 通过failover的方式进行任务回调,避免回调单点风险。
#### 6.10 版本 V1.5.1 特性
- 1、代码优化,POM清理,clean code;
- 2、Servlet/JSP Spec定为3.0/2.2
- 1、底层代码重构和逻辑优化,POM清理以及CleanCode;
- 2、Servlet/JSP Spec定为3.0/2.2
- 3、Spring升级至3.2.17.RELEASE版本;
- 4、Jetty升级版本至8.2.0.v20160908;
......
......@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
<packaging>pom</packaging>
<name>xxl-job</name>
......
......@@ -4,13 +4,13 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>
<artifactId>xxl-job-admin</artifactId>
<packaging>war</packaging>
<properties>
<xxl-job.version>1.5.1-SNAPSHOT</xxl-job.version>
<xxl-job.version>1.5.1</xxl-job.version>
<spring.version>3.2.17.RELEASE</spring.version>
</properties>
......
......@@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>
<artifactId>xxl-job-core</artifactId>
<packaging>jar</packaging>
......
......@@ -4,13 +4,13 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>
<artifactId>xxl-job-executor-example</artifactId>
<packaging>war</packaging>
<properties>
<xxl-job.version>1.5.1-SNAPSHOT</xxl-job.version>
<xxl-job.version>1.5.1</xxl-job.version>
<spring.version>3.2.17.RELEASE</spring.version>
</properties>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册