Skip to content

Commit a842f4c

Browse files
committed
[maven-release-plugin] prepare release 3.0.0-beta
1 parent 12070e7 commit a842f4c

File tree

39 files changed

+210
-94
lines changed

39 files changed

+210
-94
lines changed

elasticjob-api/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere.elasticjob</groupId>
2323
<artifactId>elasticjob</artifactId>
24-
<version>${revision}</version>
24+
<version>3.0.0-beta</version>
2525
</parent>
2626
<artifactId>elasticjob-api</artifactId>
2727
<name>${project.artifactId}</name>
@@ -42,4 +42,8 @@
4242
<artifactId>junit</artifactId>
4343
</dependency>
4444
</dependencies>
45+
46+
<scm>
47+
<tag>3.0.0-beta</tag>
48+
</scm>
4549
</project>

elasticjob-cloud/elasticjob-cloud-common/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere.elasticjob</groupId>
2323
<artifactId>elasticjob-cloud</artifactId>
24-
<version>${revision}</version>
24+
<version>3.0.0-beta</version>
2525
</parent>
2626
<artifactId>elasticjob-cloud-common</artifactId>
2727
<name>${project.artifactId}</name>
@@ -140,4 +140,8 @@
140140
<artifactId>h2</artifactId>
141141
</dependency>
142142
</dependencies>
143+
144+
<scm>
145+
<tag>3.0.0-beta</tag>
146+
</scm>
143147
</project>

elasticjob-cloud/elasticjob-cloud-executor/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere.elasticjob</groupId>
2323
<artifactId>elasticjob-cloud</artifactId>
24-
<version>${revision}</version>
24+
<version>3.0.0-beta</version>
2525
</parent>
2626
<artifactId>elasticjob-cloud-executor</artifactId>
2727
<name>${project.artifactId}</name>
@@ -82,4 +82,8 @@
8282
<scope>test</scope>
8383
</dependency>
8484
</dependencies>
85+
86+
<scm>
87+
<tag>3.0.0-beta</tag>
88+
</scm>
8589
</project>

elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere.elasticjob</groupId>
2323
<artifactId>elasticjob-cloud</artifactId>
24-
<version>${revision}</version>
24+
<version>3.0.0-beta</version>
2525
</parent>
2626
<artifactId>elasticjob-cloud-scheduler</artifactId>
2727
<name>${project.artifactId}</name>
@@ -125,4 +125,8 @@
125125
</plugin>
126126
</plugins>
127127
</build>
128+
129+
<scm>
130+
<tag>3.0.0-beta</tag>
131+
</scm>
128132
</project>

elasticjob-cloud/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere.elasticjob</groupId>
2323
<artifactId>elasticjob</artifactId>
24-
<version>${revision}</version>
24+
<version>3.0.0-beta</version>
2525
</parent>
2626
<artifactId>elasticjob-cloud</artifactId>
2727
<packaging>pom</packaging>
@@ -32,4 +32,8 @@
3232
<module>elasticjob-cloud-scheduler</module>
3333
<module>elasticjob-cloud-executor</module>
3434
</modules>
35+
36+
<scm>
37+
<tag>3.0.0-beta</tag>
38+
</scm>
3539
</project>

elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere.elasticjob</groupId>
2323
<artifactId>elasticjob-distribution</artifactId>
24-
<version>${revision}</version>
24+
<version>3.0.0-beta</version>
2525
</parent>
2626
<artifactId>elasticjob-cloud-executor-distribution</artifactId>
2727
<packaging>pom</packaging>
@@ -76,4 +76,8 @@
7676
</build>
7777
</profile>
7878
</profiles>
79+
80+
<scm>
81+
<tag>3.0.0-beta</tag>
82+
</scm>
7983
</project>

elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere.elasticjob</groupId>
2323
<artifactId>elasticjob-distribution</artifactId>
24-
<version>${revision}</version>
24+
<version>3.0.0-beta</version>
2525
</parent>
2626
<artifactId>elasticjob-cloud-scheduler-distribution</artifactId>
2727
<packaging>pom</packaging>
@@ -186,4 +186,8 @@
186186
</build>
187187
</profile>
188188
</profiles>
189+
190+
<scm>
191+
<tag>3.0.0-beta</tag>
192+
</scm>
189193
</project>

elasticjob-distribution/elasticjob-lite-distribution/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere.elasticjob</groupId>
2323
<artifactId>elasticjob-distribution</artifactId>
24-
<version>${revision}</version>
24+
<version>3.0.0-beta</version>
2525
</parent>
2626
<artifactId>elasticjob-lite-distribution</artifactId>
2727
<packaging>pom</packaging>
@@ -86,4 +86,8 @@
8686
</build>
8787
</profile>
8888
</profiles>
89+
90+
<scm>
91+
<tag>3.0.0-beta</tag>
92+
</scm>
8993
</project>

elasticjob-distribution/elasticjob-src-distribution/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere.elasticjob</groupId>
2323
<artifactId>elasticjob-distribution</artifactId>
24-
<version>${revision}</version>
24+
<version>3.0.0-beta</version>
2525
</parent>
2626
<artifactId>elasticjob-src-distribution</artifactId>
2727
<packaging>pom</packaging>
@@ -53,4 +53,8 @@
5353
</build>
5454
</profile>
5555
</profiles>
56+
57+
<scm>
58+
<tag>3.0.0-beta</tag>
59+
</scm>
5660
</project>

elasticjob-distribution/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere.elasticjob</groupId>
2323
<artifactId>elasticjob</artifactId>
24-
<version>${revision}</version>
24+
<version>3.0.0-beta</version>
2525
</parent>
2626
<artifactId>elasticjob-distribution</artifactId>
2727
<packaging>pom</packaging>
@@ -37,4 +37,8 @@
3737
<module>elasticjob-cloud-executor-distribution</module>
3838
<module>elasticjob-cloud-scheduler-distribution</module>
3939
</modules>
40+
41+
<scm>
42+
<tag>3.0.0-beta</tag>
43+
</scm>
4044
</project>

elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-spi/pom.xml

+6-4
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

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">
2220
<modelVersion>4.0.0</modelVersion>
2321
<parent>
2422
<groupId>org.apache.shardingsphere.elasticjob</groupId>
2523
<artifactId>elasticjob-error-handler</artifactId>
26-
<version>${revision}</version>
24+
<version>3.0.0-beta</version>
2725
</parent>
2826
<artifactId>elasticjob-error-handler-spi</artifactId>
2927

@@ -34,4 +32,8 @@
3432
<version>${project.parent.version}</version>
3533
</dependency>
3634
</dependencies>
35+
36+
<scm>
37+
<tag>3.0.0-beta</tag>
38+
</scm>
3739
</project>

elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-dingtalk/pom.xml

+6-4
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

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">
2220
<modelVersion>4.0.0</modelVersion>
2321
<parent>
2422
<groupId>org.apache.shardingsphere.elasticjob</groupId>
2523
<artifactId>elasticjob-error-handler-type</artifactId>
26-
<version>${revision}</version>
24+
<version>3.0.0-beta</version>
2725
</parent>
2826
<artifactId>elasticjob-error-handler-dingtalk</artifactId>
2927

@@ -85,4 +83,8 @@
8583
<scope>test</scope>
8684
</dependency>
8785
</dependencies>
86+
87+
<scm>
88+
<tag>3.0.0-beta</tag>
89+
</scm>
8890
</project>

elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-email/pom.xml

+6-4
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

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">
2220
<modelVersion>4.0.0</modelVersion>
2321
<parent>
2422
<groupId>org.apache.shardingsphere.elasticjob</groupId>
2523
<artifactId>elasticjob-error-handler-type</artifactId>
26-
<version>${revision}</version>
24+
<version>3.0.0-beta</version>
2725
</parent>
2826
<artifactId>elasticjob-error-handler-email</artifactId>
2927

@@ -81,4 +79,8 @@
8179
<scope>test</scope>
8280
</dependency>
8381
</dependencies>
82+
83+
<scm>
84+
<tag>3.0.0-beta</tag>
85+
</scm>
8486
</project>

elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-general/pom.xml

+6-4
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

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">
2220
<modelVersion>4.0.0</modelVersion>
2321
<parent>
2422
<groupId>org.apache.shardingsphere.elasticjob</groupId>
2523
<artifactId>elasticjob-error-handler-type</artifactId>
26-
<version>${revision}</version>
24+
<version>3.0.0-beta</version>
2725
</parent>
2826
<artifactId>elasticjob-error-handler-general</artifactId>
2927

@@ -64,4 +62,8 @@
6462
<artifactId>mockito-inline</artifactId>
6563
</dependency>
6664
</dependencies>
65+
66+
<scm>
67+
<tag>3.0.0-beta</tag>
68+
</scm>
6769
</project>

elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-wechat/pom.xml

+6-4
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

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">
2220
<modelVersion>4.0.0</modelVersion>
2321
<parent>
2422
<groupId>org.apache.shardingsphere.elasticjob</groupId>
2523
<artifactId>elasticjob-error-handler-type</artifactId>
26-
<version>${revision}</version>
24+
<version>3.0.0-beta</version>
2725
</parent>
2826
<artifactId>elasticjob-error-handler-wechat</artifactId>
2927

@@ -85,4 +83,8 @@
8583
<scope>test</scope>
8684
</dependency>
8785
</dependencies>
86+
87+
<scm>
88+
<tag>3.0.0-beta</tag>
89+
</scm>
8890
</project>

elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/pom.xml

+6-4
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

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">
2220
<modelVersion>4.0.0</modelVersion>
2321
<parent>
2422
<groupId>org.apache.shardingsphere.elasticjob</groupId>
2523
<artifactId>elasticjob-error-handler</artifactId>
26-
<version>${revision}</version>
24+
<version>3.0.0-beta</version>
2725
</parent>
2826
<artifactId>elasticjob-error-handler-type</artifactId>
2927
<packaging>pom</packaging>
@@ -34,4 +32,8 @@
3432
<module>elasticjob-error-handler-wechat</module>
3533
<module>elasticjob-error-handler-dingtalk</module>
3634
</modules>
35+
36+
<scm>
37+
<tag>3.0.0-beta</tag>
38+
</scm>
3739
</project>

elasticjob-ecosystem/elasticjob-error-handler/pom.xml

+6-4
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

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">
2220
<modelVersion>4.0.0</modelVersion>
2321
<parent>
2422
<groupId>org.apache.shardingsphere.elasticjob</groupId>
2523
<artifactId>elasticjob-ecosystem</artifactId>
26-
<version>${revision}</version>
24+
<version>3.0.0-beta</version>
2725
</parent>
2826
<artifactId>elasticjob-error-handler</artifactId>
2927
<packaging>pom</packaging>
@@ -32,4 +30,8 @@
3230
<module>elasticjob-error-handler-spi</module>
3331
<module>elasticjob-error-handler-type</module>
3432
</modules>
33+
34+
<scm>
35+
<tag>3.0.0-beta</tag>
36+
</scm>
3537
</project>

elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-kernel/pom.xml

+6-4
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

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">
2220
<modelVersion>4.0.0</modelVersion>
2321
<parent>
2422
<groupId>org.apache.shardingsphere.elasticjob</groupId>
2523
<artifactId>elasticjob-executor</artifactId>
26-
<version>${revision}</version>
24+
<version>3.0.0-beta</version>
2725
</parent>
2826
<artifactId>elasticjob-executor-kernel</artifactId>
2927
<name>${project.artifactId}</name>
@@ -74,4 +72,8 @@
7472
<scope>test</scope>
7573
</dependency>
7674
</dependencies>
75+
76+
<scm>
77+
<tag>3.0.0-beta</tag>
78+
</scm>
7779
</project>

0 commit comments

Comments
 (0)