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
a08b6800
authored
Nov 13, 2016
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
升级正式版本V1.5.1
parent
aa812e15
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 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 @
a08b6800
...
...
@@ -687,8 +687,8 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
-
8、"调度中心"自动注册和发现,failover: 调度中心周期性自动注册, 任务回调时可以感知在线的所有调度中心地址, 通过failover的方式进行任务回调,避免回调单点风险。
#### 6.10 版本 V1.5.1 特性
-
1、
代码优化,POM清理,clean c
ode;
-
2、Servlet/JSP Spec
指
定为3.0/2.2
-
1、
底层代码重构和逻辑优化,POM清理以及CleanC
ode;
-
2、Servlet/JSP Spec
设
定为3.0/2.2
-
3、Spring升级至3.2.17.RELEASE版本;
-
4、Jetty升级版本至8.2.0.v20160908;
...
...
pom.xml
View file @
a08b6800
...
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<version>
1.5.1
-SNAPSHOT
</version>
<version>
1.5.1
</version>
<packaging>
pom
</packaging>
<name>
xxl-job
</name>
...
...
xxl-job-admin/pom.xml
View file @
a08b6800
...
...
@@ -4,13 +4,13 @@
<parent>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<version>
1.5.1
-SNAPSHOT
</version>
<version>
1.5.1
</version>
</parent>
<artifactId>
xxl-job-admin
</artifactId>
<packaging>
war
</packaging>
<properties>
<xxl-job.version>
1.5.1
-SNAPSHOT
</xxl-job.version>
<xxl-job.version>
1.5.1
</xxl-job.version>
<spring.version>
3.2.17.RELEASE
</spring.version>
</properties>
...
...
xxl-job-core/pom.xml
View file @
a08b6800
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<version>
1.5.1
-SNAPSHOT
</version>
<version>
1.5.1
</version>
</parent>
<artifactId>
xxl-job-core
</artifactId>
<packaging>
jar
</packaging>
...
...
xxl-job-executor-example/pom.xml
View file @
a08b6800
...
...
@@ -4,13 +4,13 @@
<parent>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job
</artifactId>
<version>
1.5.1
-SNAPSHOT
</version>
<version>
1.5.1
</version>
</parent>
<artifactId>
xxl-job-executor-example
</artifactId>
<packaging>
war
</packaging>
<properties>
<xxl-job.version>
1.5.1
-SNAPSHOT
</xxl-job.version>
<xxl-job.version>
1.5.1
</xxl-job.version>
<spring.version>
3.2.17.RELEASE
</spring.version>
</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