Commit 00ba399 1 parent 59e0bb6 commit 00ba399 Copy full SHA for 00ba399
File tree 10 files changed +16
-10
lines changed
xxl-job-executor-sample-frameless
xxl-job-executor-sample-springboot
10 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # XXL-JOB v2.4.2-SNAPSHOT
2
+ # XXL-JOB
3
3
# Copyright (c) 2015-present, xuxueli.
4
4
5
5
CREATE database if NOT EXISTS ` xxl_job` default character set utf8mb4 collate utf8mb4_unicode_ci;
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.xuxueli</groupId >
5
5
<artifactId >xxl-job</artifactId >
6
- <version >2.4.2-SNAPSHOT </version >
6
+ <version >2.4.2</version >
7
7
<packaging >pom</packaging >
8
8
9
9
<name >${project.artifactId} </name >
76
76
77
77
<profile >
78
78
<id >release</id >
79
+ <activation >
80
+ <activeByDefault >true</activeByDefault >
81
+ </activation >
82
+ <modules >
83
+ <module >xxl-job-core</module >
84
+ </modules >
79
85
<build >
80
86
<plugins >
81
87
<!-- Source -->
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.xuxueli</groupId >
6
6
<artifactId >xxl-job</artifactId >
7
- <version >2.4.2-SNAPSHOT </version >
7
+ <version >2.4.2</version >
8
8
</parent >
9
9
<artifactId >xxl-job-admin</artifactId >
10
10
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 1
1
admin_name =Scheduling Center
2
2
admin_name_full =Distributed Task Scheduling Platform XXL-JOB
3
- admin_version =2.4.2-SNAPSHOT
3
+ admin_version =2.4.2
4
4
admin_i18n =en
5
5
6
6
# # system
Original file line number Diff line number Diff line change 1
1
admin_name =任务调度中心
2
2
admin_name_full =分布式任务调度平台XXL-JOB
3
- admin_version =2.4.2-SNAPSHOT
3
+ admin_version =2.4.2
4
4
admin_i18n =
5
5
6
6
# # system
Original file line number Diff line number Diff line change 1
1
admin_name =任務調度中心
2
2
admin_name_full =分布式任務調度平臺XXL-JOB
3
- admin_version =2.4.2-SNAPSHOT
3
+ admin_version =2.4.2
4
4
admin_i18n =
5
5
6
6
# # system
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.xuxueli</groupId >
6
6
<artifactId >xxl-job</artifactId >
7
- <version >2.4.2-SNAPSHOT </version >
7
+ <version >2.4.2</version >
8
8
</parent >
9
9
<artifactId >xxl-job-core</artifactId >
10
10
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.xuxueli</groupId >
7
7
<artifactId >xxl-job</artifactId >
8
- <version >2.4.2-SNAPSHOT </version >
8
+ <version >2.4.2</version >
9
9
</parent >
10
10
<artifactId >xxl-job-executor-samples</artifactId >
11
11
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.xuxueli</groupId >
8
8
<artifactId >xxl-job-executor-samples</artifactId >
9
- <version >2.4.2-SNAPSHOT </version >
9
+ <version >2.4.2</version >
10
10
</parent >
11
11
<artifactId >xxl-job-executor-sample-frameless</artifactId >
12
12
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.xuxueli</groupId >
8
8
<artifactId >xxl-job-executor-samples</artifactId >
9
- <version >2.4.2-SNAPSHOT </version >
9
+ <version >2.4.2</version >
10
10
</parent >
11
11
<artifactId >xxl-job-executor-sample-springboot</artifactId >
12
12
<packaging >jar</packaging >
You can’t perform that action at this time.
0 commit comments