You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by wu...@apache.org on 2021/10/03 17:56:27 UTC

[shardingsphere-elasticjob] branch master updated: Update version in examples (#1988)

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

wuweijie 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 fc58f1c  Update version in examples (#1988)
fc58f1c is described below

commit fc58f1c534f09c5cacde0892674af880cc7dcb9c
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Mon Oct 4 01:56:24 2021 +0800

    Update version in examples (#1988)
---
 examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index 35e8c20..393c81e 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -38,7 +38,7 @@
     </modules>
     
     <properties>
-        <revision>3.0.0-RC1</revision>
+        <revision>3.0.0</revision>
         <java.version>1.8</java.version>
         <curator.version>5.1.0</curator.version>
         <springframework.version>4.3.4.RELEASE</springframework.version>