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
a1af2112
authored
Nov 13, 2016
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
升级snapshot版本V1.5.2
parent
a08b6800
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
9 deletions
README.md
pom.xml
xxl-job-admin/pom.xml
xxl-job-core/pom.xml
xxl-job-executor-example/pom.xml
README.md
View file @
a1af2112
...
@@ -59,8 +59,8 @@ XXL-JOB是一个轻量级分布式任务调度框架,其核心设计目标是
...
@@ -59,8 +59,8 @@ XXL-JOB是一个轻量级分布式任务调度框架,其核心设计目标是
-
[
git.osc地址
](
http://git.oschina.net/xuxueli0323/xxl-job
)
-
[
git.osc地址
](
http://git.oschina.net/xuxueli0323/xxl-job
)
最新 Release 版本: v1.5.
0
最新 Release 版本: v1.5.
1
最新 SNAPSHOT 版本: v1.5.
1
最新 SNAPSHOT 版本: v1.5.
2-SNAPSHOT
##### 中央仓库地址 (最新Release版本)
##### 中央仓库地址 (最新Release版本)
...
@@ -69,7 +69,7 @@ XXL-JOB是一个轻量级分布式任务调度框架,其核心设计目标是
...
@@ -69,7 +69,7 @@ XXL-JOB是一个轻量级分布式任务调度框架,其核心设计目标是
<dependency>
<dependency>
<groupId>com.xuxueli</groupId>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job-core</artifactId>
<artifactId>xxl-job-core</artifactId>
<version>1.5.
0
</version>
<version>1.5.
1
</version>
</dependency>
</dependency>
```
```
...
@@ -691,6 +691,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
...
@@ -691,6 +691,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
-
2、Servlet/JSP Spec设定为3.0/2.2
-
2、Servlet/JSP Spec设定为3.0/2.2
-
3、Spring升级至3.2.17.RELEASE版本;
-
3、Spring升级至3.2.17.RELEASE版本;
-
4、Jetty升级版本至8.2.0.v20160908;
-
4、Jetty升级版本至8.2.0.v20160908;
-
5、已推送V1.5.0和V1.5.1至Maven中央仓库;
#### 规划中
#### 规划中
...
...
pom.xml
View file @
a1af2112
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.xuxueli
</groupId>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<artifactId>
xxl-job
</artifactId>
<version>
1.5.
1
</version>
<version>
1.5.
2-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<name>
xxl-job
</name>
<name>
xxl-job
</name>
...
...
xxl-job-admin/pom.xml
View file @
a1af2112
...
@@ -4,13 +4,13 @@
...
@@ -4,13 +4,13 @@
<parent>
<parent>
<groupId>
com.xuxueli
</groupId>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<artifactId>
xxl-job
</artifactId>
<version>
1.5.
1
</version>
<version>
1.5.
2-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
xxl-job-admin
</artifactId>
<artifactId>
xxl-job-admin
</artifactId>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<properties>
<properties>
<xxl-job.version>
1.5.
1
</xxl-job.version>
<xxl-job.version>
1.5.
2-SNAPSHOT
</xxl-job.version>
<spring.version>
3.2.17.RELEASE
</spring.version>
<spring.version>
3.2.17.RELEASE
</spring.version>
</properties>
</properties>
...
...
xxl-job-core/pom.xml
View file @
a1af2112
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<parent>
<parent>
<groupId>
com.xuxueli
</groupId>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<artifactId>
xxl-job
</artifactId>
<version>
1.5.
1
</version>
<version>
1.5.
2-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
xxl-job-core
</artifactId>
<artifactId>
xxl-job-core
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
xxl-job-executor-example/pom.xml
View file @
a1af2112
...
@@ -4,13 +4,13 @@
...
@@ -4,13 +4,13 @@
<parent>
<parent>
<groupId>
com.xuxueli
</groupId>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<artifactId>
xxl-job
</artifactId>
<version>
1.5.
1
</version>
<version>
1.5.
2-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
xxl-job-executor-example
</artifactId>
<artifactId>
xxl-job-executor-example
</artifactId>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<properties>
<properties>
<xxl-job.version>
1.5.
1
</xxl-job.version>
<xxl-job.version>
1.5.
2-SNAPSHOT
</xxl-job.version>
<spring.version>
3.2.17.RELEASE
</spring.version>
<spring.version>
3.2.17.RELEASE
</spring.version>
</properties>
</properties>
...
...
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