Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Feb 1, 2016
1 parent 878590f commit 09aa01a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ elastic-job已经发布到中央仓库,可以在pom.xml文件中直接引入ma
<dependency>
<groupId>com.dangdang</groupId>
<artifactId>elastic-job-core</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>

<!-- 使用springframework自定义命名空间时引入 -->
<dependency>
<groupId>com.dangdang</groupId>
<artifactId>elastic-job-spring</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
```
* **作业开发**
Expand Down
11 changes: 6 additions & 5 deletions README_en.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
##Elastic-Job - distributed scheduled job solution
[![Hex.pm](http://dangdangdotcom.github.io/elastic-job/images/license.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![Build Status](https://secure.travis-ci.org/dangdangdotcom/elastic-job.png?branch=master)](https://travis-ci.org/dangdangdotcom/elastic-job)<br/>
**License:** [![Hex.pm](http://dangdangdotcom.github.io/elastic-job/img/license.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)

**Maven Central:** [![Maven Status](https://maven-badges.herokuapp.com/maven-central/com.dangdang/elastic-job/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.dangdang/elastic-job)
Elastic-Job is extracted from dd-job which is a component of ddframe. Elastic-Job just removed monitor and integrated standards parts from dd-job. It based on matured open-source productions like Quartz, Zookeeper and its client Curator.

Other components of ddframe also can open-source independently. Dangdang has already released DubboX, which is core component of dd-soa.

The relationship between Elastic-Job and ddframe is in this picture:

![Evolution diagram of ddframe](http://dangdangdotcom.github.io/elastic-job/images/ddframe.jpg)
![Evolution diagram of ddframe](http://dangdangdotcom.github.io/elastic-job/img/ddframe.jpg)

##Contributors
* Zhang Liang [Dangdang](http://www.dangdang.com/) zhangliang@dangdang.com
Expand Down Expand Up @@ -67,14 +68,14 @@ Elastic-Job has deployed to Maven Central Repository, add dependencies in your p
<dependency>
<groupId>com.dangdang</groupId>
<artifactId>elastic-job-core</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>

<!-- add elastic-job spring module, use namespace -->
<dependency>
<groupId>com.dangdang</groupId>
<artifactId>elastic-job-spring</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
```
* **Job development**
Expand Down
4 changes: 2 additions & 2 deletions elastic-job-doc/content/index/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@
<dependency>
<groupId>com.dangdang</groupId>
<artifactId>elastic-job-core</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>

<!-- 使用springframework自定义命名空间时引入 -->
<dependency>
<groupId>com.dangdang</groupId>
<artifactId>elastic-job-spring</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion elastic-job-doc/content/post/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight=1

# Release Notes

## 1.0.3-SNAPSHOT
## 1.0.3
1. 修正Issuse#30,注册中心宕机较长时间后重新恢复,作业仍然无法继续执行
1. 修正Issuse#36,任务在控制台暂停之后,无法恢复运行
1. 功能提升Issuse#39,增加作业辅助监听功能,通过dump命令抓取作业运行时信息
Expand Down

0 comments on commit 09aa01a

Please sign in to comment.