This is an automated email from the ASF dual-hosted git repository.
jianglongtao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git
The following commit(s) were added to refs/heads/master by this push:
new 0bf5282b0 Merge 3.0.5-release branch to master (#2505)
0bf5282b0 is described below
commit 0bf5282b086c4980a798ffa42474c8ce4463d2df
Author: Raigor <[email protected]>
AuthorDate: Sun Feb 8 00:22:55 2026 +0700
Merge 3.0.5-release branch to master (#2505)
* Update revision in example
* [maven-release-plugin] prepare release 3.0.5
* [maven-release-plugin] prepare for next development iteration
* Update download page for release 3.0.5
* Update example revision to 3.0.6-SNAPSHOT
---
api/pom.xml | 2 +-
bootstrap/pom.xml | 2 +-
distribution/bin/pom.xml | 2 +-
distribution/pom.xml | 2 +-
distribution/src/pom.xml | 2 +-
docs/content/downloads/_index.cn.md | 8 +++++---
docs/content/downloads/_index.en.md | 6 +++---
ecosystem/error-handler/dingtalk/pom.xml | 2 +-
ecosystem/error-handler/email/pom.xml | 2 +-
ecosystem/error-handler/normal/pom.xml | 2 +-
ecosystem/error-handler/pom.xml | 2 +-
ecosystem/error-handler/wechat/pom.xml | 2 +-
ecosystem/executor/dataflow/pom.xml | 2 +-
ecosystem/executor/http/pom.xml | 2 +-
ecosystem/executor/pom.xml | 2 +-
ecosystem/executor/script/pom.xml | 2 +-
ecosystem/executor/simple/pom.xml | 2 +-
ecosystem/pom.xml | 2 +-
ecosystem/tracing/pom.xml | 2 +-
ecosystem/tracing/rdb/pom.xml | 2 +-
examples/pom.xml | 2 +-
kernel/pom.xml | 2 +-
lifecycle/pom.xml | 2 +-
pom.xml | 2 +-
reachability-metadata/pom.xml | 2 +-
registry-center/api/pom.xml | 2 +-
registry-center/pom.xml | 2 +-
registry-center/provider/pom.xml | 2 +-
registry-center/provider/zookeeper-curator/pom.xml | 2 +-
restful/pom.xml | 2 +-
spring/boot-starter/pom.xml | 2 +-
spring/core/pom.xml | 2 +-
spring/namespace/pom.xml | 2 +-
spring/pom.xml | 2 +-
test/e2e/pom.xml | 2 +-
test/native/pom.xml | 2 +-
test/pom.xml | 2 +-
test/util/pom.xml | 2 +-
38 files changed, 44 insertions(+), 42 deletions(-)
diff --git a/api/pom.xml b/api/pom.xml
index ee1712f0a..e375a143e 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-api</artifactId>
<name>${project.artifactId}</name>
diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml
index 790e68f2c..26ee696f2 100644
--- a/bootstrap/pom.xml
+++ b/bootstrap/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-bootstrap</artifactId>
<name>${project.artifactId}</name>
diff --git a/distribution/bin/pom.xml b/distribution/bin/pom.xml
index 02d50c019..162548488 100644
--- a/distribution/bin/pom.xml
+++ b/distribution/bin/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-distribution</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-bin-distribution</artifactId>
<packaging>pom</packaging>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 0eb378933..f1bf63c48 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-distribution</artifactId>
<packaging>pom</packaging>
diff --git a/distribution/src/pom.xml b/distribution/src/pom.xml
index 66e551082..73a0c8043 100644
--- a/distribution/src/pom.xml
+++ b/distribution/src/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-distribution</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-src-distribution</artifactId>
<packaging>pom</packaging>
diff --git a/docs/content/downloads/_index.cn.md
b/docs/content/downloads/_index.cn.md
index 3cf193290..4611de66b 100644
--- a/docs/content/downloads/_index.cn.md
+++ b/docs/content/downloads/_index.cn.md
@@ -13,10 +13,12 @@ extracss = true
ElasticJob 的发布版包括源码包及其对应的二进制包。
由于下载内容分布在镜像服务器上,所以下载后应该进行 GPG 或 SHA-512 校验,以此来保证内容没有被篡改。
-##### ElasticJob - 版本: 3.0.4 ( 发布日期: Oct 18, 2023 )
+##### ElasticJob - 版本: 3.0.5 ( 发布日期: Feb 7, 2026 )
-- 源码: [
[SRC](https://www.apache.org/dyn/closer.lua/shardingsphere/elasticjob-3.0.4/apache-shardingsphere-elasticjob-3.0.4-src.zip)
] [
[ASC](https://downloads.apache.org/shardingsphere/elasticjob-3.0.4/apache-shardingsphere-elasticjob-3.0.4-src.zip.asc)
] [
[SHA512](https://downloads.apache.org/shardingsphere/elasticjob-3.0.4/apache-shardingsphere-elasticjob-3.0.4-src.zip.sha512)
]
-- ElasticJob 二进制包: [
[TAR](https://www.apache.org/dyn/closer.lua/shardingsphere/elasticjob-3.0.4/apache-shardingsphere-elasticjob-3.0.4-lite-bin.tar.gz)
] [
[ASC](https://downloads.apache.org/shardingsphere/elasticjob-3.0.4/apache-shardingsphere-elasticjob-3.0.4-lite-bin.tar.gz.asc)
] [
[SHA512](https://downloads.apache.org/shardingsphere/elasticjob-3.0.4/apache-shardingsphere-elasticjob-3.0.4-lite-bin.tar.gz.sha512)
]
+https://www.apache.org/dyn/closer.lua/PROJECT/VERSION/SOURCE-RELEASE
+
+- 源码: [
[SRC](https://www.apache.org/dyn/closer.lua/shardingsphere/elasticjob-3.0.5/apache-shardingsphere-elasticjob-3.0.5-src.zip)
] [
[ASC](https://downloads.apache.org/shardingsphere/elasticjob-3.0.5/apache-shardingsphere-elasticjob-3.0.5-src.zip.asc)
] [
[SHA512](https://downloads.apache.org/shardingsphere/elasticjob-3.0.5/apache-shardingsphere-elasticjob-3.0.5-src.zip.sha512)
]
+- ElasticJob 二进制包: [
[TAR](https://www.apache.org/dyn/closer.lua/shardingsphere/elasticjob-3.0.5/apache-shardingsphere-elasticjob-3.0.5-lite-bin.tar.gz)
] [
[ASC](https://downloads.apache.org/shardingsphere/elasticjob-3.0.5/apache-shardingsphere-elasticjob-3.0.5-lite-bin.tar.gz.asc)
] [
[SHA512](https://downloads.apache.org/shardingsphere/elasticjob-3.0.5/apache-shardingsphere-elasticjob-3.0.5-lite-bin.tar.gz.sha512)
]
##### ElasticJob-UI - 版本: 3.0.2 ( 发布日期: Oct 31, 2022 )
diff --git a/docs/content/downloads/_index.en.md
b/docs/content/downloads/_index.en.md
index 658e27194..cbbc74954 100644
--- a/docs/content/downloads/_index.en.md
+++ b/docs/content/downloads/_index.en.md
@@ -13,10 +13,10 @@ extracss = true
ElasticJob is released as source code tarballs with corresponding binary
tarballs for convenience.
The downloads are distributed via mirror sites and should be checked for
tampering using GPG or SHA-512.
-##### ElasticJob - Version: 3.0.4 ( Release Date: Oct 18, 2023 )
+##### ElasticJob - Version: 3.0.5 ( Release Date: Feb 7, 2026 )
-- Source Codes: [
[SRC](https://www.apache.org/dyn/closer.lua/shardingsphere/elasticjob-3.0.4/apache-shardingsphere-elasticjob-3.0.4-src.zip)
] [
[ASC](https://downloads.apache.org/shardingsphere/elasticjob-3.0.4/apache-shardingsphere-elasticjob-3.0.4-src.zip.asc)
] [
[SHA512](https://downloads.apache.org/shardingsphere/elasticjob-3.0.4/apache-shardingsphere-elasticjob-3.0.4-src.zip.sha512)
]
-- ElasticJob Binary Distribution: [
[TAR](https://www.apache.org/dyn/closer.lua/shardingsphere/elasticjob-3.0.4/apache-shardingsphere-elasticjob-3.0.4-lite-bin.tar.gz)
] [
[ASC](https://downloads.apache.org/shardingsphere/elasticjob-3.0.4/apache-shardingsphere-elasticjob-3.0.4-lite-bin.tar.gz.asc)
] [
[SHA512](https://downloads.apache.org/shardingsphere/elasticjob-3.0.4/apache-shardingsphere-elasticjob-3.0.4-lite-bin.tar.gz.sha512)
]
+- Source Codes: [
[SRC](https://www.apache.org/dyn/closer.lua/shardingsphere/elasticjob-3.0.5/apache-shardingsphere-elasticjob-3.0.5-src.zip)
] [
[ASC](https://downloads.apache.org/shardingsphere/elasticjob-3.0.5/apache-shardingsphere-elasticjob-3.0.5-src.zip.asc)
] [
[SHA512](https://downloads.apache.org/shardingsphere/elasticjob-3.0.5/apache-shardingsphere-elasticjob-3.0.5-src.zip.sha512)
]
+- ElasticJob Binary Distribution: [
[TAR](https://www.apache.org/dyn/closer.lua/shardingsphere/elasticjob-3.0.5/apache-shardingsphere-elasticjob-3.0.5-lite-bin.tar.gz)
] [
[ASC](https://downloads.apache.org/shardingsphere/elasticjob-3.0.5/apache-shardingsphere-elasticjob-3.0.5-lite-bin.tar.gz.asc)
] [
[SHA512](https://downloads.apache.org/shardingsphere/elasticjob-3.0.5/apache-shardingsphere-elasticjob-3.0.5-lite-bin.tar.gz.sha512)
]
##### ElasticJob-UI - Version: 3.0.2 ( Release Date: Oct 31, 2022 )
diff --git a/ecosystem/error-handler/dingtalk/pom.xml
b/ecosystem/error-handler/dingtalk/pom.xml
index 1d06394cc..25203c965 100644
--- a/ecosystem/error-handler/dingtalk/pom.xml
+++ b/ecosystem/error-handler/dingtalk/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-error-handler</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-error-handler-dingtalk</artifactId>
diff --git a/ecosystem/error-handler/email/pom.xml
b/ecosystem/error-handler/email/pom.xml
index 80860abfd..988ceaec6 100644
--- a/ecosystem/error-handler/email/pom.xml
+++ b/ecosystem/error-handler/email/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-error-handler</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-error-handler-email</artifactId>
diff --git a/ecosystem/error-handler/normal/pom.xml
b/ecosystem/error-handler/normal/pom.xml
index bedbf58e3..91e5f9e6a 100644
--- a/ecosystem/error-handler/normal/pom.xml
+++ b/ecosystem/error-handler/normal/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-error-handler</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-error-handler-normal</artifactId>
diff --git a/ecosystem/error-handler/pom.xml b/ecosystem/error-handler/pom.xml
index e072840f5..c501cda73 100644
--- a/ecosystem/error-handler/pom.xml
+++ b/ecosystem/error-handler/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-ecosystem</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-error-handler</artifactId>
<packaging>pom</packaging>
diff --git a/ecosystem/error-handler/wechat/pom.xml
b/ecosystem/error-handler/wechat/pom.xml
index 3ce9a5a0a..1d8426db4 100644
--- a/ecosystem/error-handler/wechat/pom.xml
+++ b/ecosystem/error-handler/wechat/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-error-handler</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-error-handler-wechat</artifactId>
diff --git a/ecosystem/executor/dataflow/pom.xml
b/ecosystem/executor/dataflow/pom.xml
index b4f492063..e1228657a 100644
--- a/ecosystem/executor/dataflow/pom.xml
+++ b/ecosystem/executor/dataflow/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-executor</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-dataflow-executor</artifactId>
<name>${project.artifactId}</name>
diff --git a/ecosystem/executor/http/pom.xml b/ecosystem/executor/http/pom.xml
index 9c5b048ed..b02ec82fd 100644
--- a/ecosystem/executor/http/pom.xml
+++ b/ecosystem/executor/http/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-executor</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-http-executor</artifactId>
<name>${project.artifactId}</name>
diff --git a/ecosystem/executor/pom.xml b/ecosystem/executor/pom.xml
index 8827b0093..8f0a31285 100644
--- a/ecosystem/executor/pom.xml
+++ b/ecosystem/executor/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-ecosystem</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-executor</artifactId>
<packaging>pom</packaging>
diff --git a/ecosystem/executor/script/pom.xml
b/ecosystem/executor/script/pom.xml
index 1f9046fd7..4cc83fc7c 100644
--- a/ecosystem/executor/script/pom.xml
+++ b/ecosystem/executor/script/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-executor</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-script-executor</artifactId>
<name>${project.artifactId}</name>
diff --git a/ecosystem/executor/simple/pom.xml
b/ecosystem/executor/simple/pom.xml
index 5d8965527..818880cd3 100644
--- a/ecosystem/executor/simple/pom.xml
+++ b/ecosystem/executor/simple/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-executor</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-simple-executor</artifactId>
<name>${project.artifactId}</name>
diff --git a/ecosystem/pom.xml b/ecosystem/pom.xml
index c096cf247..53bded1ad 100644
--- a/ecosystem/pom.xml
+++ b/ecosystem/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-ecosystem</artifactId>
<packaging>pom</packaging>
diff --git a/ecosystem/tracing/pom.xml b/ecosystem/tracing/pom.xml
index 92127a002..96ea4a767 100644
--- a/ecosystem/tracing/pom.xml
+++ b/ecosystem/tracing/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-ecosystem</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-tracing</artifactId>
<packaging>pom</packaging>
diff --git a/ecosystem/tracing/rdb/pom.xml b/ecosystem/tracing/rdb/pom.xml
index db2a4aa74..af4e89741 100644
--- a/ecosystem/tracing/rdb/pom.xml
+++ b/ecosystem/tracing/rdb/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-tracing</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-tracing-rdb</artifactId>
<name>${project.artifactId}</name>
diff --git a/examples/pom.xml b/examples/pom.xml
index a5a7b9038..4b000d97c 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -36,7 +36,7 @@
</modules>
<properties>
- <revision>3.0.5-SNAPSHOT</revision>
+ <revision>3.0.6-SNAPSHOT</revision>
<java.version>1.8</java.version>
<curator.version>5.9.0</curator.version>
diff --git a/kernel/pom.xml b/kernel/pom.xml
index d292d7305..edaaca039 100644
--- a/kernel/pom.xml
+++ b/kernel/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-kernel</artifactId>
<name>${project.artifactId}</name>
diff --git a/lifecycle/pom.xml b/lifecycle/pom.xml
index 4a120e826..8fb33eff1 100644
--- a/lifecycle/pom.xml
+++ b/lifecycle/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-lifecycle</artifactId>
<name>${project.artifactId}</name>
diff --git a/pom.xml b/pom.xml
index c67f4e772..e388554fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
</parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Elastic Job</name>
<description>Distributed scheduled job</description>
diff --git a/reachability-metadata/pom.xml b/reachability-metadata/pom.xml
index c27615847..61e61ce0a 100644
--- a/reachability-metadata/pom.xml
+++ b/reachability-metadata/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-reachability-metadata</artifactId>
<name>${project.artifactId}</name>
diff --git a/registry-center/api/pom.xml b/registry-center/api/pom.xml
index 124914a13..1829ac195 100644
--- a/registry-center/api/pom.xml
+++ b/registry-center/api/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-registry-center</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-registry-center-api</artifactId>
<name>${project.artifactId}</name>
diff --git a/registry-center/pom.xml b/registry-center/pom.xml
index 5fc3425ab..bfe0a014e 100644
--- a/registry-center/pom.xml
+++ b/registry-center/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-registry-center</artifactId>
<packaging>pom</packaging>
diff --git a/registry-center/provider/pom.xml b/registry-center/provider/pom.xml
index 2eabc7227..860f15798 100644
--- a/registry-center/provider/pom.xml
+++ b/registry-center/provider/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-registry-center</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-regitry-center-provider</artifactId>
<packaging>pom</packaging>
diff --git a/registry-center/provider/zookeeper-curator/pom.xml
b/registry-center/provider/zookeeper-curator/pom.xml
index 82568c275..f7b1d2f00 100644
--- a/registry-center/provider/zookeeper-curator/pom.xml
+++ b/registry-center/provider/zookeeper-curator/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-regitry-center-provider</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-registry-center-zookeeper-curator</artifactId>
<name>${project.artifactId}</name>
diff --git a/restful/pom.xml b/restful/pom.xml
index 3b33520b5..cea6c1718 100644
--- a/restful/pom.xml
+++ b/restful/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-restful</artifactId>
<name>${project.artifactId}</name>
diff --git a/spring/boot-starter/pom.xml b/spring/boot-starter/pom.xml
index 62e4364f5..0f7558f91 100644
--- a/spring/boot-starter/pom.xml
+++ b/spring/boot-starter/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-spring</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-spring-boot-starter</artifactId>
<name>${project.artifactId}</name>
diff --git a/spring/core/pom.xml b/spring/core/pom.xml
index a9c7ab894..5352bf264 100644
--- a/spring/core/pom.xml
+++ b/spring/core/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-spring</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-spring-core</artifactId>
<name>${project.artifactId}</name>
diff --git a/spring/namespace/pom.xml b/spring/namespace/pom.xml
index 1796e1038..06756316a 100644
--- a/spring/namespace/pom.xml
+++ b/spring/namespace/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-spring</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-spring-namespace</artifactId>
<name>${project.artifactId}</name>
diff --git a/spring/pom.xml b/spring/pom.xml
index 9a2a3e25f..0b9591293 100644
--- a/spring/pom.xml
+++ b/spring/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-spring</artifactId>
<packaging>pom</packaging>
diff --git a/test/e2e/pom.xml b/test/e2e/pom.xml
index 6ec5eede8..5577a6795 100644
--- a/test/e2e/pom.xml
+++ b/test/e2e/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-test</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-test-e2e</artifactId>
<name>${project.artifactId}</name>
diff --git a/test/native/pom.xml b/test/native/pom.xml
index 362757038..85e14381c 100644
--- a/test/native/pom.xml
+++ b/test/native/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-test</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-test-native</artifactId>
<name>${project.artifactId}</name>
diff --git a/test/pom.xml b/test/pom.xml
index 86633071a..603cabeb7 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-test</artifactId>
<packaging>pom</packaging>
diff --git a/test/util/pom.xml b/test/util/pom.xml
index 9e1651ede..07f2d5484 100644
--- a/test/util/pom.xml
+++ b/test/util/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-test</artifactId>
- <version>3.0.5-SNAPSHOT</version>
+ <version>3.0.6-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-test-util</artifactId>
<name>${project.artifactId}</name>