This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a commit to branch 3.0.0-beta-release in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git
commit f16ca4bae29b01d160e948e42d51a311d920afaf Author: terrymanu <[email protected]> AuthorDate: Wed Oct 28 12:54:07 2020 +0800 [maven-release-plugin] prepare release 3.0.0-beta --- elasticjob-api/pom.xml | 2 +- elasticjob-cloud/elasticjob-cloud-common/pom.xml | 2 +- elasticjob-cloud/elasticjob-cloud-executor/pom.xml | 2 +- elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml | 2 +- elasticjob-cloud/pom.xml | 2 +- .../elasticjob-cloud-executor-distribution/pom.xml | 2 +- .../elasticjob-cloud-scheduler-distribution/pom.xml | 2 +- elasticjob-distribution/elasticjob-lite-distribution/pom.xml | 2 +- elasticjob-distribution/elasticjob-src-distribution/pom.xml | 2 +- elasticjob-distribution/pom.xml | 2 +- .../elasticjob-error-handler/elasticjob-error-handler-spi/pom.xml | 6 ++---- .../elasticjob-error-handler-dingtalk/pom.xml | 6 ++---- .../elasticjob-error-handler-email/pom.xml | 6 ++---- .../elasticjob-error-handler-general/pom.xml | 6 ++---- .../elasticjob-error-handler-wechat/pom.xml | 6 ++---- .../elasticjob-error-handler/elasticjob-error-handler-type/pom.xml | 6 ++---- elasticjob-ecosystem/elasticjob-error-handler/pom.xml | 6 ++---- .../elasticjob-executor/elasticjob-executor-kernel/pom.xml | 6 ++---- .../elasticjob-executor-type/elasticjob-dataflow-executor/pom.xml | 6 ++---- .../elasticjob-executor-type/elasticjob-http-executor/pom.xml | 6 ++---- .../elasticjob-executor-type/elasticjob-script-executor/pom.xml | 6 ++---- .../elasticjob-executor-type/elasticjob-simple-executor/pom.xml | 6 ++---- .../elasticjob-executor/elasticjob-executor-type/pom.xml | 6 ++---- elasticjob-ecosystem/elasticjob-executor/pom.xml | 2 +- .../elasticjob-tracing/elasticjob-tracing-api/pom.xml | 6 ++---- .../elasticjob-tracing/elasticjob-tracing-rdb/pom.xml | 6 ++---- elasticjob-ecosystem/elasticjob-tracing/pom.xml | 6 ++---- elasticjob-ecosystem/pom.xml | 6 ++---- elasticjob-infra/elasticjob-infra-common/pom.xml | 2 +- elasticjob-infra/elasticjob-registry-center/pom.xml | 2 +- elasticjob-infra/elasticjob-restful/pom.xml | 6 ++---- elasticjob-infra/pom.xml | 2 +- elasticjob-lite/elasticjob-lite-core/pom.xml | 2 +- elasticjob-lite/elasticjob-lite-lifecycle/pom.xml | 2 +- .../elasticjob-lite-spring-boot-starter/pom.xml | 2 +- .../elasticjob-lite-spring/elasticjob-lite-spring-namespace/pom.xml | 2 +- elasticjob-lite/elasticjob-lite-spring/pom.xml | 2 +- elasticjob-lite/pom.xml | 2 +- pom.xml | 4 ++-- 39 files changed, 58 insertions(+), 94 deletions(-) diff --git a/elasticjob-api/pom.xml b/elasticjob-api/pom.xml index d5485ab..6db1387 100644 --- a/elasticjob-api/pom.xml +++ b/elasticjob-api/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-api</artifactId> <name>${project.artifactId}</name> diff --git a/elasticjob-cloud/elasticjob-cloud-common/pom.xml b/elasticjob-cloud/elasticjob-cloud-common/pom.xml index cc56d09..c6533bf 100755 --- a/elasticjob-cloud/elasticjob-cloud-common/pom.xml +++ b/elasticjob-cloud/elasticjob-cloud-common/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob-cloud</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-cloud-common</artifactId> <name>${project.artifactId}</name> diff --git a/elasticjob-cloud/elasticjob-cloud-executor/pom.xml b/elasticjob-cloud/elasticjob-cloud-executor/pom.xml index d78504c..8de0556 100755 --- a/elasticjob-cloud/elasticjob-cloud-executor/pom.xml +++ b/elasticjob-cloud/elasticjob-cloud-executor/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob-cloud</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-cloud-executor</artifactId> <name>${project.artifactId}</name> diff --git a/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml b/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml index 5174674..def3492 100755 --- a/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml +++ b/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob-cloud</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-cloud-scheduler</artifactId> <name>${project.artifactId}</name> diff --git a/elasticjob-cloud/pom.xml b/elasticjob-cloud/pom.xml index 1949b97..52fffb7 100644 --- a/elasticjob-cloud/pom.xml +++ b/elasticjob-cloud/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-cloud</artifactId> <packaging>pom</packaging> diff --git a/elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml b/elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml index 8840501..80702f7 100644 --- a/elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml +++ b/elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob-distribution</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-cloud-executor-distribution</artifactId> <packaging>pom</packaging> diff --git a/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml b/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml index 8053dd1..05e674c 100644 --- a/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml +++ b/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob-distribution</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-cloud-scheduler-distribution</artifactId> <packaging>pom</packaging> diff --git a/elasticjob-distribution/elasticjob-lite-distribution/pom.xml b/elasticjob-distribution/elasticjob-lite-distribution/pom.xml index 14c0c82..781a0b4 100644 --- a/elasticjob-distribution/elasticjob-lite-distribution/pom.xml +++ b/elasticjob-distribution/elasticjob-lite-distribution/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob-distribution</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-lite-distribution</artifactId> <packaging>pom</packaging> diff --git a/elasticjob-distribution/elasticjob-src-distribution/pom.xml b/elasticjob-distribution/elasticjob-src-distribution/pom.xml index 213391e..3aeb8d5 100644 --- a/elasticjob-distribution/elasticjob-src-distribution/pom.xml +++ b/elasticjob-distribution/elasticjob-src-distribution/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob-distribution</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-src-distribution</artifactId> <packaging>pom</packaging> diff --git a/elasticjob-distribution/pom.xml b/elasticjob-distribution/pom.xml index 536b00d..916256b 100644 --- a/elasticjob-distribution/pom.xml +++ b/elasticjob-distribution/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-distribution</artifactId> <packaging>pom</packaging> diff --git a/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-spi/pom.xml b/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-spi/pom.xml index 50f86bc..40d3daf 100644 --- a/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-spi/pom.xml +++ b/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-spi/pom.xml @@ -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>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-error-handler-spi</artifactId> diff --git a/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-dingtalk/pom.xml b/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-dingtalk/pom.xml index f496d5a..d3b3d5a 100644 --- a/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-dingtalk/pom.xml +++ b/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-dingtalk/pom.xml @@ -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>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-error-handler-dingtalk</artifactId> diff --git a/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-email/pom.xml b/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-email/pom.xml index 3e29ff6..5f9c733 100644 --- a/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-email/pom.xml +++ b/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-email/pom.xml @@ -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>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-error-handler-email</artifactId> diff --git a/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-general/pom.xml b/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-general/pom.xml index be60bba..8994057 100644 --- a/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-general/pom.xml +++ b/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-general/pom.xml @@ -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>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-error-handler-general</artifactId> diff --git a/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-wechat/pom.xml b/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-wechat/pom.xml index aedaed1..3f5e53a 100644 --- a/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-wechat/pom.xml +++ b/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-wechat/pom.xml @@ -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>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-error-handler-wechat</artifactId> diff --git a/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/pom.xml b/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/pom.xml index 42b7c4f..6061f47 100644 --- a/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/pom.xml +++ b/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/pom.xml @@ -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>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-error-handler-type</artifactId> <packaging>pom</packaging> diff --git a/elasticjob-ecosystem/elasticjob-error-handler/pom.xml b/elasticjob-ecosystem/elasticjob-error-handler/pom.xml index f6f2e4e..38f8f7f 100644 --- a/elasticjob-ecosystem/elasticjob-error-handler/pom.xml +++ b/elasticjob-ecosystem/elasticjob-error-handler/pom.xml @@ -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>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-error-handler</artifactId> <packaging>pom</packaging> diff --git a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-kernel/pom.xml b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-kernel/pom.xml index a947c29..da6d4fd 100644 --- a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-kernel/pom.xml +++ b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-kernel/pom.xml @@ -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>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-executor-kernel</artifactId> <name>${project.artifactId}</name> diff --git a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/elasticjob-dataflow-executor/pom.xml b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/elasticjob-dataflow-executor/pom.xml index 467929d..282a884 100644 --- a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/elasticjob-dataflow-executor/pom.xml +++ b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/elasticjob-dataflow-executor/pom.xml @@ -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-type</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-dataflow-executor</artifactId> <name>${project.artifactId}</name> diff --git a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/elasticjob-http-executor/pom.xml b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/elasticjob-http-executor/pom.xml index 8eb6ec6..aa07000 100644 --- a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/elasticjob-http-executor/pom.xml +++ b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/elasticjob-http-executor/pom.xml @@ -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-type</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-http-executor</artifactId> <name>${project.artifactId}</name> diff --git a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/elasticjob-script-executor/pom.xml b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/elasticjob-script-executor/pom.xml index 3424a1a..8498557 100644 --- a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/elasticjob-script-executor/pom.xml +++ b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/elasticjob-script-executor/pom.xml @@ -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-type</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-script-executor</artifactId> <name>${project.artifactId}</name> diff --git a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/elasticjob-simple-executor/pom.xml b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/elasticjob-simple-executor/pom.xml index 9d79cdb..9aa6e1a 100644 --- a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/elasticjob-simple-executor/pom.xml +++ b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/elasticjob-simple-executor/pom.xml @@ -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-type</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-simple-executor</artifactId> <name>${project.artifactId}</name> diff --git a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/pom.xml b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/pom.xml index 9d366c6..9c290ab 100644 --- a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/pom.xml +++ b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/pom.xml @@ -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>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-executor-type</artifactId> <packaging>pom</packaging> diff --git a/elasticjob-ecosystem/elasticjob-executor/pom.xml b/elasticjob-ecosystem/elasticjob-executor/pom.xml index 8fbd40d..b142156 100644 --- a/elasticjob-ecosystem/elasticjob-executor/pom.xml +++ b/elasticjob-ecosystem/elasticjob-executor/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob-ecosystem</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-executor</artifactId> <packaging>pom</packaging> diff --git a/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-api/pom.xml b/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-api/pom.xml index 712bc34..3764225 100644 --- a/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-api/pom.xml +++ b/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-api/pom.xml @@ -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-tracing</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-tracing-api</artifactId> <name>${project.artifactId}</name> diff --git a/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml b/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml index 8be0bf9..334ec5e 100644 --- a/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml +++ b/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml @@ -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-tracing</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-tracing-rdb</artifactId> <name>${project.artifactId}</name> diff --git a/elasticjob-ecosystem/elasticjob-tracing/pom.xml b/elasticjob-ecosystem/elasticjob-tracing/pom.xml index 7d9aec2..8bcc782 100644 --- a/elasticjob-ecosystem/elasticjob-tracing/pom.xml +++ b/elasticjob-ecosystem/elasticjob-tracing/pom.xml @@ -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>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-tracing</artifactId> <packaging>pom</packaging> diff --git a/elasticjob-ecosystem/pom.xml b/elasticjob-ecosystem/pom.xml index 2629c3b..4b864c8 100644 --- a/elasticjob-ecosystem/pom.xml +++ b/elasticjob-ecosystem/pom.xml @@ -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</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-ecosystem</artifactId> <packaging>pom</packaging> diff --git a/elasticjob-infra/elasticjob-infra-common/pom.xml b/elasticjob-infra/elasticjob-infra-common/pom.xml index bc63b9b..3f78a7e 100644 --- a/elasticjob-infra/elasticjob-infra-common/pom.xml +++ b/elasticjob-infra/elasticjob-infra-common/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob-infra</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-infra-common</artifactId> <name>${project.artifactId}</name> diff --git a/elasticjob-infra/elasticjob-registry-center/pom.xml b/elasticjob-infra/elasticjob-registry-center/pom.xml index 9263e0d..758d8f9 100644 --- a/elasticjob-infra/elasticjob-registry-center/pom.xml +++ b/elasticjob-infra/elasticjob-registry-center/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob-infra</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-registry-center</artifactId> <name>${project.artifactId}</name> diff --git a/elasticjob-infra/elasticjob-restful/pom.xml b/elasticjob-infra/elasticjob-restful/pom.xml index 87266a7..6440701 100644 --- a/elasticjob-infra/elasticjob-restful/pom.xml +++ b/elasticjob-infra/elasticjob-restful/pom.xml @@ -16,13 +16,11 @@ ~ 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"> <parent> <artifactId>elasticjob-infra</artifactId> <groupId>org.apache.shardingsphere.elasticjob</groupId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/elasticjob-infra/pom.xml b/elasticjob-infra/pom.xml index f6636c9..652ab13 100644 --- a/elasticjob-infra/pom.xml +++ b/elasticjob-infra/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-infra</artifactId> <packaging>pom</packaging> diff --git a/elasticjob-lite/elasticjob-lite-core/pom.xml b/elasticjob-lite/elasticjob-lite-core/pom.xml index fd48d02..295910b 100644 --- a/elasticjob-lite/elasticjob-lite-core/pom.xml +++ b/elasticjob-lite/elasticjob-lite-core/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob-lite</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-lite-core</artifactId> <name>${project.artifactId}</name> diff --git a/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml b/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml index fa90be4..60702b2 100644 --- a/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml +++ b/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob-lite</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-lite-lifecycle</artifactId> <name>${project.artifactId}</name> diff --git a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-boot-starter/pom.xml b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-boot-starter/pom.xml index f4428be..d49c13e 100644 --- a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-boot-starter/pom.xml +++ b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-boot-starter/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob-lite-spring</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-lite-spring-boot-starter</artifactId> <name>${project.artifactId}</name> diff --git a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-namespace/pom.xml b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-namespace/pom.xml index 90ddd97..ff3121c 100644 --- a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-namespace/pom.xml +++ b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-namespace/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob-lite-spring</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-lite-spring-namespace</artifactId> <name>${project.artifactId}</name> diff --git a/elasticjob-lite/elasticjob-lite-spring/pom.xml b/elasticjob-lite/elasticjob-lite-spring/pom.xml index 32d58b9..1a81058 100644 --- a/elasticjob-lite/elasticjob-lite-spring/pom.xml +++ b/elasticjob-lite/elasticjob-lite-spring/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob-lite</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-lite-spring</artifactId> <packaging>pom</packaging> diff --git a/elasticjob-lite/pom.xml b/elasticjob-lite/pom.xml index 06702ad..804df32 100644 --- a/elasticjob-lite/pom.xml +++ b/elasticjob-lite/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> </parent> <artifactId>elasticjob-lite</artifactId> <packaging>pom</packaging> diff --git a/pom.xml b/pom.xml index 3a3cf32..fe3a775 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ </parent> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob</artifactId> - <version>3.0.0-beta-SNAPSHOT</version> + <version>3.0.0-beta</version> <packaging>pom</packaging> <name>${project.artifactId}</name> @@ -673,7 +673,7 @@ <connection>scm:git:https://github.com/apache/shardingsphere-elasticjob.git</connection> <developerConnection>scm:git:https://github.com/apache/shardingsphere-elasticjob.git</developerConnection> <url>https://github.com/apache/shardingsphere-elasticjob.git</url> - <tag>HEAD</tag> + <tag>3.0.0-beta</tag> </scm> <mailingLists>
