|
|
@@ -6,7 +6,7 @@
|
|
6
|
6
|
<parent>
|
|
7
|
7
|
<groupId>com.xuxueli</groupId>
|
|
8
|
8
|
<artifactId>xxl-job</artifactId>
|
|
9
|
|
- <version>1.7.0</version>
|
|
|
9
|
+ <version>1.7.1-SNAPSHOT</version>
|
|
10
|
10
|
</parent>
|
|
11
|
11
|
<artifactId>xxl-job-executor-springboot-example</artifactId>
|
|
12
|
12
|
<packaging>jar</packaging>
|
|
|
@@ -14,7 +14,7 @@
|
|
14
|
14
|
<description>Example executor project for spring boot</description>
|
|
15
|
15
|
|
|
16
|
16
|
<properties>
|
|
17
|
|
- <xxl-job.version>1.7.0</xxl-job.version>
|
|
|
17
|
+ <xxl-job.version>1.7.1-SNAPSHOT</xxl-job.version>
|
|
18
|
18
|
<spring-boot.version>1.3.8.RELEASE</spring-boot.version>
|
|
19
|
19
|
|
|
20
|
20
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|