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 2022/10/31 11:15:01 UTC

[shardingsphere] branch master updated: Upgrade the version of elasticjob (#21858)

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

zhonghongsheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 9db9f8a5a46 Upgrade the version of elasticjob (#21858)
9db9f8a5a46 is described below

commit 9db9f8a5a4637eb8ad3878b619bb73ed3e91be0b
Author: Xinze Guo <10...@users.noreply.github.com>
AuthorDate: Mon Oct 31 19:14:54 2022 +0800

    Upgrade the version of elasticjob (#21858)
    
    * Upgrade the version of elasticjob
    
    * upgrade it-scaling.yml
    
    * Revert "upgrade it-scaling.yml"
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c257238db18..9262a15f968 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
         <curator.version>5.3.0</curator.version>
         <jetcd.version>0.7.3</jetcd.version>
         
-        <elasticjob.version>3.0.1</elasticjob.version>
+        <elasticjob.version>3.0.2</elasticjob.version>
         
         <springframework.version>[4.3.6.RELEASE,5.0.0.M1)</springframework.version>
         <spring-boot.version>[1.5.20.RELEASE,2.0.0.M1)</spring-boot.version>