Skip to content

Commit 04d1ec5

Browse files
committed
update docs
1 parent 7c08f83 commit 04d1ec5

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ elastic-job已经发布到中央仓库,可以在pom.xml文件中直接引入ma
107107
<dependency>
108108
<groupId>com.dangdang</groupId>
109109
<artifactId>elastic-job-core</artifactId>
110-
<version>1.0.3</version>
110+
<version>${lasted.release.version}</version>
111111
</dependency>
112112

113113
<!-- 使用springframework自定义命名空间时引入 -->
114114
<dependency>
115115
<groupId>com.dangdang</groupId>
116116
<artifactId>elastic-job-spring</artifactId>
117-
<version>1.0.3</version>
117+
<version>${lasted.release.version}</version>
118118
</dependency>
119119
```
120120
* **作业开发**

README_en.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ Elastic-Job has deployed to Maven Central Repository, add dependencies in your p
6868
<dependency>
6969
<groupId>com.dangdang</groupId>
7070
<artifactId>elastic-job-core</artifactId>
71-
<version>1.0.3</version>
71+
<version>${lasted.release.version}</version>
7272
</dependency>
7373

7474
<!-- add elastic-job spring module, use namespace -->
7575
<dependency>
7676
<groupId>com.dangdang</groupId>
7777
<artifactId>elastic-job-spring</artifactId>
78-
<version>1.0.3</version>
78+
<version>${lasted.release.version}</version>
7979
</dependency>
8080
```
8181
* **Job development**

elastic-job-doc/content/index/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@
6565
<dependency>
6666
<groupId>com.dangdang</groupId>
6767
<artifactId>elastic-job-core</artifactId>
68-
<version>1.0.3</version>
68+
<version>${lasted.release.version}</version>
6969
</dependency>
7070

7171
<!-- 使用springframework自定义命名空间时引入 -->
7272
<dependency>
7373
<groupId>com.dangdang</groupId>
7474
<artifactId>elastic-job-spring</artifactId>
75-
<version>1.0.3</version>
75+
<version>${lasted.release.version}</version>
7676
</dependency>
7777
```
7878

elastic-job-doc/content/post/release_notes.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ weight=1
66

77
# Release Notes
88

9-
## 1.0.4-snapshot
9+
## 1.0.4
1010
1. 精简项目模块,移除elastic-job-test模块
11+
1. 功能提升,作业自定义参数设置功能,可通过JobScheduler的setField方法完成
1112
1. 功能提升Issuse#16,提供内嵌zookeeper,简化开发环境
12-
1. 功能提升Issuse#28,DataFlow类型作业增加processData批量处理数据的方法
13+
1. 功能提升Issuse#28,DataFlow类型作业增加processData批量处理数据的方法
1314
由于功能提升导致之前的数据流作业接口由2个变为4个,原AbstractThroughputDataFlowElasticJob和AbstractSequenceDataFlowElasticJob改变为AbstractIndividualThroughputDataFlowElasticJob、AbstractIndividualSequenceDataFlowElasticJob,并增加两种作业类型:AbstractBatchThroughputDataFlowElasticJob、AbstractBatchSequenceDataFlowElasticJob
1415
1. 接口变更,便于分类清晰,将com.dangdang.ddframe.job.plugin.job.type.AbstractSimpleElasticJob移动至com.dangdang.ddframe.job.plugin.job.type.simple.AbstractSimpleElasticJob,数据流作业类型移动至com.dangdang.ddframe.job.plugin.job.type.dataflow包
1516

0 commit comments

Comments
 (0)