This commit is contained in:
xuxueli 2017-09-04 21:15:28 +08:00
parent 2380ca7af1
commit a43c67c647
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ Source repository address | Release Download
<dependency> <dependency>
<groupId>com.xuxueli</groupId> <groupId>com.xuxueli</groupId>
<artifactId>xxl-job-core</artifactId> <artifactId>xxl-job-core</artifactId>
<version>1.8.1</version> <version>1.8.2</version>
</dependency> </dependency>
``` ```

View File

@ -128,7 +128,7 @@ XXL-JOB是一个轻量级分布式任务调度框架其核心设计目标是
<dependency> <dependency>
<groupId>com.xuxueli</groupId> <groupId>com.xuxueli</groupId>
<artifactId>xxl-job-core</artifactId> <artifactId>xxl-job-core</artifactId>
<version>1.8.1</version> <version>1.8.2</version>
</dependency> </dependency>
``` ```