|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>com.xuxueli</groupId>
|
|
|
|
|
<artifactId>xxl-job</artifactId>
|
|
|
|
|
<version>1.7.1-SNAPSHOT</version>
|
|
|
|
|
<version>1.7.1</version>
|
|
|
|
|
</parent>
|
|
|
|
|
<artifactId>xxl-job-executor-springboot-example</artifactId>
|
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
@ -14,7 +14,7 @@
|
|
|
|
|
<description>Example executor project for spring boot</description>
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<xxl-job.version>1.7.1-SNAPSHOT</xxl-job.version>
|
|
|
|
|
<xxl-job.version>1.7.1</xxl-job.version>
|
|
|
|
|
<spring-boot.version>1.3.8.RELEASE</spring-boot.version>
|
|
|
|
|
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|