Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
49b4a467
authored
Jul 19, 2016
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
升级大版本 v1.4.0预览版,新功能coding中
parent
8a8d7a5c
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
10 deletions
pom.xml
xxl-job-admin/pom.xml
xxl-job-core/pom.xml
xxl-job-core/src/main/java/com/xxl/job/core/handler/IJobHandler.java
xxl-job-executor-example/pom.xml
pom.xml
View file @
49b4a467
...
...
@@ -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>
...
...
xxl-job-admin/pom.xml
View file @
49b4a467
...
...
@@ -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>
...
...
xxl-job-core/pom.xml
View file @
49b4a467
...
...
@@ -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>
...
...
xxl-job-core/src/main/java/com/xxl/job/core/handler/IJobHandler.java
View file @
49b4a467
...
...
@@ -9,7 +9,7 @@ public abstract class IJobHandler extends HandlerRepository{
/**
* job handler <br><br>
* the return Object will be and stored
* @param param
* @param param
s
* @return
* @throws Exception
*/
...
...
xxl-job-executor-example/pom.xml
View file @
49b4a467
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment