This is an automated email from the ASF dual-hosted git repository.
jianglongtao 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 62ed91645 Change version 3.1.0-SNAPSHOT to 3.0.5-SNAPSHOT (#2503)
62ed91645 is described below
commit 62ed916455b3934695f88f579db34320752fc51a
Author: Raigor <[email protected]>
AuthorDate: Sat Jan 31 23:26:24 2026 +0800
Change version 3.1.0-SNAPSHOT to 3.0.5-SNAPSHOT (#2503)
* Change version 3.1.0-SNAPSHOT to 3.0.5-SNAPSHOT
* Change version 3.1.0-SNAPSHOT to 3.0.5-SNAPSHOT
---
api/pom.xml | 2 +-
bootstrap/pom.xml | 2 +-
distribution/bin/pom.xml | 2 +-
distribution/pom.xml | 2 +-
distribution/src/pom.xml | 2 +-
ecosystem/error-handler/dingtalk/pom.xml | 2 +-
ecosystem/error-handler/email/pom.xml | 2 +-
ecosystem/error-handler/normal/pom.xml | 2 +-
ecosystem/error-handler/pom.xml | 2 +-
ecosystem/error-handler/wechat/pom.xml | 2 +-
ecosystem/executor/dataflow/pom.xml | 2 +-
ecosystem/executor/http/pom.xml | 2 +-
ecosystem/executor/pom.xml | 2 +-
ecosystem/executor/script/pom.xml | 2 +-
ecosystem/executor/simple/pom.xml | 2 +-
ecosystem/pom.xml | 2 +-
ecosystem/tracing/pom.xml | 2 +-
ecosystem/tracing/rdb/pom.xml | 2 +-
examples/pom.xml | 2 +-
kernel/pom.xml | 2 +-
lifecycle/pom.xml | 2 +-
pom.xml | 2 +-
reachability-metadata/pom.xml | 2 +-
registry-center/api/pom.xml | 2 +-
registry-center/pom.xml | 2 +-
registry-center/provider/pom.xml | 2 +-
registry-center/provider/zookeeper-curator/pom.xml | 2 +-
restful/pom.xml | 2 +-
spring/boot-starter/pom.xml | 2 +-
spring/core/pom.xml | 2 +-
spring/namespace/pom.xml | 2 +-
spring/pom.xml | 2 +-
test/e2e/pom.xml | 2 +-
test/native/pom.xml | 2 +-
test/pom.xml | 2 +-
test/util/pom.xml | 2 +-
36 files changed, 36 insertions(+), 36 deletions(-)
diff --git a/api/pom.xml b/api/pom.xml
index d16882166..ee1712f0a 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-api</artifactId>
<name>${project.artifactId}</name>
diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml
index 4606a518d..790e68f2c 100644
--- a/bootstrap/pom.xml
+++ b/bootstrap/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-bootstrap</artifactId>
<name>${project.artifactId}</name>
diff --git a/distribution/bin/pom.xml b/distribution/bin/pom.xml
index ae3d9f757..02d50c019 100644
--- a/distribution/bin/pom.xml
+++ b/distribution/bin/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-distribution</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-bin-distribution</artifactId>
<packaging>pom</packaging>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 33159f8a7..0eb378933 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-distribution</artifactId>
<packaging>pom</packaging>
diff --git a/distribution/src/pom.xml b/distribution/src/pom.xml
index 5cdeb9c35..66e551082 100644
--- a/distribution/src/pom.xml
+++ b/distribution/src/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-distribution</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-src-distribution</artifactId>
<packaging>pom</packaging>
diff --git a/ecosystem/error-handler/dingtalk/pom.xml
b/ecosystem/error-handler/dingtalk/pom.xml
index 29d45876f..1d06394cc 100644
--- a/ecosystem/error-handler/dingtalk/pom.xml
+++ b/ecosystem/error-handler/dingtalk/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-error-handler</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-error-handler-dingtalk</artifactId>
diff --git a/ecosystem/error-handler/email/pom.xml
b/ecosystem/error-handler/email/pom.xml
index 5a50a435b..80860abfd 100644
--- a/ecosystem/error-handler/email/pom.xml
+++ b/ecosystem/error-handler/email/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-error-handler</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-error-handler-email</artifactId>
diff --git a/ecosystem/error-handler/normal/pom.xml
b/ecosystem/error-handler/normal/pom.xml
index ee4ffbd27..bedbf58e3 100644
--- a/ecosystem/error-handler/normal/pom.xml
+++ b/ecosystem/error-handler/normal/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-error-handler</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-error-handler-normal</artifactId>
diff --git a/ecosystem/error-handler/pom.xml b/ecosystem/error-handler/pom.xml
index 05449536d..e072840f5 100644
--- a/ecosystem/error-handler/pom.xml
+++ b/ecosystem/error-handler/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-ecosystem</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-error-handler</artifactId>
<packaging>pom</packaging>
diff --git a/ecosystem/error-handler/wechat/pom.xml
b/ecosystem/error-handler/wechat/pom.xml
index f424e68bf..3ce9a5a0a 100644
--- a/ecosystem/error-handler/wechat/pom.xml
+++ b/ecosystem/error-handler/wechat/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-error-handler</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-error-handler-wechat</artifactId>
diff --git a/ecosystem/executor/dataflow/pom.xml
b/ecosystem/executor/dataflow/pom.xml
index bdb1864ec..b4f492063 100644
--- a/ecosystem/executor/dataflow/pom.xml
+++ b/ecosystem/executor/dataflow/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-executor</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-dataflow-executor</artifactId>
<name>${project.artifactId}</name>
diff --git a/ecosystem/executor/http/pom.xml b/ecosystem/executor/http/pom.xml
index c1af6c9de..9c5b048ed 100644
--- a/ecosystem/executor/http/pom.xml
+++ b/ecosystem/executor/http/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-executor</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-http-executor</artifactId>
<name>${project.artifactId}</name>
diff --git a/ecosystem/executor/pom.xml b/ecosystem/executor/pom.xml
index 201992c57..8827b0093 100644
--- a/ecosystem/executor/pom.xml
+++ b/ecosystem/executor/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-ecosystem</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-executor</artifactId>
<packaging>pom</packaging>
diff --git a/ecosystem/executor/script/pom.xml
b/ecosystem/executor/script/pom.xml
index 10ebb3daf..1f9046fd7 100644
--- a/ecosystem/executor/script/pom.xml
+++ b/ecosystem/executor/script/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-executor</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-script-executor</artifactId>
<name>${project.artifactId}</name>
diff --git a/ecosystem/executor/simple/pom.xml
b/ecosystem/executor/simple/pom.xml
index bc4650f80..5d8965527 100644
--- a/ecosystem/executor/simple/pom.xml
+++ b/ecosystem/executor/simple/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-executor</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-simple-executor</artifactId>
<name>${project.artifactId}</name>
diff --git a/ecosystem/pom.xml b/ecosystem/pom.xml
index a8dca4709..c096cf247 100644
--- a/ecosystem/pom.xml
+++ b/ecosystem/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-ecosystem</artifactId>
<packaging>pom</packaging>
diff --git a/ecosystem/tracing/pom.xml b/ecosystem/tracing/pom.xml
index 0e7c87157..92127a002 100644
--- a/ecosystem/tracing/pom.xml
+++ b/ecosystem/tracing/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-ecosystem</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-tracing</artifactId>
<packaging>pom</packaging>
diff --git a/ecosystem/tracing/rdb/pom.xml b/ecosystem/tracing/rdb/pom.xml
index 840e367da..db2a4aa74 100644
--- a/ecosystem/tracing/rdb/pom.xml
+++ b/ecosystem/tracing/rdb/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-tracing</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-tracing-rdb</artifactId>
<name>${project.artifactId}</name>
diff --git a/examples/pom.xml b/examples/pom.xml
index 90a1d1485..a5a7b9038 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -36,7 +36,7 @@
</modules>
<properties>
- <revision>3.1.0-SNAPSHOT</revision>
+ <revision>3.0.5-SNAPSHOT</revision>
<java.version>1.8</java.version>
<curator.version>5.9.0</curator.version>
diff --git a/kernel/pom.xml b/kernel/pom.xml
index c507ec7e3..d292d7305 100644
--- a/kernel/pom.xml
+++ b/kernel/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-kernel</artifactId>
<name>${project.artifactId}</name>
diff --git a/lifecycle/pom.xml b/lifecycle/pom.xml
index 34ec6bab3..4a120e826 100644
--- a/lifecycle/pom.xml
+++ b/lifecycle/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-lifecycle</artifactId>
<name>${project.artifactId}</name>
diff --git a/pom.xml b/pom.xml
index f3c37b1e6..c67f4e772 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
</parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Elastic Job</name>
<description>Distributed scheduled job</description>
diff --git a/reachability-metadata/pom.xml b/reachability-metadata/pom.xml
index 29ddf18b6..c27615847 100644
--- a/reachability-metadata/pom.xml
+++ b/reachability-metadata/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-reachability-metadata</artifactId>
<name>${project.artifactId}</name>
diff --git a/registry-center/api/pom.xml b/registry-center/api/pom.xml
index a5a5ef9d7..124914a13 100644
--- a/registry-center/api/pom.xml
+++ b/registry-center/api/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-registry-center</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-registry-center-api</artifactId>
<name>${project.artifactId}</name>
diff --git a/registry-center/pom.xml b/registry-center/pom.xml
index bac7be6a3..5fc3425ab 100644
--- a/registry-center/pom.xml
+++ b/registry-center/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-registry-center</artifactId>
<packaging>pom</packaging>
diff --git a/registry-center/provider/pom.xml b/registry-center/provider/pom.xml
index a04be6a07..2eabc7227 100644
--- a/registry-center/provider/pom.xml
+++ b/registry-center/provider/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-registry-center</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-regitry-center-provider</artifactId>
<packaging>pom</packaging>
diff --git a/registry-center/provider/zookeeper-curator/pom.xml
b/registry-center/provider/zookeeper-curator/pom.xml
index 97609432a..82568c275 100644
--- a/registry-center/provider/zookeeper-curator/pom.xml
+++ b/registry-center/provider/zookeeper-curator/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-regitry-center-provider</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-registry-center-zookeeper-curator</artifactId>
<name>${project.artifactId}</name>
diff --git a/restful/pom.xml b/restful/pom.xml
index eccb64caf..3b33520b5 100644
--- a/restful/pom.xml
+++ b/restful/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-restful</artifactId>
<name>${project.artifactId}</name>
diff --git a/spring/boot-starter/pom.xml b/spring/boot-starter/pom.xml
index f685104a7..62e4364f5 100644
--- a/spring/boot-starter/pom.xml
+++ b/spring/boot-starter/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-spring</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-spring-boot-starter</artifactId>
<name>${project.artifactId}</name>
diff --git a/spring/core/pom.xml b/spring/core/pom.xml
index dbc3b8c1b..a9c7ab894 100644
--- a/spring/core/pom.xml
+++ b/spring/core/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-spring</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-spring-core</artifactId>
<name>${project.artifactId}</name>
diff --git a/spring/namespace/pom.xml b/spring/namespace/pom.xml
index 83a3a8ae4..1796e1038 100644
--- a/spring/namespace/pom.xml
+++ b/spring/namespace/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-spring</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-spring-namespace</artifactId>
<name>${project.artifactId}</name>
diff --git a/spring/pom.xml b/spring/pom.xml
index 8a2b74f2d..9a2a3e25f 100644
--- a/spring/pom.xml
+++ b/spring/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-spring</artifactId>
<packaging>pom</packaging>
diff --git a/test/e2e/pom.xml b/test/e2e/pom.xml
index 5104bd26b..6ec5eede8 100644
--- a/test/e2e/pom.xml
+++ b/test/e2e/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-test</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-test-e2e</artifactId>
<name>${project.artifactId}</name>
diff --git a/test/native/pom.xml b/test/native/pom.xml
index 6bc78364b..362757038 100644
--- a/test/native/pom.xml
+++ b/test/native/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-test</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-test-native</artifactId>
<name>${project.artifactId}</name>
diff --git a/test/pom.xml b/test/pom.xml
index 460ae982d..86633071a 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-test</artifactId>
<packaging>pom</packaging>
diff --git a/test/util/pom.xml b/test/util/pom.xml
index 272a0e545..9e1651ede 100644
--- a/test/util/pom.xml
+++ b/test/util/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-test</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.5-SNAPSHOT</version>
</parent>
<artifactId>elasticjob-test-util</artifactId>
<name>${project.artifactId}</name>