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 2023/03/21 09:45:03 UTC

[shardingsphere-elasticjob] 02/04: Update example version

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

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

commit b03f916c0c202d66ae29585c33c398877e2b0580
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Tue Mar 21 17:31:57 2023 +0800

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

diff --git a/examples/pom.xml b/examples/pom.xml
index 09f84f0fd..2f9881ce4 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -38,7 +38,7 @@
     </modules>
     
     <properties>
-        <revision>3.0.0</revision>
+        <revision>3.0.3</revision>
         <java.version>1.8</java.version>
         <curator.version>5.1.0</curator.version>
         <springframework.version>4.3.4.RELEASE</springframework.version>