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 c24793e Update examples module version from 3.0.0-alpha-SNAPSHOT to
3.0.0-beta-SNAPSHOT (#1362)
c24793e is described below
commit c24793eef658f15e64d096ea919b525deb4f1be2
Author: Andrew <[email protected]>
AuthorDate: Tue Aug 11 13:52:24 2020 +0800
Update examples module version from 3.0.0-alpha-SNAPSHOT to
3.0.0-beta-SNAPSHOT (#1362)
---
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 | 2 +-
examples/pom.xml | 6 +++---
7 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/examples/elasticjob-example-cloud/pom.xml
b/examples/elasticjob-example-cloud/pom.xml
index 4f756f7..c099d9c 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-alpha-SNAPSHOT</version>
+ <version>3.0.0-beta-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 b3bb0eb..5287868 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-alpha-SNAPSHOT</version>
+ <version>3.0.0-beta-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 4e98957..a6b7b5a 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-alpha-SNAPSHOT</version>
+ <version>3.0.0-beta-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 870b7ad..55c0612 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-alpha-SNAPSHOT</version>
+ <version>3.0.0-beta-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 2cd4479..c0162f5 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-alpha-SNAPSHOT</version>
+ <version>3.0.0-beta-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 ecfe4b3..6b4f303 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-alpha-SNAPSHOT</version>
+ <version>3.0.0-beta-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-example-lite-springboot</artifactId>
<name>${project.artifactId}</name>
diff --git a/examples/pom.xml b/examples/pom.xml
index 3eccb1a..cf74f98 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -24,8 +24,8 @@
<artifactId>elasticjob-example</artifactId>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
- <version>3.0.0-alpha-SNAPSHOT</version>
-
+ <version>3.0.0-beta-SNAPSHOT</version>
+
<modules>
<module>elasticjob-example-jobs</module>
<module>elasticjob-example-embed-zk</module>
@@ -39,7 +39,7 @@
<properties>
<java.version>1.8</java.version>
- <elastic-job.version>3.0.0-alpha-SNAPSHOT</elastic-job.version>
+ <elastic-job.version>3.0.0-beta-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>