File tree 39 files changed +210
-94
lines changed
elasticjob-cloud-executor
elasticjob-cloud-scheduler
elasticjob-cloud-executor-distribution
elasticjob-cloud-scheduler-distribution
elasticjob-lite-distribution
elasticjob-src-distribution
elasticjob-error-handler-spi
elasticjob-error-handler-type
elasticjob-error-handler-dingtalk
elasticjob-error-handler-email
elasticjob-error-handler-general
elasticjob-error-handler-wechat
elasticjob-executor-kernel
elasticjob-dataflow-executor
elasticjob-script-executor
elasticjob-simple-executor
elasticjob-registry-center
elasticjob-lite-lifecycle
elasticjob-lite-spring-boot-starter
elasticjob-lite-spring-namespace
39 files changed +210
-94
lines changed Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >org.apache.shardingsphere.elasticjob</groupId >
23
23
<artifactId >elasticjob</artifactId >
24
- <version >${revision} </version >
24
+ <version >3.0.0-beta </version >
25
25
</parent >
26
26
<artifactId >elasticjob-api</artifactId >
27
27
<name >${project.artifactId} </name >
42
42
<artifactId >junit</artifactId >
43
43
</dependency >
44
44
</dependencies >
45
+
46
+ <scm >
47
+ <tag >3.0.0-beta</tag >
48
+ </scm >
45
49
</project >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >org.apache.shardingsphere.elasticjob</groupId >
23
23
<artifactId >elasticjob-cloud</artifactId >
24
- <version >${revision} </version >
24
+ <version >3.0.0-beta </version >
25
25
</parent >
26
26
<artifactId >elasticjob-cloud-common</artifactId >
27
27
<name >${project.artifactId} </name >
140
140
<artifactId >h2</artifactId >
141
141
</dependency >
142
142
</dependencies >
143
+
144
+ <scm >
145
+ <tag >3.0.0-beta</tag >
146
+ </scm >
143
147
</project >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >org.apache.shardingsphere.elasticjob</groupId >
23
23
<artifactId >elasticjob-cloud</artifactId >
24
- <version >${revision} </version >
24
+ <version >3.0.0-beta </version >
25
25
</parent >
26
26
<artifactId >elasticjob-cloud-executor</artifactId >
27
27
<name >${project.artifactId} </name >
82
82
<scope >test</scope >
83
83
</dependency >
84
84
</dependencies >
85
+
86
+ <scm >
87
+ <tag >3.0.0-beta</tag >
88
+ </scm >
85
89
</project >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >org.apache.shardingsphere.elasticjob</groupId >
23
23
<artifactId >elasticjob-cloud</artifactId >
24
- <version >${revision} </version >
24
+ <version >3.0.0-beta </version >
25
25
</parent >
26
26
<artifactId >elasticjob-cloud-scheduler</artifactId >
27
27
<name >${project.artifactId} </name >
125
125
</plugin >
126
126
</plugins >
127
127
</build >
128
+
129
+ <scm >
130
+ <tag >3.0.0-beta</tag >
131
+ </scm >
128
132
</project >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >org.apache.shardingsphere.elasticjob</groupId >
23
23
<artifactId >elasticjob</artifactId >
24
- <version >${revision} </version >
24
+ <version >3.0.0-beta </version >
25
25
</parent >
26
26
<artifactId >elasticjob-cloud</artifactId >
27
27
<packaging >pom</packaging >
32
32
<module >elasticjob-cloud-scheduler</module >
33
33
<module >elasticjob-cloud-executor</module >
34
34
</modules >
35
+
36
+ <scm >
37
+ <tag >3.0.0-beta</tag >
38
+ </scm >
35
39
</project >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >org.apache.shardingsphere.elasticjob</groupId >
23
23
<artifactId >elasticjob-distribution</artifactId >
24
- <version >${revision} </version >
24
+ <version >3.0.0-beta </version >
25
25
</parent >
26
26
<artifactId >elasticjob-cloud-executor-distribution</artifactId >
27
27
<packaging >pom</packaging >
76
76
</build >
77
77
</profile >
78
78
</profiles >
79
+
80
+ <scm >
81
+ <tag >3.0.0-beta</tag >
82
+ </scm >
79
83
</project >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >org.apache.shardingsphere.elasticjob</groupId >
23
23
<artifactId >elasticjob-distribution</artifactId >
24
- <version >${revision} </version >
24
+ <version >3.0.0-beta </version >
25
25
</parent >
26
26
<artifactId >elasticjob-cloud-scheduler-distribution</artifactId >
27
27
<packaging >pom</packaging >
186
186
</build >
187
187
</profile >
188
188
</profiles >
189
+
190
+ <scm >
191
+ <tag >3.0.0-beta</tag >
192
+ </scm >
189
193
</project >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >org.apache.shardingsphere.elasticjob</groupId >
23
23
<artifactId >elasticjob-distribution</artifactId >
24
- <version >${revision} </version >
24
+ <version >3.0.0-beta </version >
25
25
</parent >
26
26
<artifactId >elasticjob-lite-distribution</artifactId >
27
27
<packaging >pom</packaging >
86
86
</build >
87
87
</profile >
88
88
</profiles >
89
+
90
+ <scm >
91
+ <tag >3.0.0-beta</tag >
92
+ </scm >
89
93
</project >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >org.apache.shardingsphere.elasticjob</groupId >
23
23
<artifactId >elasticjob-distribution</artifactId >
24
- <version >${revision} </version >
24
+ <version >3.0.0-beta </version >
25
25
</parent >
26
26
<artifactId >elasticjob-src-distribution</artifactId >
27
27
<packaging >pom</packaging >
53
53
</build >
54
54
</profile >
55
55
</profiles >
56
+
57
+ <scm >
58
+ <tag >3.0.0-beta</tag >
59
+ </scm >
56
60
</project >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >org.apache.shardingsphere.elasticjob</groupId >
23
23
<artifactId >elasticjob</artifactId >
24
- <version >${revision} </version >
24
+ <version >3.0.0-beta </version >
25
25
</parent >
26
26
<artifactId >elasticjob-distribution</artifactId >
27
27
<packaging >pom</packaging >
37
37
<module >elasticjob-cloud-executor-distribution</module >
38
38
<module >elasticjob-cloud-scheduler-distribution</module >
39
39
</modules >
40
+
41
+ <scm >
42
+ <tag >3.0.0-beta</tag >
43
+ </scm >
40
44
</project >
Original file line number Diff line number Diff line change 16
16
~ limitations under the License.
17
17
-->
18
18
19
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
20
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
21
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
19
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
22
20
<modelVersion >4.0.0</modelVersion >
23
21
<parent >
24
22
<groupId >org.apache.shardingsphere.elasticjob</groupId >
25
23
<artifactId >elasticjob-error-handler</artifactId >
26
- <version >${revision} </version >
24
+ <version >3.0.0-beta </version >
27
25
</parent >
28
26
<artifactId >elasticjob-error-handler-spi</artifactId >
29
27
34
32
<version >${project.parent.version} </version >
35
33
</dependency >
36
34
</dependencies >
35
+
36
+ <scm >
37
+ <tag >3.0.0-beta</tag >
38
+ </scm >
37
39
</project >
Original file line number Diff line number Diff line change 16
16
~ limitations under the License.
17
17
-->
18
18
19
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
20
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
21
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
19
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
22
20
<modelVersion >4.0.0</modelVersion >
23
21
<parent >
24
22
<groupId >org.apache.shardingsphere.elasticjob</groupId >
25
23
<artifactId >elasticjob-error-handler-type</artifactId >
26
- <version >${revision} </version >
24
+ <version >3.0.0-beta </version >
27
25
</parent >
28
26
<artifactId >elasticjob-error-handler-dingtalk</artifactId >
29
27
85
83
<scope >test</scope >
86
84
</dependency >
87
85
</dependencies >
86
+
87
+ <scm >
88
+ <tag >3.0.0-beta</tag >
89
+ </scm >
88
90
</project >
Original file line number Diff line number Diff line change 16
16
~ limitations under the License.
17
17
-->
18
18
19
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
20
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
21
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
19
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
22
20
<modelVersion >4.0.0</modelVersion >
23
21
<parent >
24
22
<groupId >org.apache.shardingsphere.elasticjob</groupId >
25
23
<artifactId >elasticjob-error-handler-type</artifactId >
26
- <version >${revision} </version >
24
+ <version >3.0.0-beta </version >
27
25
</parent >
28
26
<artifactId >elasticjob-error-handler-email</artifactId >
29
27
81
79
<scope >test</scope >
82
80
</dependency >
83
81
</dependencies >
82
+
83
+ <scm >
84
+ <tag >3.0.0-beta</tag >
85
+ </scm >
84
86
</project >
Original file line number Diff line number Diff line change 16
16
~ limitations under the License.
17
17
-->
18
18
19
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
20
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
21
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
19
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
22
20
<modelVersion >4.0.0</modelVersion >
23
21
<parent >
24
22
<groupId >org.apache.shardingsphere.elasticjob</groupId >
25
23
<artifactId >elasticjob-error-handler-type</artifactId >
26
- <version >${revision} </version >
24
+ <version >3.0.0-beta </version >
27
25
</parent >
28
26
<artifactId >elasticjob-error-handler-general</artifactId >
29
27
64
62
<artifactId >mockito-inline</artifactId >
65
63
</dependency >
66
64
</dependencies >
65
+
66
+ <scm >
67
+ <tag >3.0.0-beta</tag >
68
+ </scm >
67
69
</project >
Original file line number Diff line number Diff line change 16
16
~ limitations under the License.
17
17
-->
18
18
19
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
20
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
21
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
19
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
22
20
<modelVersion >4.0.0</modelVersion >
23
21
<parent >
24
22
<groupId >org.apache.shardingsphere.elasticjob</groupId >
25
23
<artifactId >elasticjob-error-handler-type</artifactId >
26
- <version >${revision} </version >
24
+ <version >3.0.0-beta </version >
27
25
</parent >
28
26
<artifactId >elasticjob-error-handler-wechat</artifactId >
29
27
85
83
<scope >test</scope >
86
84
</dependency >
87
85
</dependencies >
86
+
87
+ <scm >
88
+ <tag >3.0.0-beta</tag >
89
+ </scm >
88
90
</project >
Original file line number Diff line number Diff line change 16
16
~ limitations under the License.
17
17
-->
18
18
19
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
20
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
21
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
19
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
22
20
<modelVersion >4.0.0</modelVersion >
23
21
<parent >
24
22
<groupId >org.apache.shardingsphere.elasticjob</groupId >
25
23
<artifactId >elasticjob-error-handler</artifactId >
26
- <version >${revision} </version >
24
+ <version >3.0.0-beta </version >
27
25
</parent >
28
26
<artifactId >elasticjob-error-handler-type</artifactId >
29
27
<packaging >pom</packaging >
34
32
<module >elasticjob-error-handler-wechat</module >
35
33
<module >elasticjob-error-handler-dingtalk</module >
36
34
</modules >
35
+
36
+ <scm >
37
+ <tag >3.0.0-beta</tag >
38
+ </scm >
37
39
</project >
Original file line number Diff line number Diff line change 16
16
~ limitations under the License.
17
17
-->
18
18
19
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
20
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
21
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
19
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
22
20
<modelVersion >4.0.0</modelVersion >
23
21
<parent >
24
22
<groupId >org.apache.shardingsphere.elasticjob</groupId >
25
23
<artifactId >elasticjob-ecosystem</artifactId >
26
- <version >${revision} </version >
24
+ <version >3.0.0-beta </version >
27
25
</parent >
28
26
<artifactId >elasticjob-error-handler</artifactId >
29
27
<packaging >pom</packaging >
32
30
<module >elasticjob-error-handler-spi</module >
33
31
<module >elasticjob-error-handler-type</module >
34
32
</modules >
33
+
34
+ <scm >
35
+ <tag >3.0.0-beta</tag >
36
+ </scm >
35
37
</project >
Original file line number Diff line number Diff line change 16
16
~ limitations under the License.
17
17
-->
18
18
19
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
20
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
21
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
19
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
22
20
<modelVersion >4.0.0</modelVersion >
23
21
<parent >
24
22
<groupId >org.apache.shardingsphere.elasticjob</groupId >
25
23
<artifactId >elasticjob-executor</artifactId >
26
- <version >${revision} </version >
24
+ <version >3.0.0-beta </version >
27
25
</parent >
28
26
<artifactId >elasticjob-executor-kernel</artifactId >
29
27
<name >${project.artifactId} </name >
74
72
<scope >test</scope >
75
73
</dependency >
76
74
</dependencies >
75
+
76
+ <scm >
77
+ <tag >3.0.0-beta</tag >
78
+ </scm >
77
79
</project >
You can’t perform that action at this time.
0 commit comments