提交 49b4a467 authored 作者: xueli.xue's avatar xueli.xue

升级大版本 v1.4.0预览版,新功能coding中

上级 8a8d7a5c
......@@ -3,14 +3,19 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.xxl</groupId>
<artifactId>xxl-job</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>${xxl-job.version}</version>
<packaging>pom</packaging>
<modules>
<module>xxl-job-admin</module>
<module>xxl-job-core</module>
<module>xxl-job-executor-example</module>
</modules>
<properties>
<xxl-job.version>1.4.0-SNAPSHOT</xxl-job.version>
</properties>
<build>
<plugins>
<plugin>
......
......@@ -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-admin</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>${xxl-job.version}</version>
<packaging>war</packaging>
<properties>
......@@ -148,7 +148,7 @@
<dependency>
<groupId>com.xxl</groupId>
<artifactId>xxl-job-core</artifactId>
<version>1.3.2</version>
<version>${xxl-job.version}</version>
</dependency>
</dependencies>
......
......@@ -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-core</artifactId>
<version>1.3.2</version>
<version>${xxl-job.version}</version>
<dependencies>
......
......@@ -9,7 +9,7 @@ public abstract class IJobHandler extends HandlerRepository{
/**
* job handler <br><br>
* the return Object will be and stored
* @param param
* @param params
* @return
* @throws Exception
*/
......
......@@ -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>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论