|
|
|
@ -4,10 +4,10 @@
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>com.xxl</groupId>
|
|
|
|
|
<artifactId>xxl-job</artifactId>
|
|
|
|
|
<version> 1.4.0-SNAPSHOT</version>
|
|
|
|
|
<version>${xxl-job.version}</version>
|
|
|
|
|
</parent>
|
|
|
|
|
<artifactId>xxl-job-executor-example</artifactId>
|
|
|
|
|
<version>1.3.1-SNAPSHOT</version>
|
|
|
|
|
<version>${xxl-job.version}</version>
|
|
|
|
|
<packaging>war</packaging>
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
@ -79,7 +79,7 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.xxl</groupId>
|
|
|
|
|
<artifactId>xxl-job-core</artifactId>
|
|
|
|
|
<version>1.3.2</version>
|
|
|
|
|
<version>${xxl-job.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|