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/10/24 15:15:46 UTC

[shardingsphere-elasticjob] branch master updated: Update example version (#1656)

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 9085515  Update example version (#1656)
9085515 is described below

commit 90855153193d4d87aa4ada6ac797774a26760383
Author: Liang Zhang <te...@163.com>
AuthorDate: Sat Oct 24 23:15:39 2020 +0800

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

diff --git a/examples/pom.xml b/examples/pom.xml
index cf74f98..56c0944 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -39,7 +39,7 @@
     
     <properties>
         <java.version>1.8</java.version>
-        <elastic-job.version>3.0.0-beta-SNAPSHOT</elastic-job.version>
+        <elastic-job.version>3.0.0-beta</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>