From 86c21c988712dcdca7bd5c776d807ff70198563b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=BF=B5=E5=90=9B=20Nianjun=20Sun?= Date: Sat, 14 Oct 2023 21:34:42 +0800 Subject: [PATCH 1/4] [maven-release-plugin] prepare release 3.0.4 --- 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-spi/pom.xml | 2 +- .../elasticjob-error-handler-dingtalk/pom.xml | 2 +- .../elasticjob-error-handler-email/pom.xml | 2 +- .../elasticjob-error-handler-general/pom.xml | 2 +- .../elasticjob-error-handler-wechat/pom.xml | 2 +- .../elasticjob-error-handler-type/pom.xml | 2 +- elasticjob-ecosystem/elasticjob-error-handler/pom.xml | 2 +- .../elasticjob-executor/elasticjob-executor-kernel/pom.xml | 2 +- .../elasticjob-dataflow-executor/pom.xml | 2 +- .../elasticjob-executor-type/elasticjob-http-executor/pom.xml | 2 +- .../elasticjob-script-executor/pom.xml | 2 +- .../elasticjob-simple-executor/pom.xml | 2 +- .../elasticjob-executor/elasticjob-executor-type/pom.xml | 2 +- elasticjob-ecosystem/elasticjob-executor/pom.xml | 2 +- .../elasticjob-tracing/elasticjob-tracing-api/pom.xml | 2 +- .../elasticjob-tracing/elasticjob-tracing-rdb/pom.xml | 2 +- elasticjob-ecosystem/elasticjob-tracing/pom.xml | 2 +- elasticjob-ecosystem/pom.xml | 2 +- elasticjob-infra/elasticjob-infra-common/pom.xml | 2 +- .../elasticjob-registry-center-api/pom.xml | 2 +- .../elasticjob-registry-center-zookeeper-curator/pom.xml | 2 +- .../elasticjob-regitry-center-provider/pom.xml | 2 +- elasticjob-infra/elasticjob-registry-center/pom.xml | 2 +- elasticjob-infra/elasticjob-restful/pom.xml | 2 +- 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-core/pom.xml | 2 +- .../elasticjob-lite-spring-namespace/pom.xml | 2 +- elasticjob-lite/elasticjob-lite-spring/pom.xml | 2 +- elasticjob-lite/pom.xml | 2 +- pom.xml | 4 ++-- 43 files changed, 44 insertions(+), 44 deletions(-) diff --git a/elasticjob-api/pom.xml b/elasticjob-api/pom.xml index e36f819104..f08e76b41b 100644 --- a/elasticjob-api/pom.xml +++ b/elasticjob-api/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-api ${project.artifactId} diff --git a/elasticjob-cloud/elasticjob-cloud-common/pom.xml b/elasticjob-cloud/elasticjob-cloud-common/pom.xml index 37c515c1ca..a4368dfc32 100755 --- a/elasticjob-cloud/elasticjob-cloud-common/pom.xml +++ b/elasticjob-cloud/elasticjob-cloud-common/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-cloud - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-cloud-common ${project.artifactId} diff --git a/elasticjob-cloud/elasticjob-cloud-executor/pom.xml b/elasticjob-cloud/elasticjob-cloud-executor/pom.xml index 7111432cd7..cee6b03e2a 100755 --- a/elasticjob-cloud/elasticjob-cloud-executor/pom.xml +++ b/elasticjob-cloud/elasticjob-cloud-executor/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-cloud - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-cloud-executor ${project.artifactId} diff --git a/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml b/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml index 7dc994fc36..54d6eb9325 100755 --- a/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml +++ b/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-cloud - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-cloud-scheduler ${project.artifactId} diff --git a/elasticjob-cloud/pom.xml b/elasticjob-cloud/pom.xml index 0a44944cda..1e688af2c7 100644 --- a/elasticjob-cloud/pom.xml +++ b/elasticjob-cloud/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-cloud pom diff --git a/elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml b/elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml index 8984517ce3..fe6fab4598 100644 --- a/elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml +++ b/elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-distribution - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-cloud-executor-distribution pom diff --git a/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml b/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml index c0eb161d3f..5e6e7fa5f4 100644 --- a/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml +++ b/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-distribution - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-cloud-scheduler-distribution pom diff --git a/elasticjob-distribution/elasticjob-lite-distribution/pom.xml b/elasticjob-distribution/elasticjob-lite-distribution/pom.xml index fa4034102b..a193504ddd 100644 --- a/elasticjob-distribution/elasticjob-lite-distribution/pom.xml +++ b/elasticjob-distribution/elasticjob-lite-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-distribution - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-lite-distribution pom diff --git a/elasticjob-distribution/elasticjob-src-distribution/pom.xml b/elasticjob-distribution/elasticjob-src-distribution/pom.xml index 5cdeb9c356..6e2c55c1f9 100644 --- a/elasticjob-distribution/elasticjob-src-distribution/pom.xml +++ b/elasticjob-distribution/elasticjob-src-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-distribution - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-src-distribution pom diff --git a/elasticjob-distribution/pom.xml b/elasticjob-distribution/pom.xml index eba35b5202..3d770b37fd 100644 --- a/elasticjob-distribution/pom.xml +++ b/elasticjob-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-distribution pom 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 42dff33886..6cfa3a2e1d 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-error-handler - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-error-handler-spi 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 f925e4664a..e99887b268 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-error-handler-type - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-error-handler-dingtalk 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 22f36be9f1..bc4b952d89 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-error-handler-type - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-error-handler-email 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 f3cf22792d..6a3237691a 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-error-handler-type - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-error-handler-general 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 46a8696620..8c4e5db7ac 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-error-handler-type - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-error-handler-wechat 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 0fb1b6c4dd..c0676a520f 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-error-handler - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-error-handler-type pom diff --git a/elasticjob-ecosystem/elasticjob-error-handler/pom.xml b/elasticjob-ecosystem/elasticjob-error-handler/pom.xml index e2a1ad3324..03e15bb3e9 100644 --- a/elasticjob-ecosystem/elasticjob-error-handler/pom.xml +++ b/elasticjob-ecosystem/elasticjob-error-handler/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-ecosystem - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-error-handler pom diff --git a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-kernel/pom.xml b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-kernel/pom.xml index 07c9570179..fb4df6ff7e 100644 --- a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-kernel/pom.xml +++ b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-kernel/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-executor - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-executor-kernel ${project.artifactId} 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 ca7d15387b..ce3a30cd23 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-executor-type - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-dataflow-executor ${project.artifactId} 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 ceba1b6ca5..fbad0b7f0a 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-executor-type - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-http-executor ${project.artifactId} 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 3ce051f9b5..b2b38a794d 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-executor-type - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-script-executor ${project.artifactId} 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 41933e3ba8..89c0e6317a 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-executor-type - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-simple-executor ${project.artifactId} diff --git a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/pom.xml b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/pom.xml index 7ba4b49302..bd2eddde8b 100644 --- a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/pom.xml +++ b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-executor - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-executor-type pom diff --git a/elasticjob-ecosystem/elasticjob-executor/pom.xml b/elasticjob-ecosystem/elasticjob-executor/pom.xml index e6a014877e..292ac87686 100644 --- a/elasticjob-ecosystem/elasticjob-executor/pom.xml +++ b/elasticjob-ecosystem/elasticjob-executor/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-ecosystem - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-executor pom diff --git a/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-api/pom.xml b/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-api/pom.xml index 287846d289..54d406377e 100644 --- a/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-api/pom.xml +++ b/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-api/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-tracing - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-tracing-api ${project.artifactId} diff --git a/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml b/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml index dd4d492c7f..5a36ef6572 100644 --- a/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml +++ b/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-tracing - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-tracing-rdb ${project.artifactId} diff --git a/elasticjob-ecosystem/elasticjob-tracing/pom.xml b/elasticjob-ecosystem/elasticjob-tracing/pom.xml index cb3660a4e5..009ebae1a6 100644 --- a/elasticjob-ecosystem/elasticjob-tracing/pom.xml +++ b/elasticjob-ecosystem/elasticjob-tracing/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-ecosystem - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-tracing pom diff --git a/elasticjob-ecosystem/pom.xml b/elasticjob-ecosystem/pom.xml index 8f9e1bfe73..e1aab4e471 100644 --- a/elasticjob-ecosystem/pom.xml +++ b/elasticjob-ecosystem/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-ecosystem pom diff --git a/elasticjob-infra/elasticjob-infra-common/pom.xml b/elasticjob-infra/elasticjob-infra-common/pom.xml index 518a2556bf..f5b94a7f4b 100644 --- a/elasticjob-infra/elasticjob-infra-common/pom.xml +++ b/elasticjob-infra/elasticjob-infra-common/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-infra - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-infra-common ${project.artifactId} diff --git a/elasticjob-infra/elasticjob-registry-center/elasticjob-registry-center-api/pom.xml b/elasticjob-infra/elasticjob-registry-center/elasticjob-registry-center-api/pom.xml index e92a2ce428..fd1947585d 100644 --- a/elasticjob-infra/elasticjob-registry-center/elasticjob-registry-center-api/pom.xml +++ b/elasticjob-infra/elasticjob-registry-center/elasticjob-registry-center-api/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-registry-center - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-registry-center-api ${project.artifactId} diff --git a/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/elasticjob-registry-center-zookeeper-curator/pom.xml b/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/elasticjob-registry-center-zookeeper-curator/pom.xml index e0176829a1..d1983ebff0 100644 --- a/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/elasticjob-registry-center-zookeeper-curator/pom.xml +++ b/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/elasticjob-registry-center-zookeeper-curator/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-regitry-center-provider - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-registry-center-zookeeper-curator ${project.artifactId} diff --git a/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/pom.xml b/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/pom.xml index 932d59c8d2..52b8856e7f 100644 --- a/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/pom.xml +++ b/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-registry-center - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-regitry-center-provider pom diff --git a/elasticjob-infra/elasticjob-registry-center/pom.xml b/elasticjob-infra/elasticjob-registry-center/pom.xml index a5b3b513d5..6394450349 100644 --- a/elasticjob-infra/elasticjob-registry-center/pom.xml +++ b/elasticjob-infra/elasticjob-registry-center/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-infra - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-registry-center pom diff --git a/elasticjob-infra/elasticjob-restful/pom.xml b/elasticjob-infra/elasticjob-restful/pom.xml index 3a15d0ddc3..c2d08e8bf1 100644 --- a/elasticjob-infra/elasticjob-restful/pom.xml +++ b/elasticjob-infra/elasticjob-restful/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-infra - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-restful ${project.artifactId} diff --git a/elasticjob-infra/pom.xml b/elasticjob-infra/pom.xml index 0cc6395f77..be2b5cc181 100644 --- a/elasticjob-infra/pom.xml +++ b/elasticjob-infra/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-infra pom diff --git a/elasticjob-lite/elasticjob-lite-core/pom.xml b/elasticjob-lite/elasticjob-lite-core/pom.xml index 63085747c5..d77bc1df43 100644 --- a/elasticjob-lite/elasticjob-lite-core/pom.xml +++ b/elasticjob-lite/elasticjob-lite-core/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-lite - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-lite-core ${project.artifactId} diff --git a/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml b/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml index 851d254315..7cf6867c86 100644 --- a/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml +++ b/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-lite - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-lite-lifecycle ${project.artifactId} 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 0a953fbd01..4e92b48f86 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 @@ org.apache.shardingsphere.elasticjob elasticjob-lite-spring - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-lite-spring-boot-starter ${project.artifactId} diff --git a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-core/pom.xml b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-core/pom.xml index e26680449f..3f6b1229c2 100644 --- a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-core/pom.xml +++ b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-core/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-lite-spring - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-lite-spring-core ${project.artifactId} 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 3ccecc9151..c7b8a43814 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-lite-spring - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-lite-spring-namespace ${project.artifactId} diff --git a/elasticjob-lite/elasticjob-lite-spring/pom.xml b/elasticjob-lite/elasticjob-lite-spring/pom.xml index a90634102b..e5c9119494 100644 --- a/elasticjob-lite/elasticjob-lite-spring/pom.xml +++ b/elasticjob-lite/elasticjob-lite-spring/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-lite - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-lite-spring pom diff --git a/elasticjob-lite/pom.xml b/elasticjob-lite/pom.xml index 025f6a9ec9..5a26bc553e 100644 --- a/elasticjob-lite/pom.xml +++ b/elasticjob-lite/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-lite pom diff --git a/pom.xml b/pom.xml index 8c6b9c4e1f..08ab069d38 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.1.0-SNAPSHOT + 3.0.4 pom Elastic Job Distributed scheduled job @@ -731,7 +731,7 @@ scm:git:https://github.com/apache/shardingsphere-elasticjob.git scm:git:https://github.com/apache/shardingsphere-elasticjob.git https://github.com/apache/shardingsphere-elasticjob.git - HEAD + 3.0.4 From fdcd0252c41cc13be70d5d1410ce7edf730f2577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=BF=B5=E5=90=9B=20Nianjun=20Sun?= Date: Sat, 14 Oct 2023 21:38:03 +0800 Subject: [PATCH 2/4] [maven-release-plugin] prepare for next development iteration --- 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-spi/pom.xml | 2 +- .../elasticjob-error-handler-dingtalk/pom.xml | 2 +- .../elasticjob-error-handler-email/pom.xml | 2 +- .../elasticjob-error-handler-general/pom.xml | 2 +- .../elasticjob-error-handler-wechat/pom.xml | 2 +- .../elasticjob-error-handler-type/pom.xml | 2 +- elasticjob-ecosystem/elasticjob-error-handler/pom.xml | 2 +- .../elasticjob-executor/elasticjob-executor-kernel/pom.xml | 2 +- .../elasticjob-dataflow-executor/pom.xml | 2 +- .../elasticjob-executor-type/elasticjob-http-executor/pom.xml | 2 +- .../elasticjob-script-executor/pom.xml | 2 +- .../elasticjob-simple-executor/pom.xml | 2 +- .../elasticjob-executor/elasticjob-executor-type/pom.xml | 2 +- elasticjob-ecosystem/elasticjob-executor/pom.xml | 2 +- .../elasticjob-tracing/elasticjob-tracing-api/pom.xml | 2 +- .../elasticjob-tracing/elasticjob-tracing-rdb/pom.xml | 2 +- elasticjob-ecosystem/elasticjob-tracing/pom.xml | 2 +- elasticjob-ecosystem/pom.xml | 2 +- elasticjob-infra/elasticjob-infra-common/pom.xml | 2 +- .../elasticjob-registry-center-api/pom.xml | 2 +- .../elasticjob-registry-center-zookeeper-curator/pom.xml | 2 +- .../elasticjob-regitry-center-provider/pom.xml | 2 +- elasticjob-infra/elasticjob-registry-center/pom.xml | 2 +- elasticjob-infra/elasticjob-restful/pom.xml | 2 +- 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-core/pom.xml | 2 +- .../elasticjob-lite-spring-namespace/pom.xml | 2 +- elasticjob-lite/elasticjob-lite-spring/pom.xml | 2 +- elasticjob-lite/pom.xml | 2 +- pom.xml | 4 ++-- 43 files changed, 44 insertions(+), 44 deletions(-) diff --git a/elasticjob-api/pom.xml b/elasticjob-api/pom.xml index f08e76b41b..e36f819104 100644 --- a/elasticjob-api/pom.xml +++ b/elasticjob-api/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-api ${project.artifactId} diff --git a/elasticjob-cloud/elasticjob-cloud-common/pom.xml b/elasticjob-cloud/elasticjob-cloud-common/pom.xml index a4368dfc32..37c515c1ca 100755 --- a/elasticjob-cloud/elasticjob-cloud-common/pom.xml +++ b/elasticjob-cloud/elasticjob-cloud-common/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-cloud - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-cloud-common ${project.artifactId} diff --git a/elasticjob-cloud/elasticjob-cloud-executor/pom.xml b/elasticjob-cloud/elasticjob-cloud-executor/pom.xml index cee6b03e2a..7111432cd7 100755 --- a/elasticjob-cloud/elasticjob-cloud-executor/pom.xml +++ b/elasticjob-cloud/elasticjob-cloud-executor/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-cloud - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-cloud-executor ${project.artifactId} diff --git a/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml b/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml index 54d6eb9325..7dc994fc36 100755 --- a/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml +++ b/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-cloud - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-cloud-scheduler ${project.artifactId} diff --git a/elasticjob-cloud/pom.xml b/elasticjob-cloud/pom.xml index 1e688af2c7..0a44944cda 100644 --- a/elasticjob-cloud/pom.xml +++ b/elasticjob-cloud/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-cloud pom diff --git a/elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml b/elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml index fe6fab4598..8984517ce3 100644 --- a/elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml +++ b/elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-distribution - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-cloud-executor-distribution pom diff --git a/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml b/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml index 5e6e7fa5f4..c0eb161d3f 100644 --- a/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml +++ b/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-distribution - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-cloud-scheduler-distribution pom diff --git a/elasticjob-distribution/elasticjob-lite-distribution/pom.xml b/elasticjob-distribution/elasticjob-lite-distribution/pom.xml index a193504ddd..fa4034102b 100644 --- a/elasticjob-distribution/elasticjob-lite-distribution/pom.xml +++ b/elasticjob-distribution/elasticjob-lite-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-distribution - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-lite-distribution pom diff --git a/elasticjob-distribution/elasticjob-src-distribution/pom.xml b/elasticjob-distribution/elasticjob-src-distribution/pom.xml index 6e2c55c1f9..5cdeb9c356 100644 --- a/elasticjob-distribution/elasticjob-src-distribution/pom.xml +++ b/elasticjob-distribution/elasticjob-src-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-distribution - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-src-distribution pom diff --git a/elasticjob-distribution/pom.xml b/elasticjob-distribution/pom.xml index 3d770b37fd..eba35b5202 100644 --- a/elasticjob-distribution/pom.xml +++ b/elasticjob-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-distribution pom 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 6cfa3a2e1d..42dff33886 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-error-handler - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-error-handler-spi 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 e99887b268..f925e4664a 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-error-handler-type - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-error-handler-dingtalk 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 bc4b952d89..22f36be9f1 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-error-handler-type - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-error-handler-email 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 6a3237691a..f3cf22792d 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-error-handler-type - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-error-handler-general 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 8c4e5db7ac..46a8696620 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-error-handler-type - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-error-handler-wechat 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 c0676a520f..0fb1b6c4dd 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-error-handler - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-error-handler-type pom diff --git a/elasticjob-ecosystem/elasticjob-error-handler/pom.xml b/elasticjob-ecosystem/elasticjob-error-handler/pom.xml index 03e15bb3e9..e2a1ad3324 100644 --- a/elasticjob-ecosystem/elasticjob-error-handler/pom.xml +++ b/elasticjob-ecosystem/elasticjob-error-handler/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-ecosystem - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-error-handler pom diff --git a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-kernel/pom.xml b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-kernel/pom.xml index fb4df6ff7e..07c9570179 100644 --- a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-kernel/pom.xml +++ b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-kernel/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-executor - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-executor-kernel ${project.artifactId} 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 ce3a30cd23..ca7d15387b 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-executor-type - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-dataflow-executor ${project.artifactId} 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 fbad0b7f0a..ceba1b6ca5 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-executor-type - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-http-executor ${project.artifactId} 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 b2b38a794d..3ce051f9b5 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-executor-type - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-script-executor ${project.artifactId} 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 89c0e6317a..41933e3ba8 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-executor-type - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-simple-executor ${project.artifactId} diff --git a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/pom.xml b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/pom.xml index bd2eddde8b..7ba4b49302 100644 --- a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/pom.xml +++ b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-executor - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-executor-type pom diff --git a/elasticjob-ecosystem/elasticjob-executor/pom.xml b/elasticjob-ecosystem/elasticjob-executor/pom.xml index 292ac87686..e6a014877e 100644 --- a/elasticjob-ecosystem/elasticjob-executor/pom.xml +++ b/elasticjob-ecosystem/elasticjob-executor/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-ecosystem - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-executor pom diff --git a/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-api/pom.xml b/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-api/pom.xml index 54d406377e..287846d289 100644 --- a/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-api/pom.xml +++ b/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-api/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-tracing - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-tracing-api ${project.artifactId} diff --git a/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml b/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml index 5a36ef6572..dd4d492c7f 100644 --- a/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml +++ b/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-tracing - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-tracing-rdb ${project.artifactId} diff --git a/elasticjob-ecosystem/elasticjob-tracing/pom.xml b/elasticjob-ecosystem/elasticjob-tracing/pom.xml index 009ebae1a6..cb3660a4e5 100644 --- a/elasticjob-ecosystem/elasticjob-tracing/pom.xml +++ b/elasticjob-ecosystem/elasticjob-tracing/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-ecosystem - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-tracing pom diff --git a/elasticjob-ecosystem/pom.xml b/elasticjob-ecosystem/pom.xml index e1aab4e471..8f9e1bfe73 100644 --- a/elasticjob-ecosystem/pom.xml +++ b/elasticjob-ecosystem/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-ecosystem pom diff --git a/elasticjob-infra/elasticjob-infra-common/pom.xml b/elasticjob-infra/elasticjob-infra-common/pom.xml index f5b94a7f4b..518a2556bf 100644 --- a/elasticjob-infra/elasticjob-infra-common/pom.xml +++ b/elasticjob-infra/elasticjob-infra-common/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-infra - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-infra-common ${project.artifactId} diff --git a/elasticjob-infra/elasticjob-registry-center/elasticjob-registry-center-api/pom.xml b/elasticjob-infra/elasticjob-registry-center/elasticjob-registry-center-api/pom.xml index fd1947585d..e92a2ce428 100644 --- a/elasticjob-infra/elasticjob-registry-center/elasticjob-registry-center-api/pom.xml +++ b/elasticjob-infra/elasticjob-registry-center/elasticjob-registry-center-api/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-registry-center - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-registry-center-api ${project.artifactId} diff --git a/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/elasticjob-registry-center-zookeeper-curator/pom.xml b/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/elasticjob-registry-center-zookeeper-curator/pom.xml index d1983ebff0..e0176829a1 100644 --- a/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/elasticjob-registry-center-zookeeper-curator/pom.xml +++ b/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/elasticjob-registry-center-zookeeper-curator/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-regitry-center-provider - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-registry-center-zookeeper-curator ${project.artifactId} diff --git a/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/pom.xml b/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/pom.xml index 52b8856e7f..932d59c8d2 100644 --- a/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/pom.xml +++ b/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-registry-center - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-regitry-center-provider pom diff --git a/elasticjob-infra/elasticjob-registry-center/pom.xml b/elasticjob-infra/elasticjob-registry-center/pom.xml index 6394450349..a5b3b513d5 100644 --- a/elasticjob-infra/elasticjob-registry-center/pom.xml +++ b/elasticjob-infra/elasticjob-registry-center/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-infra - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-registry-center pom diff --git a/elasticjob-infra/elasticjob-restful/pom.xml b/elasticjob-infra/elasticjob-restful/pom.xml index c2d08e8bf1..3a15d0ddc3 100644 --- a/elasticjob-infra/elasticjob-restful/pom.xml +++ b/elasticjob-infra/elasticjob-restful/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-infra - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-restful ${project.artifactId} diff --git a/elasticjob-infra/pom.xml b/elasticjob-infra/pom.xml index be2b5cc181..0cc6395f77 100644 --- a/elasticjob-infra/pom.xml +++ b/elasticjob-infra/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-infra pom diff --git a/elasticjob-lite/elasticjob-lite-core/pom.xml b/elasticjob-lite/elasticjob-lite-core/pom.xml index d77bc1df43..63085747c5 100644 --- a/elasticjob-lite/elasticjob-lite-core/pom.xml +++ b/elasticjob-lite/elasticjob-lite-core/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-lite - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-lite-core ${project.artifactId} diff --git a/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml b/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml index 7cf6867c86..851d254315 100644 --- a/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml +++ b/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-lite - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-lite-lifecycle ${project.artifactId} 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 4e92b48f86..0a953fbd01 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 @@ org.apache.shardingsphere.elasticjob elasticjob-lite-spring - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-lite-spring-boot-starter ${project.artifactId} diff --git a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-core/pom.xml b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-core/pom.xml index 3f6b1229c2..e26680449f 100644 --- a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-core/pom.xml +++ b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-core/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-lite-spring - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-lite-spring-core ${project.artifactId} 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 c7b8a43814..3ccecc9151 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-lite-spring - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-lite-spring-namespace ${project.artifactId} diff --git a/elasticjob-lite/elasticjob-lite-spring/pom.xml b/elasticjob-lite/elasticjob-lite-spring/pom.xml index e5c9119494..a90634102b 100644 --- a/elasticjob-lite/elasticjob-lite-spring/pom.xml +++ b/elasticjob-lite/elasticjob-lite-spring/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-lite - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-lite-spring pom diff --git a/elasticjob-lite/pom.xml b/elasticjob-lite/pom.xml index 5a26bc553e..025f6a9ec9 100644 --- a/elasticjob-lite/pom.xml +++ b/elasticjob-lite/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-lite pom diff --git a/pom.xml b/pom.xml index 08ab069d38..8c6b9c4e1f 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.0.4 + 3.1.0-SNAPSHOT pom Elastic Job Distributed scheduled job @@ -731,7 +731,7 @@ scm:git:https://github.com/apache/shardingsphere-elasticjob.git scm:git:https://github.com/apache/shardingsphere-elasticjob.git https://github.com/apache/shardingsphere-elasticjob.git - 3.0.4 + HEAD From cc5693340e8554e25af04aa2309e5bede7bdf711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=BF=B5=E5=90=9B=20Nianjun=20Sun?= Date: Sat, 14 Oct 2023 21:52:17 +0800 Subject: [PATCH 3/4] [maven-release-plugin] prepare release 3.0.4 --- 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-spi/pom.xml | 2 +- .../elasticjob-error-handler-dingtalk/pom.xml | 2 +- .../elasticjob-error-handler-email/pom.xml | 2 +- .../elasticjob-error-handler-general/pom.xml | 2 +- .../elasticjob-error-handler-wechat/pom.xml | 2 +- .../elasticjob-error-handler-type/pom.xml | 2 +- elasticjob-ecosystem/elasticjob-error-handler/pom.xml | 2 +- .../elasticjob-executor/elasticjob-executor-kernel/pom.xml | 2 +- .../elasticjob-dataflow-executor/pom.xml | 2 +- .../elasticjob-executor-type/elasticjob-http-executor/pom.xml | 2 +- .../elasticjob-script-executor/pom.xml | 2 +- .../elasticjob-simple-executor/pom.xml | 2 +- .../elasticjob-executor/elasticjob-executor-type/pom.xml | 2 +- elasticjob-ecosystem/elasticjob-executor/pom.xml | 2 +- .../elasticjob-tracing/elasticjob-tracing-api/pom.xml | 2 +- .../elasticjob-tracing/elasticjob-tracing-rdb/pom.xml | 2 +- elasticjob-ecosystem/elasticjob-tracing/pom.xml | 2 +- elasticjob-ecosystem/pom.xml | 2 +- elasticjob-infra/elasticjob-infra-common/pom.xml | 2 +- .../elasticjob-registry-center-api/pom.xml | 2 +- .../elasticjob-registry-center-zookeeper-curator/pom.xml | 2 +- .../elasticjob-regitry-center-provider/pom.xml | 2 +- elasticjob-infra/elasticjob-registry-center/pom.xml | 2 +- elasticjob-infra/elasticjob-restful/pom.xml | 2 +- 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-core/pom.xml | 2 +- .../elasticjob-lite-spring-namespace/pom.xml | 2 +- elasticjob-lite/elasticjob-lite-spring/pom.xml | 2 +- elasticjob-lite/pom.xml | 2 +- pom.xml | 4 ++-- 43 files changed, 44 insertions(+), 44 deletions(-) diff --git a/elasticjob-api/pom.xml b/elasticjob-api/pom.xml index e36f819104..f08e76b41b 100644 --- a/elasticjob-api/pom.xml +++ b/elasticjob-api/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-api ${project.artifactId} diff --git a/elasticjob-cloud/elasticjob-cloud-common/pom.xml b/elasticjob-cloud/elasticjob-cloud-common/pom.xml index 37c515c1ca..a4368dfc32 100755 --- a/elasticjob-cloud/elasticjob-cloud-common/pom.xml +++ b/elasticjob-cloud/elasticjob-cloud-common/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-cloud - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-cloud-common ${project.artifactId} diff --git a/elasticjob-cloud/elasticjob-cloud-executor/pom.xml b/elasticjob-cloud/elasticjob-cloud-executor/pom.xml index 7111432cd7..cee6b03e2a 100755 --- a/elasticjob-cloud/elasticjob-cloud-executor/pom.xml +++ b/elasticjob-cloud/elasticjob-cloud-executor/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-cloud - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-cloud-executor ${project.artifactId} diff --git a/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml b/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml index 7dc994fc36..54d6eb9325 100755 --- a/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml +++ b/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-cloud - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-cloud-scheduler ${project.artifactId} diff --git a/elasticjob-cloud/pom.xml b/elasticjob-cloud/pom.xml index 0a44944cda..1e688af2c7 100644 --- a/elasticjob-cloud/pom.xml +++ b/elasticjob-cloud/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-cloud pom diff --git a/elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml b/elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml index 8984517ce3..fe6fab4598 100644 --- a/elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml +++ b/elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-distribution - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-cloud-executor-distribution pom diff --git a/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml b/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml index c0eb161d3f..5e6e7fa5f4 100644 --- a/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml +++ b/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-distribution - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-cloud-scheduler-distribution pom diff --git a/elasticjob-distribution/elasticjob-lite-distribution/pom.xml b/elasticjob-distribution/elasticjob-lite-distribution/pom.xml index fa4034102b..a193504ddd 100644 --- a/elasticjob-distribution/elasticjob-lite-distribution/pom.xml +++ b/elasticjob-distribution/elasticjob-lite-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-distribution - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-lite-distribution pom diff --git a/elasticjob-distribution/elasticjob-src-distribution/pom.xml b/elasticjob-distribution/elasticjob-src-distribution/pom.xml index 5cdeb9c356..6e2c55c1f9 100644 --- a/elasticjob-distribution/elasticjob-src-distribution/pom.xml +++ b/elasticjob-distribution/elasticjob-src-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-distribution - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-src-distribution pom diff --git a/elasticjob-distribution/pom.xml b/elasticjob-distribution/pom.xml index eba35b5202..3d770b37fd 100644 --- a/elasticjob-distribution/pom.xml +++ b/elasticjob-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-distribution pom 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 42dff33886..6cfa3a2e1d 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-error-handler - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-error-handler-spi 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 f925e4664a..e99887b268 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-error-handler-type - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-error-handler-dingtalk 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 22f36be9f1..bc4b952d89 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-error-handler-type - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-error-handler-email 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 f3cf22792d..6a3237691a 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-error-handler-type - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-error-handler-general 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 46a8696620..8c4e5db7ac 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-error-handler-type - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-error-handler-wechat 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 0fb1b6c4dd..c0676a520f 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-error-handler - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-error-handler-type pom diff --git a/elasticjob-ecosystem/elasticjob-error-handler/pom.xml b/elasticjob-ecosystem/elasticjob-error-handler/pom.xml index e2a1ad3324..03e15bb3e9 100644 --- a/elasticjob-ecosystem/elasticjob-error-handler/pom.xml +++ b/elasticjob-ecosystem/elasticjob-error-handler/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-ecosystem - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-error-handler pom diff --git a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-kernel/pom.xml b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-kernel/pom.xml index 07c9570179..fb4df6ff7e 100644 --- a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-kernel/pom.xml +++ b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-kernel/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-executor - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-executor-kernel ${project.artifactId} 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 ca7d15387b..ce3a30cd23 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-executor-type - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-dataflow-executor ${project.artifactId} 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 ceba1b6ca5..fbad0b7f0a 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-executor-type - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-http-executor ${project.artifactId} 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 3ce051f9b5..b2b38a794d 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-executor-type - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-script-executor ${project.artifactId} 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 41933e3ba8..89c0e6317a 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-executor-type - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-simple-executor ${project.artifactId} diff --git a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/pom.xml b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/pom.xml index 7ba4b49302..bd2eddde8b 100644 --- a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/pom.xml +++ b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-executor - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-executor-type pom diff --git a/elasticjob-ecosystem/elasticjob-executor/pom.xml b/elasticjob-ecosystem/elasticjob-executor/pom.xml index e6a014877e..292ac87686 100644 --- a/elasticjob-ecosystem/elasticjob-executor/pom.xml +++ b/elasticjob-ecosystem/elasticjob-executor/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-ecosystem - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-executor pom diff --git a/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-api/pom.xml b/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-api/pom.xml index 287846d289..54d406377e 100644 --- a/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-api/pom.xml +++ b/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-api/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-tracing - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-tracing-api ${project.artifactId} diff --git a/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml b/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml index dd4d492c7f..5a36ef6572 100644 --- a/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml +++ b/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-tracing - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-tracing-rdb ${project.artifactId} diff --git a/elasticjob-ecosystem/elasticjob-tracing/pom.xml b/elasticjob-ecosystem/elasticjob-tracing/pom.xml index cb3660a4e5..009ebae1a6 100644 --- a/elasticjob-ecosystem/elasticjob-tracing/pom.xml +++ b/elasticjob-ecosystem/elasticjob-tracing/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-ecosystem - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-tracing pom diff --git a/elasticjob-ecosystem/pom.xml b/elasticjob-ecosystem/pom.xml index 8f9e1bfe73..e1aab4e471 100644 --- a/elasticjob-ecosystem/pom.xml +++ b/elasticjob-ecosystem/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-ecosystem pom diff --git a/elasticjob-infra/elasticjob-infra-common/pom.xml b/elasticjob-infra/elasticjob-infra-common/pom.xml index 518a2556bf..f5b94a7f4b 100644 --- a/elasticjob-infra/elasticjob-infra-common/pom.xml +++ b/elasticjob-infra/elasticjob-infra-common/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-infra - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-infra-common ${project.artifactId} diff --git a/elasticjob-infra/elasticjob-registry-center/elasticjob-registry-center-api/pom.xml b/elasticjob-infra/elasticjob-registry-center/elasticjob-registry-center-api/pom.xml index e92a2ce428..fd1947585d 100644 --- a/elasticjob-infra/elasticjob-registry-center/elasticjob-registry-center-api/pom.xml +++ b/elasticjob-infra/elasticjob-registry-center/elasticjob-registry-center-api/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-registry-center - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-registry-center-api ${project.artifactId} diff --git a/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/elasticjob-registry-center-zookeeper-curator/pom.xml b/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/elasticjob-registry-center-zookeeper-curator/pom.xml index e0176829a1..d1983ebff0 100644 --- a/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/elasticjob-registry-center-zookeeper-curator/pom.xml +++ b/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/elasticjob-registry-center-zookeeper-curator/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-regitry-center-provider - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-registry-center-zookeeper-curator ${project.artifactId} diff --git a/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/pom.xml b/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/pom.xml index 932d59c8d2..52b8856e7f 100644 --- a/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/pom.xml +++ b/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-registry-center - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-regitry-center-provider pom diff --git a/elasticjob-infra/elasticjob-registry-center/pom.xml b/elasticjob-infra/elasticjob-registry-center/pom.xml index a5b3b513d5..6394450349 100644 --- a/elasticjob-infra/elasticjob-registry-center/pom.xml +++ b/elasticjob-infra/elasticjob-registry-center/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-infra - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-registry-center pom diff --git a/elasticjob-infra/elasticjob-restful/pom.xml b/elasticjob-infra/elasticjob-restful/pom.xml index 3a15d0ddc3..c2d08e8bf1 100644 --- a/elasticjob-infra/elasticjob-restful/pom.xml +++ b/elasticjob-infra/elasticjob-restful/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-infra - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-restful ${project.artifactId} diff --git a/elasticjob-infra/pom.xml b/elasticjob-infra/pom.xml index 0cc6395f77..be2b5cc181 100644 --- a/elasticjob-infra/pom.xml +++ b/elasticjob-infra/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-infra pom diff --git a/elasticjob-lite/elasticjob-lite-core/pom.xml b/elasticjob-lite/elasticjob-lite-core/pom.xml index 63085747c5..d77bc1df43 100644 --- a/elasticjob-lite/elasticjob-lite-core/pom.xml +++ b/elasticjob-lite/elasticjob-lite-core/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-lite - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-lite-core ${project.artifactId} diff --git a/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml b/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml index 851d254315..7cf6867c86 100644 --- a/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml +++ b/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-lite - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-lite-lifecycle ${project.artifactId} 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 0a953fbd01..4e92b48f86 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 @@ org.apache.shardingsphere.elasticjob elasticjob-lite-spring - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-lite-spring-boot-starter ${project.artifactId} diff --git a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-core/pom.xml b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-core/pom.xml index e26680449f..3f6b1229c2 100644 --- a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-core/pom.xml +++ b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-core/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-lite-spring - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-lite-spring-core ${project.artifactId} 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 3ccecc9151..c7b8a43814 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-lite-spring - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-lite-spring-namespace ${project.artifactId} diff --git a/elasticjob-lite/elasticjob-lite-spring/pom.xml b/elasticjob-lite/elasticjob-lite-spring/pom.xml index a90634102b..e5c9119494 100644 --- a/elasticjob-lite/elasticjob-lite-spring/pom.xml +++ b/elasticjob-lite/elasticjob-lite-spring/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-lite - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-lite-spring pom diff --git a/elasticjob-lite/pom.xml b/elasticjob-lite/pom.xml index 025f6a9ec9..5a26bc553e 100644 --- a/elasticjob-lite/pom.xml +++ b/elasticjob-lite/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.1.0-SNAPSHOT + 3.0.4 elasticjob-lite pom diff --git a/pom.xml b/pom.xml index 8c6b9c4e1f..08ab069d38 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.1.0-SNAPSHOT + 3.0.4 pom Elastic Job Distributed scheduled job @@ -731,7 +731,7 @@ scm:git:https://github.com/apache/shardingsphere-elasticjob.git scm:git:https://github.com/apache/shardingsphere-elasticjob.git https://github.com/apache/shardingsphere-elasticjob.git - HEAD + 3.0.4 From 0db2fa1d766eb6b67b91b3def666d21821b6ce27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=BF=B5=E5=90=9B=20Nianjun=20Sun?= Date: Sat, 14 Oct 2023 21:52:27 +0800 Subject: [PATCH 4/4] [maven-release-plugin] prepare for next development iteration --- 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-spi/pom.xml | 2 +- .../elasticjob-error-handler-dingtalk/pom.xml | 2 +- .../elasticjob-error-handler-email/pom.xml | 2 +- .../elasticjob-error-handler-general/pom.xml | 2 +- .../elasticjob-error-handler-wechat/pom.xml | 2 +- .../elasticjob-error-handler-type/pom.xml | 2 +- elasticjob-ecosystem/elasticjob-error-handler/pom.xml | 2 +- .../elasticjob-executor/elasticjob-executor-kernel/pom.xml | 2 +- .../elasticjob-dataflow-executor/pom.xml | 2 +- .../elasticjob-executor-type/elasticjob-http-executor/pom.xml | 2 +- .../elasticjob-script-executor/pom.xml | 2 +- .../elasticjob-simple-executor/pom.xml | 2 +- .../elasticjob-executor/elasticjob-executor-type/pom.xml | 2 +- elasticjob-ecosystem/elasticjob-executor/pom.xml | 2 +- .../elasticjob-tracing/elasticjob-tracing-api/pom.xml | 2 +- .../elasticjob-tracing/elasticjob-tracing-rdb/pom.xml | 2 +- elasticjob-ecosystem/elasticjob-tracing/pom.xml | 2 +- elasticjob-ecosystem/pom.xml | 2 +- elasticjob-infra/elasticjob-infra-common/pom.xml | 2 +- .../elasticjob-registry-center-api/pom.xml | 2 +- .../elasticjob-registry-center-zookeeper-curator/pom.xml | 2 +- .../elasticjob-regitry-center-provider/pom.xml | 2 +- elasticjob-infra/elasticjob-registry-center/pom.xml | 2 +- elasticjob-infra/elasticjob-restful/pom.xml | 2 +- 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-core/pom.xml | 2 +- .../elasticjob-lite-spring-namespace/pom.xml | 2 +- elasticjob-lite/elasticjob-lite-spring/pom.xml | 2 +- elasticjob-lite/pom.xml | 2 +- pom.xml | 4 ++-- 43 files changed, 44 insertions(+), 44 deletions(-) diff --git a/elasticjob-api/pom.xml b/elasticjob-api/pom.xml index f08e76b41b..e36f819104 100644 --- a/elasticjob-api/pom.xml +++ b/elasticjob-api/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-api ${project.artifactId} diff --git a/elasticjob-cloud/elasticjob-cloud-common/pom.xml b/elasticjob-cloud/elasticjob-cloud-common/pom.xml index a4368dfc32..37c515c1ca 100755 --- a/elasticjob-cloud/elasticjob-cloud-common/pom.xml +++ b/elasticjob-cloud/elasticjob-cloud-common/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-cloud - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-cloud-common ${project.artifactId} diff --git a/elasticjob-cloud/elasticjob-cloud-executor/pom.xml b/elasticjob-cloud/elasticjob-cloud-executor/pom.xml index cee6b03e2a..7111432cd7 100755 --- a/elasticjob-cloud/elasticjob-cloud-executor/pom.xml +++ b/elasticjob-cloud/elasticjob-cloud-executor/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-cloud - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-cloud-executor ${project.artifactId} diff --git a/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml b/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml index 54d6eb9325..7dc994fc36 100755 --- a/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml +++ b/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-cloud - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-cloud-scheduler ${project.artifactId} diff --git a/elasticjob-cloud/pom.xml b/elasticjob-cloud/pom.xml index 1e688af2c7..0a44944cda 100644 --- a/elasticjob-cloud/pom.xml +++ b/elasticjob-cloud/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-cloud pom diff --git a/elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml b/elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml index fe6fab4598..8984517ce3 100644 --- a/elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml +++ b/elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-distribution - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-cloud-executor-distribution pom diff --git a/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml b/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml index 5e6e7fa5f4..c0eb161d3f 100644 --- a/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml +++ b/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-distribution - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-cloud-scheduler-distribution pom diff --git a/elasticjob-distribution/elasticjob-lite-distribution/pom.xml b/elasticjob-distribution/elasticjob-lite-distribution/pom.xml index a193504ddd..fa4034102b 100644 --- a/elasticjob-distribution/elasticjob-lite-distribution/pom.xml +++ b/elasticjob-distribution/elasticjob-lite-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-distribution - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-lite-distribution pom diff --git a/elasticjob-distribution/elasticjob-src-distribution/pom.xml b/elasticjob-distribution/elasticjob-src-distribution/pom.xml index 6e2c55c1f9..5cdeb9c356 100644 --- a/elasticjob-distribution/elasticjob-src-distribution/pom.xml +++ b/elasticjob-distribution/elasticjob-src-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-distribution - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-src-distribution pom diff --git a/elasticjob-distribution/pom.xml b/elasticjob-distribution/pom.xml index 3d770b37fd..eba35b5202 100644 --- a/elasticjob-distribution/pom.xml +++ b/elasticjob-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-distribution pom 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 6cfa3a2e1d..42dff33886 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-error-handler - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-error-handler-spi 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 e99887b268..f925e4664a 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-error-handler-type - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-error-handler-dingtalk 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 bc4b952d89..22f36be9f1 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-error-handler-type - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-error-handler-email 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 6a3237691a..f3cf22792d 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-error-handler-type - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-error-handler-general 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 8c4e5db7ac..46a8696620 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-error-handler-type - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-error-handler-wechat 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 c0676a520f..0fb1b6c4dd 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-error-handler - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-error-handler-type pom diff --git a/elasticjob-ecosystem/elasticjob-error-handler/pom.xml b/elasticjob-ecosystem/elasticjob-error-handler/pom.xml index 03e15bb3e9..e2a1ad3324 100644 --- a/elasticjob-ecosystem/elasticjob-error-handler/pom.xml +++ b/elasticjob-ecosystem/elasticjob-error-handler/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-ecosystem - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-error-handler pom diff --git a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-kernel/pom.xml b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-kernel/pom.xml index fb4df6ff7e..07c9570179 100644 --- a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-kernel/pom.xml +++ b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-kernel/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-executor - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-executor-kernel ${project.artifactId} 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 ce3a30cd23..ca7d15387b 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-executor-type - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-dataflow-executor ${project.artifactId} 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 fbad0b7f0a..ceba1b6ca5 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-executor-type - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-http-executor ${project.artifactId} 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 b2b38a794d..3ce051f9b5 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-executor-type - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-script-executor ${project.artifactId} 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 89c0e6317a..41933e3ba8 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-executor-type - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-simple-executor ${project.artifactId} diff --git a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/pom.xml b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/pom.xml index bd2eddde8b..7ba4b49302 100644 --- a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/pom.xml +++ b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-executor - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-executor-type pom diff --git a/elasticjob-ecosystem/elasticjob-executor/pom.xml b/elasticjob-ecosystem/elasticjob-executor/pom.xml index 292ac87686..e6a014877e 100644 --- a/elasticjob-ecosystem/elasticjob-executor/pom.xml +++ b/elasticjob-ecosystem/elasticjob-executor/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-ecosystem - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-executor pom diff --git a/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-api/pom.xml b/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-api/pom.xml index 54d406377e..287846d289 100644 --- a/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-api/pom.xml +++ b/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-api/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-tracing - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-tracing-api ${project.artifactId} diff --git a/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml b/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml index 5a36ef6572..dd4d492c7f 100644 --- a/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml +++ b/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-tracing - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-tracing-rdb ${project.artifactId} diff --git a/elasticjob-ecosystem/elasticjob-tracing/pom.xml b/elasticjob-ecosystem/elasticjob-tracing/pom.xml index 009ebae1a6..cb3660a4e5 100644 --- a/elasticjob-ecosystem/elasticjob-tracing/pom.xml +++ b/elasticjob-ecosystem/elasticjob-tracing/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-ecosystem - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-tracing pom diff --git a/elasticjob-ecosystem/pom.xml b/elasticjob-ecosystem/pom.xml index e1aab4e471..8f9e1bfe73 100644 --- a/elasticjob-ecosystem/pom.xml +++ b/elasticjob-ecosystem/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-ecosystem pom diff --git a/elasticjob-infra/elasticjob-infra-common/pom.xml b/elasticjob-infra/elasticjob-infra-common/pom.xml index f5b94a7f4b..518a2556bf 100644 --- a/elasticjob-infra/elasticjob-infra-common/pom.xml +++ b/elasticjob-infra/elasticjob-infra-common/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-infra - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-infra-common ${project.artifactId} diff --git a/elasticjob-infra/elasticjob-registry-center/elasticjob-registry-center-api/pom.xml b/elasticjob-infra/elasticjob-registry-center/elasticjob-registry-center-api/pom.xml index fd1947585d..e92a2ce428 100644 --- a/elasticjob-infra/elasticjob-registry-center/elasticjob-registry-center-api/pom.xml +++ b/elasticjob-infra/elasticjob-registry-center/elasticjob-registry-center-api/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-registry-center - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-registry-center-api ${project.artifactId} diff --git a/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/elasticjob-registry-center-zookeeper-curator/pom.xml b/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/elasticjob-registry-center-zookeeper-curator/pom.xml index d1983ebff0..e0176829a1 100644 --- a/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/elasticjob-registry-center-zookeeper-curator/pom.xml +++ b/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/elasticjob-registry-center-zookeeper-curator/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-regitry-center-provider - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-registry-center-zookeeper-curator ${project.artifactId} diff --git a/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/pom.xml b/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/pom.xml index 52b8856e7f..932d59c8d2 100644 --- a/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/pom.xml +++ b/elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-registry-center - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-regitry-center-provider pom diff --git a/elasticjob-infra/elasticjob-registry-center/pom.xml b/elasticjob-infra/elasticjob-registry-center/pom.xml index 6394450349..a5b3b513d5 100644 --- a/elasticjob-infra/elasticjob-registry-center/pom.xml +++ b/elasticjob-infra/elasticjob-registry-center/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-infra - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-registry-center pom diff --git a/elasticjob-infra/elasticjob-restful/pom.xml b/elasticjob-infra/elasticjob-restful/pom.xml index c2d08e8bf1..3a15d0ddc3 100644 --- a/elasticjob-infra/elasticjob-restful/pom.xml +++ b/elasticjob-infra/elasticjob-restful/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-infra - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-restful ${project.artifactId} diff --git a/elasticjob-infra/pom.xml b/elasticjob-infra/pom.xml index be2b5cc181..0cc6395f77 100644 --- a/elasticjob-infra/pom.xml +++ b/elasticjob-infra/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-infra pom diff --git a/elasticjob-lite/elasticjob-lite-core/pom.xml b/elasticjob-lite/elasticjob-lite-core/pom.xml index d77bc1df43..63085747c5 100644 --- a/elasticjob-lite/elasticjob-lite-core/pom.xml +++ b/elasticjob-lite/elasticjob-lite-core/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-lite - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-lite-core ${project.artifactId} diff --git a/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml b/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml index 7cf6867c86..851d254315 100644 --- a/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml +++ b/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-lite - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-lite-lifecycle ${project.artifactId} 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 4e92b48f86..0a953fbd01 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 @@ org.apache.shardingsphere.elasticjob elasticjob-lite-spring - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-lite-spring-boot-starter ${project.artifactId} diff --git a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-core/pom.xml b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-core/pom.xml index 3f6b1229c2..e26680449f 100644 --- a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-core/pom.xml +++ b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-core/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-lite-spring - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-lite-spring-core ${project.artifactId} 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 c7b8a43814..3ccecc9151 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 @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-lite-spring - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-lite-spring-namespace ${project.artifactId} diff --git a/elasticjob-lite/elasticjob-lite-spring/pom.xml b/elasticjob-lite/elasticjob-lite-spring/pom.xml index e5c9119494..a90634102b 100644 --- a/elasticjob-lite/elasticjob-lite-spring/pom.xml +++ b/elasticjob-lite/elasticjob-lite-spring/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob-lite - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-lite-spring pom diff --git a/elasticjob-lite/pom.xml b/elasticjob-lite/pom.xml index 5a26bc553e..025f6a9ec9 100644 --- a/elasticjob-lite/pom.xml +++ b/elasticjob-lite/pom.xml @@ -21,7 +21,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.0.4 + 3.1.0-SNAPSHOT elasticjob-lite pom diff --git a/pom.xml b/pom.xml index 08ab069d38..8c6b9c4e1f 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.apache.shardingsphere.elasticjob elasticjob - 3.0.4 + 3.1.0-SNAPSHOT pom Elastic Job Distributed scheduled job @@ -731,7 +731,7 @@ scm:git:https://github.com/apache/shardingsphere-elasticjob.git scm:git:https://github.com/apache/shardingsphere-elasticjob.git https://github.com/apache/shardingsphere-elasticjob.git - 3.0.4 + HEAD