Skip to content

Commit

Permalink
升级正式版本V1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xueli.xue committed Nov 13, 2016
1 parent aa812e1 commit a08b680
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions xxl-job-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion xxl-job-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions xxl-job-executor-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit a08b680

Please sign in to comment.