This is an automated email from the ASF dual-hosted git repository. jianglongtao pushed a commit to branch 3.0.5-release in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git
commit dc6ff16e5337dbe44a44f97689b1c4eade4a86c8 Author: RaigorJiang <[email protected]> AuthorDate: Sun Feb 1 00:04:05 2026 +0800 [maven-release-plugin] prepare release elasticjob-3.0.5 --- 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 +- kernel/pom.xml | 2 +- lifecycle/pom.xml | 2 +- pom.xml | 4 ++-- 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 +- 35 files changed, 36 insertions(+), 36 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index ee1712f0a..a71157ad2 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.0.5-SNAPSHOT</version> + <version>3.0.5</version> </parent> <artifactId>elasticjob-api</artifactId> <name>${project.artifactId}</name> diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml index 790e68f2c..e003bfb87 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.0.5-SNAPSHOT</version> + <version>3.0.5</version> </parent> <artifactId>elasticjob-bootstrap</artifactId> <name>${project.artifactId}</name> diff --git a/distribution/bin/pom.xml b/distribution/bin/pom.xml index 02d50c019..00fe0bf09 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.0.5-SNAPSHOT</version> + <version>3.0.5</version> </parent> <artifactId>elasticjob-bin-distribution</artifactId> <packaging>pom</packaging> diff --git a/distribution/pom.xml b/distribution/pom.xml index 0eb378933..fe36c73b1 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.0.5-SNAPSHOT</version> + <version>3.0.5</version> </parent> <artifactId>elasticjob-distribution</artifactId> <packaging>pom</packaging> diff --git a/distribution/src/pom.xml b/distribution/src/pom.xml index 66e551082..5e3934f11 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.0.5-SNAPSHOT</version> + <version>3.0.5</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 1d06394cc..9bc984304 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.0.5-SNAPSHOT</version> + <version>3.0.5</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 80860abfd..b79aedf10 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.0.5-SNAPSHOT</version> + <version>3.0.5</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 bedbf58e3..5974c7bc4 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.0.5-SNAPSHOT</version> + <version>3.0.5</version> </parent> <artifactId>elasticjob-error-handler-normal</artifactId> diff --git a/ecosystem/error-handler/pom.xml b/ecosystem/error-handler/pom.xml index e072840f5..d1bccf0a3 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.0.5-SNAPSHOT</version> + <version>3.0.5</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 3ce9a5a0a..c0cb7173d 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.0.5-SNAPSHOT</version> + <version>3.0.5</version> </parent> <artifactId>elasticjob-error-handler-wechat</artifactId> diff --git a/ecosystem/executor/dataflow/pom.xml b/ecosystem/executor/dataflow/pom.xml index b4f492063..120621787 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.0.5-SNAPSHOT</version> + <version>3.0.5</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 9c5b048ed..9381fe144 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.0.5-SNAPSHOT</version> + <version>3.0.5</version> </parent> <artifactId>elasticjob-http-executor</artifactId> <name>${project.artifactId}</name> diff --git a/ecosystem/executor/pom.xml b/ecosystem/executor/pom.xml index 8827b0093..a76a41e34 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.0.5-SNAPSHOT</version> + <version>3.0.5</version> </parent> <artifactId>elasticjob-executor</artifactId> <packaging>pom</packaging> diff --git a/ecosystem/executor/script/pom.xml b/ecosystem/executor/script/pom.xml index 1f9046fd7..04b284482 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.0.5-SNAPSHOT</version> + <version>3.0.5</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 5d8965527..631fbcbd2 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.0.5-SNAPSHOT</version> + <version>3.0.5</version> </parent> <artifactId>elasticjob-simple-executor</artifactId> <name>${project.artifactId}</name> diff --git a/ecosystem/pom.xml b/ecosystem/pom.xml index c096cf247..a9275178c 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.0.5-SNAPSHOT</version> + <version>3.0.5</version> </parent> <artifactId>elasticjob-ecosystem</artifactId> <packaging>pom</packaging> diff --git a/ecosystem/tracing/pom.xml b/ecosystem/tracing/pom.xml index 92127a002..0e6c9eb47 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.0.5-SNAPSHOT</version> + <version>3.0.5</version> </parent> <artifactId>elasticjob-tracing</artifactId> <packaging>pom</packaging> diff --git a/ecosystem/tracing/rdb/pom.xml b/ecosystem/tracing/rdb/pom.xml index db2a4aa74..01bdc4d14 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.0.5-SNAPSHOT</version> + <version>3.0.5</version> </parent> <artifactId>elasticjob-tracing-rdb</artifactId> <name>${project.artifactId}</name> diff --git a/kernel/pom.xml b/kernel/pom.xml index d292d7305..0f31a0c49 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.0.5-SNAPSHOT</version> + <version>3.0.5</version> </parent> <artifactId>elasticjob-kernel</artifactId> <name>${project.artifactId}</name> diff --git a/lifecycle/pom.xml b/lifecycle/pom.xml index 4a120e826..c075f49ea 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.0.5-SNAPSHOT</version> + <version>3.0.5</version> </parent> <artifactId>elasticjob-lifecycle</artifactId> <name>${project.artifactId}</name> diff --git a/pom.xml b/pom.xml index c67f4e772..a3b048d11 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ </parent> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob</artifactId> - <version>3.0.5-SNAPSHOT</version> + <version>3.0.5</version> <packaging>pom</packaging> <name>Elastic Job</name> <description>Distributed scheduled job</description> @@ -752,7 +752,7 @@ <connection>scm:git:https://github.com/apache/shardingsphere-elasticjob.git</connection> <developerConnection>scm:git:https://github.com/apache/shardingsphere-elasticjob.git</developerConnection> <url>https://github.com/apache/shardingsphere-elasticjob.git</url> - <tag>HEAD</tag> + <tag>elasticjob-3.0.5</tag> </scm> <profiles> diff --git a/reachability-metadata/pom.xml b/reachability-metadata/pom.xml index c27615847..905f1de84 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.0.5-SNAPSHOT</version> + <version>3.0.5</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 124914a13..b467d69f7 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.0.5-SNAPSHOT</version> + <version>3.0.5</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 5fc3425ab..60bc3db2d 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.0.5-SNAPSHOT</version> + <version>3.0.5</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 2eabc7227..8f7c04c8b 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.0.5-SNAPSHOT</version> + <version>3.0.5</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 82568c275..1980a87c9 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.0.5-SNAPSHOT</version> + <version>3.0.5</version> </parent> <artifactId>elasticjob-registry-center-zookeeper-curator</artifactId> <name>${project.artifactId}</name> diff --git a/restful/pom.xml b/restful/pom.xml index 3b33520b5..4f8e80a35 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.0.5-SNAPSHOT</version> + <version>3.0.5</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 62e4364f5..3b1a8765f 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.0.5-SNAPSHOT</version> + <version>3.0.5</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 a9c7ab894..6dbdbd6d5 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.0.5-SNAPSHOT</version> + <version>3.0.5</version> </parent> <artifactId>elasticjob-spring-core</artifactId> <name>${project.artifactId}</name> diff --git a/spring/namespace/pom.xml b/spring/namespace/pom.xml index 1796e1038..9f1f06eb1 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.0.5-SNAPSHOT</version> + <version>3.0.5</version> </parent> <artifactId>elasticjob-spring-namespace</artifactId> <name>${project.artifactId}</name> diff --git a/spring/pom.xml b/spring/pom.xml index 9a2a3e25f..678a87496 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.0.5-SNAPSHOT</version> + <version>3.0.5</version> </parent> <artifactId>elasticjob-spring</artifactId> <packaging>pom</packaging> diff --git a/test/e2e/pom.xml b/test/e2e/pom.xml index 6ec5eede8..3872a1fe3 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.0.5-SNAPSHOT</version> + <version>3.0.5</version> </parent> <artifactId>elasticjob-test-e2e</artifactId> <name>${project.artifactId}</name> diff --git a/test/native/pom.xml b/test/native/pom.xml index 362757038..592dd99f9 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.0.5-SNAPSHOT</version> + <version>3.0.5</version> </parent> <artifactId>elasticjob-test-native</artifactId> <name>${project.artifactId}</name> diff --git a/test/pom.xml b/test/pom.xml index 86633071a..0d1dce031 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.0.5-SNAPSHOT</version> + <version>3.0.5</version> </parent> <artifactId>elasticjob-test</artifactId> <packaging>pom</packaging> diff --git a/test/util/pom.xml b/test/util/pom.xml index 9e1651ede..bed19c67a 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.0.5-SNAPSHOT</version> + <version>3.0.5</version> </parent> <artifactId>elasticjob-test-util</artifactId> <name>${project.artifactId}</name>
