This is an automated email from the ASF dual-hosted git repository.

wuweijie pushed a commit to branch 3.0.1-release
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git

commit b3a9b50ea374b5af16d10da8ea3b311c6d5eb16a
Author: 吴伟杰 <[email protected]>
AuthorDate: Mon Oct 4 10:20:04 2021 +0800

    [maven-release-plugin] prepare release 3.0.1
---
 elasticjob-api/pom.xml                                                | 2 +-
 elasticjob-cloud/elasticjob-cloud-common/pom.xml                      | 2 +-
 elasticjob-cloud/elasticjob-cloud-executor/pom.xml                    | 2 +-
 elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml                   | 2 +-
 elasticjob-cloud/pom.xml                                              | 2 +-
 .../elasticjob-cloud-executor-distribution/pom.xml                    | 2 +-
 .../elasticjob-cloud-scheduler-distribution/pom.xml                   | 2 +-
 elasticjob-distribution/elasticjob-lite-distribution/pom.xml          | 2 +-
 elasticjob-distribution/elasticjob-src-distribution/pom.xml           | 2 +-
 elasticjob-distribution/pom.xml                                       | 2 +-
 .../elasticjob-error-handler/elasticjob-error-handler-spi/pom.xml     | 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/elasticjob-error-handler-type/pom.xml    | 2 +-
 elasticjob-ecosystem/elasticjob-error-handler/pom.xml                 | 2 +-
 .../elasticjob-executor/elasticjob-executor-kernel/pom.xml            | 2 +-
 .../elasticjob-executor-type/elasticjob-dataflow-executor/pom.xml     | 2 +-
 .../elasticjob-executor-type/elasticjob-http-executor/pom.xml         | 2 +-
 .../elasticjob-executor-type/elasticjob-script-executor/pom.xml       | 2 +-
 .../elasticjob-executor-type/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-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/elasticjob-lite-spring-core/pom.xml        | 2 +-
 .../elasticjob-lite-spring/elasticjob-lite-spring-namespace/pom.xml   | 2 +-
 elasticjob-lite/elasticjob-lite-spring/pom.xml                        | 2 +-
 elasticjob-lite/pom.xml                                               | 2 +-
 pom.xml                                                               | 4 ++--
 40 files changed, 41 insertions(+), 41 deletions(-)

diff --git a/elasticjob-api/pom.xml b/elasticjob-api/pom.xml
index 2a68216..0570ddf 100644
--- a/elasticjob-api/pom.xml
+++ b/elasticjob-api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-api</artifactId>
     <name>${project.artifactId}</name>
diff --git a/elasticjob-cloud/elasticjob-cloud-common/pom.xml 
b/elasticjob-cloud/elasticjob-cloud-common/pom.xml
index ecad252..19845a2 100755
--- a/elasticjob-cloud/elasticjob-cloud-common/pom.xml
+++ b/elasticjob-cloud/elasticjob-cloud-common/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-cloud</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-cloud-common</artifactId>
     <name>${project.artifactId}</name>
diff --git a/elasticjob-cloud/elasticjob-cloud-executor/pom.xml 
b/elasticjob-cloud/elasticjob-cloud-executor/pom.xml
index 5652751..da7784a 100755
--- a/elasticjob-cloud/elasticjob-cloud-executor/pom.xml
+++ b/elasticjob-cloud/elasticjob-cloud-executor/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-cloud</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-cloud-executor</artifactId>
     <name>${project.artifactId}</name>
diff --git a/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml 
b/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml
index b37a790..054b853 100755
--- a/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml
+++ b/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-cloud</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-cloud-scheduler</artifactId>
     <name>${project.artifactId}</name>
diff --git a/elasticjob-cloud/pom.xml b/elasticjob-cloud/pom.xml
index 0a44944..1ee185b 100644
--- a/elasticjob-cloud/pom.xml
+++ b/elasticjob-cloud/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-cloud</artifactId>
     <packaging>pom</packaging>
diff --git 
a/elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml 
b/elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml
index fcc280c..db3887b 100644
--- a/elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml
+++ b/elasticjob-distribution/elasticjob-cloud-executor-distribution/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-distribution</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-cloud-executor-distribution</artifactId>
     <packaging>pom</packaging>
diff --git 
a/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml 
b/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml
index d914bea..69ceade 100644
--- a/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml
+++ b/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-distribution</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-cloud-scheduler-distribution</artifactId>
     <packaging>pom</packaging>
diff --git a/elasticjob-distribution/elasticjob-lite-distribution/pom.xml 
b/elasticjob-distribution/elasticjob-lite-distribution/pom.xml
index ef59ab3..5e5a427 100644
--- a/elasticjob-distribution/elasticjob-lite-distribution/pom.xml
+++ b/elasticjob-distribution/elasticjob-lite-distribution/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-distribution</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-lite-distribution</artifactId>
     <packaging>pom</packaging>
diff --git a/elasticjob-distribution/elasticjob-src-distribution/pom.xml 
b/elasticjob-distribution/elasticjob-src-distribution/pom.xml
index 6ba0ae3..9d73386 100644
--- a/elasticjob-distribution/elasticjob-src-distribution/pom.xml
+++ b/elasticjob-distribution/elasticjob-src-distribution/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-distribution</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-src-distribution</artifactId>
     <packaging>pom</packaging>
diff --git a/elasticjob-distribution/pom.xml b/elasticjob-distribution/pom.xml
index be5f997..656a2a1 100644
--- a/elasticjob-distribution/pom.xml
+++ b/elasticjob-distribution/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-distribution</artifactId>
     <packaging>pom</packaging>
diff --git 
a/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-spi/pom.xml
 
b/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-spi/pom.xml
index 42dff33..7a84399 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 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-error-handler</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-error-handler-spi</artifactId>
     
diff --git 
a/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-dingtalk/pom.xml
 
b/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-dingtalk/pom.xml
index 97856fb..1dd961d 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 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-error-handler-type</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-error-handler-dingtalk</artifactId>
     
diff --git 
a/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-email/pom.xml
 
b/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-email/pom.xml
index fbc031b..ed071d4 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 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-error-handler-type</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-error-handler-email</artifactId>
     
diff --git 
a/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-general/pom.xml
 
b/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-general/pom.xml
index 0c633b4..d0d256d 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 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-error-handler-type</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-error-handler-general</artifactId>
     
diff --git 
a/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-wechat/pom.xml
 
b/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/elasticjob-error-handler-wechat/pom.xml
index d2ef6e8..6297793 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 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-error-handler-type</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-error-handler-wechat</artifactId>
     
diff --git 
a/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/pom.xml
 
b/elasticjob-ecosystem/elasticjob-error-handler/elasticjob-error-handler-type/pom.xml
index 0fb1b6c..7e0fe71 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 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-error-handler</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-error-handler-type</artifactId>
     <packaging>pom</packaging>
diff --git a/elasticjob-ecosystem/elasticjob-error-handler/pom.xml 
b/elasticjob-ecosystem/elasticjob-error-handler/pom.xml
index e2a1ad3..259c0aa 100644
--- a/elasticjob-ecosystem/elasticjob-error-handler/pom.xml
+++ b/elasticjob-ecosystem/elasticjob-error-handler/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-ecosystem</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-error-handler</artifactId>
     <packaging>pom</packaging>
diff --git 
a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-kernel/pom.xml 
b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-kernel/pom.xml
index aba4fb3..4f80e20 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 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-executor</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-executor-kernel</artifactId>
     <name>${project.artifactId}</name>
diff --git 
a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/elasticjob-dataflow-executor/pom.xml
 
b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/elasticjob-dataflow-executor/pom.xml
index ca7d153..b638fcb 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 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-executor-type</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-dataflow-executor</artifactId>
     <name>${project.artifactId}</name>
diff --git 
a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/elasticjob-http-executor/pom.xml
 
b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/elasticjob-http-executor/pom.xml
index 4c3cd4e..c4a2980 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 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-executor-type</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-http-executor</artifactId>
     <name>${project.artifactId}</name>
diff --git 
a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/elasticjob-script-executor/pom.xml
 
b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/elasticjob-script-executor/pom.xml
index 3ce051f..a44bc48 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 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-executor-type</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-script-executor</artifactId>
     <name>${project.artifactId}</name>
diff --git 
a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/elasticjob-simple-executor/pom.xml
 
b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/elasticjob-simple-executor/pom.xml
index 41933e3..36ed884 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 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-executor-type</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-simple-executor</artifactId>
     <name>${project.artifactId}</name>
diff --git 
a/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/pom.xml 
b/elasticjob-ecosystem/elasticjob-executor/elasticjob-executor-type/pom.xml
index 4a9947a..e9632ce 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 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-executor</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-executor-type</artifactId>
     <packaging>pom</packaging>
diff --git a/elasticjob-ecosystem/elasticjob-executor/pom.xml 
b/elasticjob-ecosystem/elasticjob-executor/pom.xml
index e6a0148..f4beb46 100644
--- a/elasticjob-ecosystem/elasticjob-executor/pom.xml
+++ b/elasticjob-ecosystem/elasticjob-executor/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-ecosystem</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-executor</artifactId>
     <packaging>pom</packaging>
diff --git 
a/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-api/pom.xml 
b/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-api/pom.xml
index fb73c3c..730609c 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 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-tracing</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-tracing-api</artifactId>
     <name>${project.artifactId}</name>
diff --git 
a/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml 
b/elasticjob-ecosystem/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml
index d94fd3b..e14bbcf 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 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-tracing</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-tracing-rdb</artifactId>
     <name>${project.artifactId}</name>
diff --git a/elasticjob-ecosystem/elasticjob-tracing/pom.xml 
b/elasticjob-ecosystem/elasticjob-tracing/pom.xml
index cb3660a..27c8ff9 100644
--- a/elasticjob-ecosystem/elasticjob-tracing/pom.xml
+++ b/elasticjob-ecosystem/elasticjob-tracing/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-ecosystem</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-tracing</artifactId>
     <packaging>pom</packaging>
diff --git a/elasticjob-ecosystem/pom.xml b/elasticjob-ecosystem/pom.xml
index 8f9e1bf..b613e70 100644
--- a/elasticjob-ecosystem/pom.xml
+++ b/elasticjob-ecosystem/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-ecosystem</artifactId>
     <packaging>pom</packaging>
diff --git a/elasticjob-infra/elasticjob-infra-common/pom.xml 
b/elasticjob-infra/elasticjob-infra-common/pom.xml
index 6f7e0f5..c46554e 100644
--- a/elasticjob-infra/elasticjob-infra-common/pom.xml
+++ b/elasticjob-infra/elasticjob-infra-common/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-infra</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-infra-common</artifactId>
     <name>${project.artifactId}</name>
diff --git a/elasticjob-infra/elasticjob-registry-center/pom.xml 
b/elasticjob-infra/elasticjob-registry-center/pom.xml
index 92fc8bc..07a8837 100644
--- a/elasticjob-infra/elasticjob-registry-center/pom.xml
+++ b/elasticjob-infra/elasticjob-registry-center/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-infra</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-registry-center</artifactId>
     <name>${project.artifactId}</name>
diff --git a/elasticjob-infra/elasticjob-restful/pom.xml 
b/elasticjob-infra/elasticjob-restful/pom.xml
index f78e7d7..7928425 100644
--- a/elasticjob-infra/elasticjob-restful/pom.xml
+++ b/elasticjob-infra/elasticjob-restful/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>elasticjob-infra</artifactId>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/elasticjob-infra/pom.xml b/elasticjob-infra/pom.xml
index 0cc6395..6ccc678 100644
--- a/elasticjob-infra/pom.xml
+++ b/elasticjob-infra/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-infra</artifactId>
     <packaging>pom</packaging>
diff --git a/elasticjob-lite/elasticjob-lite-core/pom.xml 
b/elasticjob-lite/elasticjob-lite-core/pom.xml
index f6c963e..7304023 100644
--- a/elasticjob-lite/elasticjob-lite-core/pom.xml
+++ b/elasticjob-lite/elasticjob-lite-core/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-lite</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-lite-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml 
b/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml
index 7e634da..9d7b779 100644
--- a/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml
+++ b/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-lite</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-lite-lifecycle</artifactId>
     <name>${project.artifactId}</name>
diff --git 
a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-boot-starter/pom.xml
 
b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-boot-starter/pom.xml
index 6c6ed7b..bb7e945 100644
--- 
a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-boot-starter/pom.xml
+++ 
b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-boot-starter/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-lite-spring</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-lite-spring-boot-starter</artifactId>
     <name>${project.artifactId}</name>
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 1d70059..a45548f 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 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-lite-spring</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-lite-spring-core</artifactId>
     <name>${project.artifactId}</name>
diff --git 
a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-namespace/pom.xml
 
b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-namespace/pom.xml
index 9fbfe32..88ae7dd 100644
--- 
a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-namespace/pom.xml
+++ 
b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-namespace/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-lite-spring</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-lite-spring-namespace</artifactId>
     <name>${project.artifactId}</name>
diff --git a/elasticjob-lite/elasticjob-lite-spring/pom.xml 
b/elasticjob-lite/elasticjob-lite-spring/pom.xml
index f8ae028..828b10f 100644
--- a/elasticjob-lite/elasticjob-lite-spring/pom.xml
+++ b/elasticjob-lite/elasticjob-lite-spring/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-lite</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-lite-spring</artifactId>
     <packaging>pom</packaging>
diff --git a/elasticjob-lite/pom.xml b/elasticjob-lite/pom.xml
index 025f6a9..feabd57 100644
--- a/elasticjob-lite/pom.xml
+++ b/elasticjob-lite/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <artifactId>elasticjob-lite</artifactId>
     <packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index bc2a8d6..1934dbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     </parent>
     <groupId>org.apache.shardingsphere.elasticjob</groupId>
     <artifactId>elasticjob</artifactId>
-    <version>3.1.0-SNAPSHOT</version>
+    <version>3.0.1</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     
@@ -737,7 +737,7 @@
         
<connection>scm:git:https://github.com/apache/shardingsphere-elasticjob.git</connection>
         
<developerConnection>scm:git:https://github.com/apache/shardingsphere-elasticjob.git</developerConnection>
         <url>https://github.com/apache/shardingsphere-elasticjob.git</url>
-        <tag>HEAD</tag>
+        <tag>3.0.1</tag>
     </scm>
     
     <mailingLists>

Reply via email to