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