You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/07/21 06:55:10 UTC

[shardingsphere-elasticjob] branch master updated: Update version from 3.0.0.m1 to 3.0.0-alpha (#1215)

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

zhangliang 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 eb219f7  Update version from 3.0.0.m1 to 3.0.0-alpha (#1215)
eb219f7 is described below

commit eb219f788cc25f57245bbeb90d7955877e0c35a8
Author: Liang Zhang <te...@163.com>
AuthorDate: Tue Jul 21 14:55:03 2020 +0800

    Update version from 3.0.0.m1 to 3.0.0-alpha (#1215)
---
 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-distribution/elasticjob-cloud-distribution/pom.xml      | 2 +-
 elasticjob-distribution/elasticjob-lite-distribution/pom.xml       | 7 +------
 elasticjob-distribution/elasticjob-src-distribution/pom.xml        | 2 +-
 elasticjob-distribution/pom.xml                                    | 2 +-
 elasticjob-executor/elasticjob-executor-kernel/pom.xml             | 2 +-
 .../elasticjob-executor-type/elasticjob-dataflow-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-executor/pom.xml                                        | 2 +-
 elasticjob-infra/elasticjob-infra-common/pom.xml                   | 2 +-
 elasticjob-infra/elasticjob-registry-center/pom.xml                | 2 +-
 elasticjob-infra/elasticjob-tracing/elasticjob-tracing-api/pom.xml | 2 +-
 elasticjob-infra/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml | 2 +-
 elasticjob-infra/elasticjob-tracing/pom.xml                        | 2 +-
 elasticjob-infra/pom.xml                                           | 2 +-
 elasticjob-lite/elasticjob-lite-console/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-namespace/pom.xml                       | 2 +-
 elasticjob-lite/elasticjob-lite-spring/pom.xml                     | 2 +-
 elasticjob-lite/pom.xml                                            | 2 +-
 examples/elasticjob-example-cloud/pom.xml                          | 2 +-
 examples/elasticjob-example-embed-zk/pom.xml                       | 2 +-
 examples/elasticjob-example-jobs/pom.xml                           | 2 +-
 examples/elasticjob-example-lite-java/pom.xml                      | 2 +-
 examples/elasticjob-example-lite-spring/pom.xml                    | 2 +-
 examples/elasticjob-example-lite-springboot/pom.xml                | 7 +------
 examples/pom.xml                                                   | 4 ++--
 pom.xml                                                            | 2 +-
 36 files changed, 37 insertions(+), 47 deletions(-)

diff --git a/elasticjob-api/pom.xml b/elasticjob-api/pom.xml
index 4b8552a..22bb5fe 100644
--- a/elasticjob-api/pom.xml
+++ b/elasticjob-api/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</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 0062e23..188a470 100755
--- a/elasticjob-cloud/elasticjob-cloud-common/pom.xml
+++ b/elasticjob-cloud/elasticjob-cloud-common/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-cloud</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</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 c2e882a..2297d95 100755
--- a/elasticjob-cloud/elasticjob-cloud-executor/pom.xml
+++ b/elasticjob-cloud/elasticjob-cloud-executor/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-cloud</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</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 cb8d565..5ee0566 100755
--- a/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml
+++ b/elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-cloud</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-cloud-scheduler</artifactId>
     <name>${project.artifactId}</name>
diff --git a/elasticjob-cloud/pom.xml b/elasticjob-cloud/pom.xml
index 16bd0a7..1df2026 100644
--- a/elasticjob-cloud/pom.xml
+++ b/elasticjob-cloud/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-cloud</artifactId>
     <packaging>pom</packaging>
diff --git a/elasticjob-distribution/elasticjob-cloud-distribution/pom.xml b/elasticjob-distribution/elasticjob-cloud-distribution/pom.xml
index 5d435b2..b8ae66a 100644
--- a/elasticjob-distribution/elasticjob-cloud-distribution/pom.xml
+++ b/elasticjob-distribution/elasticjob-cloud-distribution/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-distribution</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-cloud-distribution</artifactId>
     <packaging>pom</packaging>
diff --git a/elasticjob-distribution/elasticjob-lite-distribution/pom.xml b/elasticjob-distribution/elasticjob-lite-distribution/pom.xml
index 0a9e2b1..25004ca 100644
--- a/elasticjob-distribution/elasticjob-lite-distribution/pom.xml
+++ b/elasticjob-distribution/elasticjob-lite-distribution/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-distribution</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-lite-distribution</artifactId>
     <packaging>pom</packaging>
@@ -43,11 +43,6 @@
             <artifactId>elasticjob-lite-spring-boot-starter</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.shardingsphere.elasticjob</groupId>
-            <artifactId>elasticjob-lite-spring-boot-starter</artifactId>
-            <version>${project.version}</version>
-        </dependency>
     </dependencies>
 
     <profiles>
diff --git a/elasticjob-distribution/elasticjob-src-distribution/pom.xml b/elasticjob-distribution/elasticjob-src-distribution/pom.xml
index a22a6d5..9891f35 100644
--- a/elasticjob-distribution/elasticjob-src-distribution/pom.xml
+++ b/elasticjob-distribution/elasticjob-src-distribution/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-distribution</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-src-distribution</artifactId>
     <packaging>pom</packaging>
diff --git a/elasticjob-distribution/pom.xml b/elasticjob-distribution/pom.xml
index 81d3d91..78730ec 100644
--- a/elasticjob-distribution/pom.xml
+++ b/elasticjob-distribution/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-distribution</artifactId>
     <packaging>pom</packaging>
diff --git a/elasticjob-executor/elasticjob-executor-kernel/pom.xml b/elasticjob-executor/elasticjob-executor-kernel/pom.xml
index 4556daf..b99151f 100644
--- a/elasticjob-executor/elasticjob-executor-kernel/pom.xml
+++ b/elasticjob-executor/elasticjob-executor-kernel/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-executor</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-executor-kernel</artifactId>
     <name>${project.artifactId}</name>
diff --git a/elasticjob-executor/elasticjob-executor-type/elasticjob-dataflow-executor/pom.xml b/elasticjob-executor/elasticjob-executor-type/elasticjob-dataflow-executor/pom.xml
index 57c2fe1..9718e41 100644
--- a/elasticjob-executor/elasticjob-executor-type/elasticjob-dataflow-executor/pom.xml
+++ b/elasticjob-executor/elasticjob-executor-type/elasticjob-dataflow-executor/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-executor-type</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-dataflow-executor</artifactId>
     <name>${project.artifactId}</name>
diff --git a/elasticjob-executor/elasticjob-executor-type/elasticjob-script-executor/pom.xml b/elasticjob-executor/elasticjob-executor-type/elasticjob-script-executor/pom.xml
index 15281fb..b3c0af7 100644
--- a/elasticjob-executor/elasticjob-executor-type/elasticjob-script-executor/pom.xml
+++ b/elasticjob-executor/elasticjob-executor-type/elasticjob-script-executor/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-executor-type</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-script-executor</artifactId>
     <name>${project.artifactId}</name>
diff --git a/elasticjob-executor/elasticjob-executor-type/elasticjob-simple-executor/pom.xml b/elasticjob-executor/elasticjob-executor-type/elasticjob-simple-executor/pom.xml
index b36efff..d0fed25 100644
--- a/elasticjob-executor/elasticjob-executor-type/elasticjob-simple-executor/pom.xml
+++ b/elasticjob-executor/elasticjob-executor-type/elasticjob-simple-executor/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-executor-type</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-simple-executor</artifactId>
     <name>${project.artifactId}</name>
diff --git a/elasticjob-executor/elasticjob-executor-type/pom.xml b/elasticjob-executor/elasticjob-executor-type/pom.xml
index 71430c8..074ac69 100644
--- a/elasticjob-executor/elasticjob-executor-type/pom.xml
+++ b/elasticjob-executor/elasticjob-executor-type/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-executor</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-executor-type</artifactId>
     <packaging>pom</packaging>
diff --git a/elasticjob-executor/pom.xml b/elasticjob-executor/pom.xml
index 9cd92d9..ccf1eb0 100644
--- a/elasticjob-executor/pom.xml
+++ b/elasticjob-executor/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-executor</artifactId>
     <packaging>pom</packaging>
diff --git a/elasticjob-infra/elasticjob-infra-common/pom.xml b/elasticjob-infra/elasticjob-infra-common/pom.xml
index 009ba88..13bcb88 100644
--- a/elasticjob-infra/elasticjob-infra-common/pom.xml
+++ b/elasticjob-infra/elasticjob-infra-common/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-infra</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</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 2e49966..8a922d7 100644
--- a/elasticjob-infra/elasticjob-registry-center/pom.xml
+++ b/elasticjob-infra/elasticjob-registry-center/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-infra</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-registry-center</artifactId>
     <name>${project.artifactId}</name>
diff --git a/elasticjob-infra/elasticjob-tracing/elasticjob-tracing-api/pom.xml b/elasticjob-infra/elasticjob-tracing/elasticjob-tracing-api/pom.xml
index 4157b64..72165e0 100644
--- a/elasticjob-infra/elasticjob-tracing/elasticjob-tracing-api/pom.xml
+++ b/elasticjob-infra/elasticjob-tracing/elasticjob-tracing-api/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-tracing</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-tracing-api</artifactId>
     <name>${project.artifactId}</name>
diff --git a/elasticjob-infra/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml b/elasticjob-infra/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml
index 9d3f877..e247fa3 100644
--- a/elasticjob-infra/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml
+++ b/elasticjob-infra/elasticjob-tracing/elasticjob-tracing-rdb/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-tracing</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-tracing-rdb</artifactId>
     <name>${project.artifactId}</name>
diff --git a/elasticjob-infra/elasticjob-tracing/pom.xml b/elasticjob-infra/elasticjob-tracing/pom.xml
index 83df46b..9a0272d 100644
--- a/elasticjob-infra/elasticjob-tracing/pom.xml
+++ b/elasticjob-infra/elasticjob-tracing/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-infra</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-tracing</artifactId>
     <packaging>pom</packaging>
diff --git a/elasticjob-infra/pom.xml b/elasticjob-infra/pom.xml
index 937bddf..6c7019e 100644
--- a/elasticjob-infra/pom.xml
+++ b/elasticjob-infra/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-infra</artifactId>
     <packaging>pom</packaging>
diff --git a/elasticjob-lite/elasticjob-lite-console/pom.xml b/elasticjob-lite/elasticjob-lite-console/pom.xml
index 407a7d2..dff1b34 100644
--- a/elasticjob-lite/elasticjob-lite-console/pom.xml
+++ b/elasticjob-lite/elasticjob-lite-console/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-lite</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-lite-console</artifactId>
     <packaging>jar</packaging>
diff --git a/elasticjob-lite/elasticjob-lite-core/pom.xml b/elasticjob-lite/elasticjob-lite-core/pom.xml
index caaff90..80c3d7d 100644
--- a/elasticjob-lite/elasticjob-lite-core/pom.xml
+++ b/elasticjob-lite/elasticjob-lite-core/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-lite</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</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 84f7aed..b3378ee 100644
--- a/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml
+++ b/elasticjob-lite/elasticjob-lite-lifecycle/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-lite</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</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 f92a79e..fb23683 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
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-lite-spring</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-lite-spring-boot-starter</artifactId>
     <name>${project.artifactId}</name>
diff --git a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-namespace/pom.xml b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-namespace/pom.xml
index 28dab85..6d6931f 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
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-lite-spring</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</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 c36f86a..464cebe 100644
--- a/elasticjob-lite/elasticjob-lite-spring/pom.xml
+++ b/elasticjob-lite/elasticjob-lite-spring/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-lite</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-lite-spring</artifactId>
     <packaging>pom</packaging>
diff --git a/elasticjob-lite/pom.xml b/elasticjob-lite/pom.xml
index fc5a47d..38fe5c2 100644
--- a/elasticjob-lite/pom.xml
+++ b/elasticjob-lite/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-lite</artifactId>
     <packaging>pom</packaging>
diff --git a/examples/elasticjob-example-cloud/pom.xml b/examples/elasticjob-example-cloud/pom.xml
index e59c6f1..4f756f7 100755
--- a/examples/elasticjob-example-cloud/pom.xml
+++ b/examples/elasticjob-example-cloud/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-example</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-example-cloud</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/elasticjob-example-embed-zk/pom.xml b/examples/elasticjob-example-embed-zk/pom.xml
index a77ca35..b3bb0eb 100644
--- a/examples/elasticjob-example-embed-zk/pom.xml
+++ b/examples/elasticjob-example-embed-zk/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-example</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-example-embed-zk</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/elasticjob-example-jobs/pom.xml b/examples/elasticjob-example-jobs/pom.xml
index a015f7b..4e98957 100644
--- a/examples/elasticjob-example-jobs/pom.xml
+++ b/examples/elasticjob-example-jobs/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-example</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-example-jobs</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/elasticjob-example-lite-java/pom.xml b/examples/elasticjob-example-lite-java/pom.xml
index 95225da..870b7ad 100644
--- a/examples/elasticjob-example-lite-java/pom.xml
+++ b/examples/elasticjob-example-lite-java/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-example</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-example-lite-java</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/elasticjob-example-lite-spring/pom.xml b/examples/elasticjob-example-lite-spring/pom.xml
index 04747d0..2cd4479 100644
--- a/examples/elasticjob-example-lite-spring/pom.xml
+++ b/examples/elasticjob-example-lite-spring/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-example</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-example-lite-spring</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/elasticjob-example-lite-springboot/pom.xml b/examples/elasticjob-example-lite-springboot/pom.xml
index 632d2fa..2aaea38 100644
--- a/examples/elasticjob-example-lite-springboot/pom.xml
+++ b/examples/elasticjob-example-lite-springboot/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.elasticjob</groupId>
         <artifactId>elasticjob-example</artifactId>
-        <version>3.0.0.M1-SNAPSHOT</version>
+        <version>3.0.0-alpha-SNAPSHOT</version>
     </parent>
     <artifactId>elasticjob-example-lite-springboot</artifactId>
     <name>${project.artifactId}</name>
@@ -77,11 +77,6 @@
             <version>${springboot.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-web</artifactId>
-            <version>${springboot.version}</version>
-        </dependency>
-        <dependency>
             <groupId>com.h2database</groupId>
             <artifactId>h2</artifactId>
             <version>${h2.version}</version>
diff --git a/examples/pom.xml b/examples/pom.xml
index a9cef09..3eccb1a 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -24,7 +24,7 @@
     <artifactId>elasticjob-example</artifactId>
     <name>${project.artifactId}</name>
     <packaging>pom</packaging>
-    <version>3.0.0.M1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     
     <modules>
         <module>elasticjob-example-jobs</module>
@@ -39,7 +39,7 @@
     
     <properties>
         <java.version>1.8</java.version>
-        <elastic-job.version>3.0.0.M1-SNAPSHOT</elastic-job.version>
+        <elastic-job.version>3.0.0-alpha-SNAPSHOT</elastic-job.version>
         <curator.version>5.1.0</curator.version>
         <springframework.version>4.3.4.RELEASE</springframework.version>
         <slf4j.version>1.7.7</slf4j.version>
diff --git a/pom.xml b/pom.xml
index ca5152e..8576c75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     </parent>
     <groupId>org.apache.shardingsphere.elasticjob</groupId>
     <artifactId>elasticjob</artifactId>
-    <version>3.0.0.M1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>