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 2022/10/25 09:59:22 UTC

[shardingsphere-elasticjob-ui] branch master updated: Bump ElasticJob to 3.0.2 (#171)

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-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 7dd3a58  Bump ElasticJob to 3.0.2 (#171)
7dd3a58 is described below

commit 7dd3a58077a1ffa7df6cb21341cd6d04eacb7ed8
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Tue Oct 25 17:59:17 2022 +0800

    Bump ElasticJob to 3.0.2 (#171)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2b56286..206c389 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
     </modules>
     
     <properties>
-        <elasticjob.version>3.0.1</elasticjob.version>
+        <elasticjob.version>3.0.2</elasticjob.version>
         <java.version>1.8</java.version>
         <springframework.version>4.3.24.RELEASE</springframework.version>
         <spring-boot.version>1.5.21.RELEASE</spring-boot.version>