升级大版本: v1.5.0 , 为Beta版本, 为任务注册做准备

This commit is contained in:
xueli.xue 2016-09-29 18:39:40 +08:00
parent fdca5d69dc
commit 2acaf0c284
5 changed files with 21 additions and 16 deletions

View File

@ -1,4 +1,4 @@
# 《分布式任务调度平台XXL-JOB》(最新版本V1.4.2)
# 《分布式任务调度平台XXL-JOB》
## 一、简介
#### 1.1 概述
@ -56,15 +56,20 @@ XXL-JOB是一个轻量级分布式任务调度框架其核心设计目标是
- [github地址](https://github.com/xuxueli/xxl-job)
- [git.osc地址](http://git.oschina.net/xuxueli0323/xxl-job)
##### 中央仓库地址 (将会把最新稳定版本的公共依赖,推送到中央仓库)
```
<!-- http://repo1.maven.org/maven2/com/xuxueli/xxl-job-core/ -->
<dependency>
最新Release版本: v1.4.2
最新Beta版本: v1.5.0
##### 中央仓库地址 (最新Release版本)
```
<!-- http://repo1.maven.org/maven2/com/xuxueli/xxl-job-core/ -->
<dependency>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job-core</artifactId>
<version>1.4.2</version>
</dependency>
```
</dependency>
```
##### 博客地址 (将会在两个博客同步更新文档)

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job</artifactId>
<version>1.4.2</version>
<version>1.5.0</version>
<packaging>pom</packaging>
<name>xxl-job</name>

View File

@ -4,13 +4,13 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job</artifactId>
<version>1.4.2</version>
<version>1.5.0</version>
</parent>
<artifactId>xxl-job-admin</artifactId>
<packaging>war</packaging>
<properties>
<xxl-job.version>1.4.2</xxl-job.version>
<xxl-job.version>1.5.0</xxl-job.version>
<spring.version>3.2.14.RELEASE</spring.version>
</properties>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job</artifactId>
<version>1.4.2</version>
<version>1.5.0</version>
</parent>
<artifactId>xxl-job-core</artifactId>
<packaging>jar</packaging>

View File

@ -4,13 +4,13 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job</artifactId>
<version>1.4.2</version>
<version>1.5.0</version>
</parent>
<artifactId>xxl-job-executor-example</artifactId>
<packaging>war</packaging>
<properties>
<xxl-job.version>1.4.2</xxl-job.version>
<xxl-job.version>1.5.0</xxl-job.version>
<spring.version>3.2.14.RELEASE</spring.version>
</properties>