Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Oct 31, 2020
1 parent 12070e7 commit a842f4c
Show file tree
Hide file tree
Showing 39 changed files with 210 additions and 94 deletions.
6 changes: 5 additions & 1 deletion elasticjob-api/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
<version>${revision}</version>
<version>3.0.0-beta</version>
</parent>
<artifactId>elasticjob-api</artifactId>
<name>${project.artifactId}</name>
Expand All @@ -42,4 +42,8 @@
<artifactId>junit</artifactId>
</dependency>
</dependencies>

<scm>
<tag>3.0.0-beta</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion elasticjob-cloud/elasticjob-cloud-common/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-cloud</artifactId>
<version>${revision}</version>
<version>3.0.0-beta</version>
</parent>
<artifactId>elasticjob-cloud-common</artifactId>
<name>${project.artifactId}</name>
Expand Down Expand Up @@ -140,4 +140,8 @@
<artifactId>h2</artifactId>
</dependency>
</dependencies>

<scm>
<tag>3.0.0-beta</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion elasticjob-cloud/elasticjob-cloud-executor/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-cloud</artifactId>
<version>${revision}</version>
<version>3.0.0-beta</version>
</parent>
<artifactId>elasticjob-cloud-executor</artifactId>
<name>${project.artifactId}</name>
Expand Down Expand Up @@ -82,4 +82,8 @@
<scope>test</scope>
</dependency>
</dependencies>

<scm>
<tag>3.0.0-beta</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-cloud</artifactId>
<version>${revision}</version>
<version>3.0.0-beta</version>
</parent>
<artifactId>elasticjob-cloud-scheduler</artifactId>
<name>${project.artifactId}</name>
Expand Down Expand Up @@ -125,4 +125,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>3.0.0-beta</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion elasticjob-cloud/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
<version>${revision}</version>
<version>3.0.0-beta</version>
</parent>
<artifactId>elasticjob-cloud</artifactId>
<packaging>pom</packaging>
Expand All @@ -32,4 +32,8 @@
<module>elasticjob-cloud-scheduler</module>
<module>elasticjob-cloud-executor</module>
</modules>

<scm>
<tag>3.0.0-beta</tag>
</scm>
</project>
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-distribution</artifactId>
<version>${revision}</version>
<version>3.0.0-beta</version>
</parent>
<artifactId>elasticjob-cloud-executor-distribution</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -76,4 +76,8 @@
</build>
</profile>
</profiles>

<scm>
<tag>3.0.0-beta</tag>
</scm>
</project>
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-distribution</artifactId>
<version>${revision}</version>
<version>3.0.0-beta</version>
</parent>
<artifactId>elasticjob-cloud-scheduler-distribution</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -186,4 +186,8 @@
</build>
</profile>
</profiles>

<scm>
<tag>3.0.0-beta</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion elasticjob-distribution/elasticjob-lite-distribution/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-distribution</artifactId>
<version>${revision}</version>
<version>3.0.0-beta</version>
</parent>
<artifactId>elasticjob-lite-distribution</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -86,4 +86,8 @@
</build>
</profile>
</profiles>

<scm>
<tag>3.0.0-beta</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion elasticjob-distribution/elasticjob-src-distribution/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-distribution</artifactId>
<version>${revision}</version>
<version>3.0.0-beta</version>
</parent>
<artifactId>elasticjob-src-distribution</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -53,4 +53,8 @@
</build>
</profile>
</profiles>

<scm>
<tag>3.0.0-beta</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion elasticjob-distribution/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
<version>${revision}</version>
<version>3.0.0-beta</version>
</parent>
<artifactId>elasticjob-distribution</artifactId>
<packaging>pom</packaging>
Expand All @@ -37,4 +37,8 @@
<module>elasticjob-cloud-executor-distribution</module>
<module>elasticjob-cloud-scheduler-distribution</module>
</modules>

<scm>
<tag>3.0.0-beta</tag>
</scm>
</project>
Expand Up @@ -16,14 +16,12 @@
~ limitations under the License.
-->

<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-error-handler</artifactId>
<version>${revision}</version>
<version>3.0.0-beta</version>
</parent>
<artifactId>elasticjob-error-handler-spi</artifactId>

Expand All @@ -34,4 +32,8 @@
<version>${project.parent.version}</version>
</dependency>
</dependencies>

<scm>
<tag>3.0.0-beta</tag>
</scm>
</project>
Expand Up @@ -16,14 +16,12 @@
~ limitations under the License.
-->

<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-error-handler-type</artifactId>
<version>${revision}</version>
<version>3.0.0-beta</version>
</parent>
<artifactId>elasticjob-error-handler-dingtalk</artifactId>

Expand Down Expand Up @@ -85,4 +83,8 @@
<scope>test</scope>
</dependency>
</dependencies>

<scm>
<tag>3.0.0-beta</tag>
</scm>
</project>
Expand Up @@ -16,14 +16,12 @@
~ limitations under the License.
-->

<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-error-handler-type</artifactId>
<version>${revision}</version>
<version>3.0.0-beta</version>
</parent>
<artifactId>elasticjob-error-handler-email</artifactId>

Expand Down Expand Up @@ -81,4 +79,8 @@
<scope>test</scope>
</dependency>
</dependencies>

<scm>
<tag>3.0.0-beta</tag>
</scm>
</project>
Expand Up @@ -16,14 +16,12 @@
~ limitations under the License.
-->

<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-error-handler-type</artifactId>
<version>${revision}</version>
<version>3.0.0-beta</version>
</parent>
<artifactId>elasticjob-error-handler-general</artifactId>

Expand Down Expand Up @@ -64,4 +62,8 @@
<artifactId>mockito-inline</artifactId>
</dependency>
</dependencies>

<scm>
<tag>3.0.0-beta</tag>
</scm>
</project>
Expand Up @@ -16,14 +16,12 @@
~ limitations under the License.
-->

<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-error-handler-type</artifactId>
<version>${revision}</version>
<version>3.0.0-beta</version>
</parent>
<artifactId>elasticjob-error-handler-wechat</artifactId>

Expand Down Expand Up @@ -85,4 +83,8 @@
<scope>test</scope>
</dependency>
</dependencies>

<scm>
<tag>3.0.0-beta</tag>
</scm>
</project>
Expand Up @@ -16,14 +16,12 @@
~ limitations under the License.
-->

<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-error-handler</artifactId>
<version>${revision}</version>
<version>3.0.0-beta</version>
</parent>
<artifactId>elasticjob-error-handler-type</artifactId>
<packaging>pom</packaging>
Expand All @@ -34,4 +32,8 @@
<module>elasticjob-error-handler-wechat</module>
<module>elasticjob-error-handler-dingtalk</module>
</modules>

<scm>
<tag>3.0.0-beta</tag>
</scm>
</project>
10 changes: 6 additions & 4 deletions elasticjob-ecosystem/elasticjob-error-handler/pom.xml
Expand Up @@ -16,14 +16,12 @@
~ limitations under the License.
-->

<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-ecosystem</artifactId>
<version>${revision}</version>
<version>3.0.0-beta</version>
</parent>
<artifactId>elasticjob-error-handler</artifactId>
<packaging>pom</packaging>
Expand All @@ -32,4 +30,8 @@
<module>elasticjob-error-handler-spi</module>
<module>elasticjob-error-handler-type</module>
</modules>

<scm>
<tag>3.0.0-beta</tag>
</scm>
</project>
Expand Up @@ -16,14 +16,12 @@
~ limitations under the License.
-->

<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-executor</artifactId>
<version>${revision}</version>
<version>3.0.0-beta</version>
</parent>
<artifactId>elasticjob-executor-kernel</artifactId>
<name>${project.artifactId}</name>
Expand Down Expand Up @@ -74,4 +72,8 @@
<scope>test</scope>
</dependency>
</dependencies>

<scm>
<tag>3.0.0-beta</tag>
</scm>
</project>

0 comments on commit a842f4c

Please sign in to comment.