Merge 5.5.0 release to master (#31075)

* Change example project version to 5.5.0 for release (#30907)

* Update release note for 5.5.0 (#30909)

* Update release note for 5.5.0

* Update verison

* Fix table meta data not update when use refresh table metadata (#30913) (#30914)

* Update README and downloads link for release (#30915)

* Update the year in NOTICE from 2023 to 2024

* [maven-release-plugin] prepare release 5.5.0

* [maven-release-plugin] prepare for next development iteration

* Update revision to 5.5.1-SNAPSHOT in example

---------

Co-authored-by: zhaojinchao <zhaojinchao@apache.org>
diff --git a/NOTICE b/NOTICE
index 189ea35..2a65838 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache ShardingSphere
-Copyright 2018-2023 The Apache Software Foundation
+Copyright 2018-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/README.md b/README.md
index 8e656f6..ee48d2f 100644
--- a/README.md
+++ b/README.md
@@ -88,13 +88,13 @@
 
 <hr>
 
-:white_check_mark: Version 5.4.1: released :tada:
+:white_check_mark: Version 5.5.0: released :tada:
 
 🔗 For the release notes, follow this link to the relevant [GitHub page](https://github.com/apache/shardingsphere/blob/master/RELEASE-NOTES.md).
 
-:soon: Version 5.4.2
+:soon: Version 5.5.1
 
-We are currently working towards our 5.4.2 milestone.
+We are currently working towards our 5.5.1 milestone.
 Keep an eye on the [milestones page](https://github.com/apache/shardingsphere/milestones) of this repo to stay up to date.
 
 [comment]: <> (##)
diff --git a/README_ZH.md b/README_ZH.md
index fe401c8..9d76533 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -82,13 +82,13 @@
 
 <hr>
 
-:white_check_mark: Version 5.4.1: 已发布 :tada:
+:white_check_mark: Version 5.5.0: 已发布 :tada:
 
 🔗 请访问 [发布说明](https://github.com/apache/shardingsphere/blob/master/RELEASE-NOTES.md) 获得更详细的信息.
 
-:soon: Version 5.4.2
+:soon: Version 5.5.1
 
-我们目前正在开发 5.4.2 里程碑。
+我们目前正在开发 5.5.1 里程碑。
 请访问[里程碑](https://github.com/apache/shardingsphere/milestones) 获取最新信息。
 
 ##
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 925c1e2..5a81fb0 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,3 +1,69 @@
+## Release 5.5.0
+
+### API Change
+1. Proxy: Remove the outdated schemaName configuration of the Proxy
+2. Kernel: Remove the sqlCommentParseEnabled configuration in SQL Parser Rule to reduce code complexity
+3. SQL Parser: Consider removing sqlCommentParseEnabled config in SQLParser rule
+4. Federation: Add allQueryUseSQLFederation config for sql federation
+
+### New Feature
+1. DistSQL: New syntax for query plugin (SPI) implementation
+1. DistSQL: New syntax for managing SQL_TRANSLATOR rule
+
+### Enhancement
+1. Pipeline: Improve CDC stability and performance
+1. Pipeline: MemoryPipelineChannel supports configurable zero queue size for less memory consumption
+1. Pipeline: Show dedicated error when mode type is not Cluster
+1. Authority: Add isSuper option for user
+1. Pipeline: Ignore error message in status DistSQL result on job cancelling
+1. DistSQL: Use JSON format to output props in RQL
+1. DistSQL: Optimize REFRESH DATABASE METADATA logic
+1. DistSQL: SHOW COMPUTE NODES supports JDBC nodes
+1. DistSQL: Optimize syntax of REFRESH DATABASE METADATA
+1. DistSQL: Optimize the output of SHOW TABLE METADATA
+1. Proxy: Add MySQL precompiled parameter verification to avoid turning on rewriteBatchedStatements=true when BenchmarkSQL connects to Proxy, causing an ArrayIndexOutOfBoundsException exception when the Proxy parameterCount exceeds 65535.
+1. SQL Parser: Add EOF to throw exception when parse distsql rollback migration statement
+1. SQL Parser: Support more plsql statement parse and add plsql parse assert logic
+1. SQL Parser: Support parse index hint
+1. SQL Parser: Support mysql intersect combine operation sql parse
+1. SQL Parser: Supoort parse chinese white space for oracle
+1. SQL Parser: Fix mysql TimeStampDiff function parse
+1. SQL Parser: Fix sqlServer unqualified shorthand parsing
+1. SQL Parser: Support sqlServer SEARCH unreserved word parsing
+1. SQL Parser: Add sql server MEMBER unreserved word
+1. Binder: Add ParameterMarkerSegmentBinder logic for Oracle MergeStatementBinder
+1. Federation: Support mysql cross join statement for sql federation
+1. Transaction: Add advice message in XATransactionCheckPrivilegeFailedException
+1. Sharding: Validate duplicate sharding actual data nodes
+1. Sharding: Support null condition value routing
+1. Proxy: Fix mysql client multi statements option in protocol
+
+### Bug Fix
+1. Pipeline: Fix commit/rollback migration job doesn't drop related consistency check job when check job is not completed
+1. Pipeline: Fix show consistency check status stop_time display
+1. Proxy: Restore original databaseName in connectionSession after unicast
+1. Proxy: Fix show tables can be executed without use database
+1. Proxy: Fix the incorrect current database after unicast routing
+1. Proxy: Fix the problem that show tables can be executed before use database
+1. Readwrite-splitting: Fix check exception when using shadow data source
+1. Governance: Fix thread blocking problem when create logic database for Etcd register center
+1. Governance:Fix register storage units and create feature rules failure when use Standalone mode
+1. MetaData: Fix database system schema is not built when create database
+1. Metadata: Fix NPE of system schema builder rule
+1. SQL Parser: Fix PostgreSQL NPE when parse columnRef
+1. SQL Parser: Fix npe cause by parse MySQL select window statement
+1. Sharding: Fix routing error when joining tables in uppercase
+1. Sharding: Fix drop sharding table exception when table name is uppercase
+1. Sharding: Fix generated key with upper case column name
+1. Federation: Fix Object 'DUAL' not found exception when execute select 1 from dual with sql federation
+1. Transaction: Fix xa auto commit in executeQuery
+1. Proxy: Fix multi statements with specified database name
+
+### Change Log
+
+1. [MILESTONE](https://github.com/apache/shardingsphere/milestone/28)
+
+
 ## Release 5.4.1
 
 ### New Feature
diff --git a/agent/api/pom.xml b/agent/api/pom.xml
index 02c1c24..704baf9 100644
--- a/agent/api/pom.xml
+++ b/agent/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-agent</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-agent-api</artifactId>
     <name>${project.artifactId}</name>
diff --git a/agent/core/pom.xml b/agent/core/pom.xml
index ae4eb7d..cca9547 100644
--- a/agent/core/pom.xml
+++ b/agent/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-agent</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-agent-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/agent/plugins/core/pom.xml b/agent/plugins/core/pom.xml
index 7da8d74..e52387b 100644
--- a/agent/plugins/core/pom.xml
+++ b/agent/plugins/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-agent-plugins</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-agent-plugin-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/agent/plugins/logging/pom.xml b/agent/plugins/logging/pom.xml
index 01fb6ec..0da7f37 100644
--- a/agent/plugins/logging/pom.xml
+++ b/agent/plugins/logging/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-agent-plugins</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-agent-plugin-logging</artifactId>
     <packaging>pom</packaging>
diff --git a/agent/plugins/logging/type/file/pom.xml b/agent/plugins/logging/type/file/pom.xml
index d0ce770..7bddc55 100644
--- a/agent/plugins/logging/type/file/pom.xml
+++ b/agent/plugins/logging/type/file/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-agent-logging-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-agent-logging-file</artifactId>
     <name>${project.artifactId}</name>
diff --git a/agent/plugins/logging/type/pom.xml b/agent/plugins/logging/type/pom.xml
index 03f1ac1..7fb00e9 100644
--- a/agent/plugins/logging/type/pom.xml
+++ b/agent/plugins/logging/type/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-agent-plugin-logging</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-agent-logging-type</artifactId>
     <packaging>pom</packaging>
diff --git a/agent/plugins/metrics/core/pom.xml b/agent/plugins/metrics/core/pom.xml
index 25d5f8b..07c0d52 100644
--- a/agent/plugins/metrics/core/pom.xml
+++ b/agent/plugins/metrics/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-agent-plugin-metrics</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-agent-metrics-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/agent/plugins/metrics/pom.xml b/agent/plugins/metrics/pom.xml
index a8ef382..6272d5e 100644
--- a/agent/plugins/metrics/pom.xml
+++ b/agent/plugins/metrics/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-agent-plugins</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-agent-plugin-metrics</artifactId>
     <packaging>pom</packaging>
diff --git a/agent/plugins/metrics/type/pom.xml b/agent/plugins/metrics/type/pom.xml
index 928705d..4ec9797 100644
--- a/agent/plugins/metrics/type/pom.xml
+++ b/agent/plugins/metrics/type/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-agent-plugin-metrics</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-agent-metrics-type</artifactId>
     <packaging>pom</packaging>
diff --git a/agent/plugins/metrics/type/prometheus/pom.xml b/agent/plugins/metrics/type/prometheus/pom.xml
index 45b868d..c7a4081 100644
--- a/agent/plugins/metrics/type/prometheus/pom.xml
+++ b/agent/plugins/metrics/type/prometheus/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-agent-metrics-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-agent-metrics-prometheus</artifactId>
     <name>${project.artifactId}</name>
diff --git a/agent/plugins/pom.xml b/agent/plugins/pom.xml
index 393d7d9..5a7c83e 100644
--- a/agent/plugins/pom.xml
+++ b/agent/plugins/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-agent</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-agent-plugins</artifactId>
     <packaging>pom</packaging>
diff --git a/agent/plugins/tracing/core/pom.xml b/agent/plugins/tracing/core/pom.xml
index 7a888a0..e8d333d 100644
--- a/agent/plugins/tracing/core/pom.xml
+++ b/agent/plugins/tracing/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-agent-plugin-tracing</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-agent-tracing-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/agent/plugins/tracing/pom.xml b/agent/plugins/tracing/pom.xml
index b1ab3d9..342c808 100644
--- a/agent/plugins/tracing/pom.xml
+++ b/agent/plugins/tracing/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-agent-plugins</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-agent-plugin-tracing</artifactId>
     <packaging>pom</packaging>
diff --git a/agent/plugins/tracing/type/opentelemetry/pom.xml b/agent/plugins/tracing/type/opentelemetry/pom.xml
index 78ba3b5..c63c0d4 100644
--- a/agent/plugins/tracing/type/opentelemetry/pom.xml
+++ b/agent/plugins/tracing/type/opentelemetry/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-agent-tracing-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-agent-tracing-opentelemetry</artifactId>
     <name>${project.artifactId}</name>
diff --git a/agent/plugins/tracing/type/pom.xml b/agent/plugins/tracing/type/pom.xml
index 6638e3c..6649f68 100644
--- a/agent/plugins/tracing/type/pom.xml
+++ b/agent/plugins/tracing/type/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-agent-plugin-tracing</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-agent-tracing-type</artifactId>
     <packaging>pom</packaging>
diff --git a/agent/pom.xml b/agent/pom.xml
index ae07ea1..9d9e37f 100644
--- a/agent/pom.xml
+++ b/agent/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-agent</artifactId>
     <packaging>pom</packaging>
diff --git a/db-protocol/core/pom.xml b/db-protocol/core/pom.xml
index 10fb209..89f7d59 100644
--- a/db-protocol/core/pom.xml
+++ b/db-protocol/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-db-protocol</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-db-protocol-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/db-protocol/mysql/pom.xml b/db-protocol/mysql/pom.xml
index 59c6206..02562cf 100644
--- a/db-protocol/mysql/pom.xml
+++ b/db-protocol/mysql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-db-protocol</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-mysql-protocol</artifactId>
     <name>${project.artifactId}</name>
diff --git a/db-protocol/opengauss/pom.xml b/db-protocol/opengauss/pom.xml
index a1aa6d0..3492eb7 100644
--- a/db-protocol/opengauss/pom.xml
+++ b/db-protocol/opengauss/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-db-protocol</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-opengauss-protocol</artifactId>
     <name>${project.artifactId}</name>
diff --git a/db-protocol/pom.xml b/db-protocol/pom.xml
index 8932c85..eee92ac 100644
--- a/db-protocol/pom.xml
+++ b/db-protocol/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-db-protocol</artifactId>
     <packaging>pom</packaging>
diff --git a/db-protocol/postgresql/pom.xml b/db-protocol/postgresql/pom.xml
index dca5810..39a4585 100644
--- a/db-protocol/postgresql/pom.xml
+++ b/db-protocol/postgresql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-db-protocol</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-postgresql-protocol</artifactId>
     <name>${project.artifactId}</name>
diff --git a/distribution/agent/pom.xml b/distribution/agent/pom.xml
index 4b922a3..1b68b5c 100644
--- a/distribution/agent/pom.xml
+++ b/distribution/agent/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-distribution</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-agent-distribution</artifactId>
     <packaging>pom</packaging>
diff --git a/distribution/jdbc/pom.xml b/distribution/jdbc/pom.xml
index d2fc329..3d589c1 100644
--- a/distribution/jdbc/pom.xml
+++ b/distribution/jdbc/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-distribution</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-jdbc-distribution</artifactId>
     <packaging>pom</packaging>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 65ba928..ddb8d87 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-distribution</artifactId>
     <packaging>pom</packaging>
diff --git a/distribution/proxy-native/pom.xml b/distribution/proxy-native/pom.xml
index 48d7c80..47da6f6 100644
--- a/distribution/proxy-native/pom.xml
+++ b/distribution/proxy-native/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-distribution</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     
     <artifactId>shardingsphere-proxy-native-distribution</artifactId>
diff --git a/distribution/proxy/pom.xml b/distribution/proxy/pom.xml
index f0cc35b..c16ebd5 100644
--- a/distribution/proxy/pom.xml
+++ b/distribution/proxy/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-distribution</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-proxy-distribution</artifactId>
     <packaging>pom</packaging>
diff --git a/distribution/proxy/src/main/release-docs/NOTICE b/distribution/proxy/src/main/release-docs/NOTICE
index 4a9d35b..3ed1453 100644
--- a/distribution/proxy/src/main/release-docs/NOTICE
+++ b/distribution/proxy/src/main/release-docs/NOTICE
@@ -1,5 +1,5 @@
 Apache ShardingSphere
-Copyright 2018-2023 The Apache Software Foundation
+Copyright 2018-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/distribution/src/pom.xml b/distribution/src/pom.xml
index 5f21042..0c7dd42 100644
--- a/distribution/src/pom.xml
+++ b/distribution/src/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-distribution</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-src-distribution</artifactId>
     <packaging>pom</packaging>
diff --git a/docs/document/content/downloads/_index.cn.md b/docs/document/content/downloads/_index.cn.md
index 690fa02..b84d534 100644
--- a/docs/document/content/downloads/_index.cn.md
+++ b/docs/document/content/downloads/_index.cn.md
@@ -11,12 +11,12 @@
 Apache ShardingSphere 的发布版包括源码包及其对应的二进制包。
 由于下载内容分布在镜像服务器上,所以下载后应该进行 GPG 或 SHA-512 校验,以此来保证内容没有被篡改。
 
-##### Apache ShardingSphere - 版本: 5.4.1 ( 发布日期: October 18th, 2023 )
+##### Apache ShardingSphere - 版本: 5.5.0 ( 发布日期: April 23rd, 2024 )
 
-- 源码: [<u>SRC</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-src.zip) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-src.zip.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-src.zip.sha512) )
-- ShardingSphere-JDBC 二进制包: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-jdbc-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-jdbc-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-jdbc-bin.tar.gz.sha512) )
-- ShardingSphere-Proxy 二进制包: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-proxy-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-proxy-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-proxy-bin.tar.gz.sha512) )
-- ShardingSphere-Agent 二进制包: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-agent-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-agent-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-agent-bin.tar.gz.sha512) )
+- 源码: [<u>SRC</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-src.zip) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-src.zip.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-src.zip.sha512) )
+- ShardingSphere-JDBC 二进制包: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-jdbc-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-jdbc-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-jdbc-bin.tar.gz.sha512) )
+- ShardingSphere-Proxy 二进制包: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-proxy-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-proxy-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-proxy-bin.tar.gz.sha512) )
+- ShardingSphere-Agent 二进制包: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-agent-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-agent-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-agent-bin.tar.gz.sha512) )
 
 ## 全部版本
 
diff --git a/docs/document/content/downloads/_index.en.md b/docs/document/content/downloads/_index.en.md
index 6421814..90a3959 100644
--- a/docs/document/content/downloads/_index.en.md
+++ b/docs/document/content/downloads/_index.en.md
@@ -11,12 +11,12 @@
 Apache ShardingSphere is released as source code tarballs with corresponding binary tarballs for convenience.
 The downloads are distributed via mirror sites and should be checked for tampering using GPG or SHA-512.
 
-##### Apache ShardingSphere - Version: 5.4.1 ( Release Date: October 18th, 2023 )
+##### Apache ShardingSphere - Version: 5.5.0 ( Release Date: April 23rd, 2024 )
 
-- Source Codes: [<u>SRC</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-src.zip) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-src.zip.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-src.zip.sha512) )
-- ShardingSphere-JDBC Binary Distribution: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-jdbc-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-jdbc-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-jdbc-bin.tar.gz.sha512) )
-- ShardingSphere-Proxy Binary Distribution: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-proxy-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-proxy-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-proxy-bin.tar.gz.sha512) )
-- ShardingSphere-Agent Binary Distribution: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-agent-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-agent-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-agent-bin.tar.gz.sha512) )
+- Source Codes: [<u>SRC</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-src.zip) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-src.zip.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-src.zip.sha512) )
+- ShardingSphere-JDBC Binary Distribution: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-jdbc-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-jdbc-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-jdbc-bin.tar.gz.sha512) )
+- ShardingSphere-Proxy Binary Distribution: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-proxy-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-proxy-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-proxy-bin.tar.gz.sha512) )
+- ShardingSphere-Agent Binary Distribution: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-agent-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-agent-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-agent-bin.tar.gz.sha512) )
 
 ## All Releases
 
diff --git a/examples/pom.xml b/examples/pom.xml
index 67362a9..5f5fed3 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -32,7 +32,7 @@
     </modules>
     
     <properties>
-        <revision>5.4.2-SNAPSHOT</revision>
+        <revision>5.5.1-SNAPSHOT</revision>
         <java.version>1.8</java.version>
         <maven.version.range>[3.0.4,)</maven.version.range>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/features/broadcast/api/pom.xml b/features/broadcast/api/pom.xml
index 62f050d..1469d38 100644
--- a/features/broadcast/api/pom.xml
+++ b/features/broadcast/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-broadcast</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-broadcast-api</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/broadcast/core/pom.xml b/features/broadcast/core/pom.xml
index 1296a3d..1e8ad29 100644
--- a/features/broadcast/core/pom.xml
+++ b/features/broadcast/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-broadcast</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-broadcast-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/broadcast/distsql/handler/pom.xml b/features/broadcast/distsql/handler/pom.xml
index 8b82ffd..c36c235 100644
--- a/features/broadcast/distsql/handler/pom.xml
+++ b/features/broadcast/distsql/handler/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-broadcast-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-broadcast-distsql-handler</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/broadcast/distsql/parser/pom.xml b/features/broadcast/distsql/parser/pom.xml
index 9f97ce9..c673b3d 100644
--- a/features/broadcast/distsql/parser/pom.xml
+++ b/features/broadcast/distsql/parser/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-broadcast-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-broadcast-distsql-parser</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/broadcast/distsql/pom.xml b/features/broadcast/distsql/pom.xml
index a2cd610..d37e53b 100644
--- a/features/broadcast/distsql/pom.xml
+++ b/features/broadcast/distsql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-broadcast</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-broadcast-distsql</artifactId>
     <packaging>pom</packaging>
diff --git a/features/broadcast/distsql/statement/pom.xml b/features/broadcast/distsql/statement/pom.xml
index 5005df8..c864405 100644
--- a/features/broadcast/distsql/statement/pom.xml
+++ b/features/broadcast/distsql/statement/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-broadcast-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-broadcast-distsql-statement</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/broadcast/pom.xml b/features/broadcast/pom.xml
index e26a104..8147209 100644
--- a/features/broadcast/pom.xml
+++ b/features/broadcast/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-features</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-broadcast</artifactId>
     <packaging>pom</packaging>
diff --git a/features/encrypt/api/pom.xml b/features/encrypt/api/pom.xml
index 0920923..f7c3e08 100644
--- a/features/encrypt/api/pom.xml
+++ b/features/encrypt/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-encrypt</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-encrypt-api</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/encrypt/core/pom.xml b/features/encrypt/core/pom.xml
index b357579..207d476 100644
--- a/features/encrypt/core/pom.xml
+++ b/features/encrypt/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-encrypt</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-encrypt-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/encrypt/distsql/handler/pom.xml b/features/encrypt/distsql/handler/pom.xml
index e078a0f..e98129a 100644
--- a/features/encrypt/distsql/handler/pom.xml
+++ b/features/encrypt/distsql/handler/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-encrypt-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-encrypt-distsql-handler</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/encrypt/distsql/parser/pom.xml b/features/encrypt/distsql/parser/pom.xml
index 37ccab9..d9c56a0 100644
--- a/features/encrypt/distsql/parser/pom.xml
+++ b/features/encrypt/distsql/parser/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-encrypt-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-encrypt-distsql-parser</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/encrypt/distsql/pom.xml b/features/encrypt/distsql/pom.xml
index 15b0d96..4e1f481 100644
--- a/features/encrypt/distsql/pom.xml
+++ b/features/encrypt/distsql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-encrypt</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-encrypt-distsql</artifactId>
     <packaging>pom</packaging>
diff --git a/features/encrypt/distsql/statement/pom.xml b/features/encrypt/distsql/statement/pom.xml
index cba9cb9..b443a39 100644
--- a/features/encrypt/distsql/statement/pom.xml
+++ b/features/encrypt/distsql/statement/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-encrypt-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-encrypt-distsql-statement</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/encrypt/pom.xml b/features/encrypt/pom.xml
index 582f77c..99a0df8 100644
--- a/features/encrypt/pom.xml
+++ b/features/encrypt/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-features</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-encrypt</artifactId>
     <packaging>pom</packaging>
diff --git a/features/mask/api/pom.xml b/features/mask/api/pom.xml
index d3827f5..af83db4 100644
--- a/features/mask/api/pom.xml
+++ b/features/mask/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-mask</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-mask-api</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/mask/core/pom.xml b/features/mask/core/pom.xml
index e851a3e..99ebc61 100644
--- a/features/mask/core/pom.xml
+++ b/features/mask/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-mask</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-mask-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/mask/distsql/handler/pom.xml b/features/mask/distsql/handler/pom.xml
index 4c23d0e..09916f0 100644
--- a/features/mask/distsql/handler/pom.xml
+++ b/features/mask/distsql/handler/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-mask-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-mask-distsql-handler</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/mask/distsql/parser/pom.xml b/features/mask/distsql/parser/pom.xml
index accda85..c232955 100644
--- a/features/mask/distsql/parser/pom.xml
+++ b/features/mask/distsql/parser/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-mask-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-mask-distsql-parser</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/mask/distsql/pom.xml b/features/mask/distsql/pom.xml
index 33b7557..8b21340 100644
--- a/features/mask/distsql/pom.xml
+++ b/features/mask/distsql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-mask</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-mask-distsql</artifactId>
     <packaging>pom</packaging>
diff --git a/features/mask/distsql/statement/pom.xml b/features/mask/distsql/statement/pom.xml
index 13ebe9a..96d922b 100644
--- a/features/mask/distsql/statement/pom.xml
+++ b/features/mask/distsql/statement/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-mask-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-mask-distsql-statement</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/mask/pom.xml b/features/mask/pom.xml
index beef0a3..78c6424 100644
--- a/features/mask/pom.xml
+++ b/features/mask/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-features</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-mask</artifactId>
     <packaging>pom</packaging>
diff --git a/features/pom.xml b/features/pom.xml
index dce690f..3d44bdd 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-features</artifactId>
     <packaging>pom</packaging>
diff --git a/features/readwrite-splitting/api/pom.xml b/features/readwrite-splitting/api/pom.xml
index 7822a34..539eb9c 100644
--- a/features/readwrite-splitting/api/pom.xml
+++ b/features/readwrite-splitting/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-readwrite-splitting</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-readwrite-splitting-api</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/readwrite-splitting/core/pom.xml b/features/readwrite-splitting/core/pom.xml
index cf71068..ecc12b8 100644
--- a/features/readwrite-splitting/core/pom.xml
+++ b/features/readwrite-splitting/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-readwrite-splitting</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-readwrite-splitting-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/readwrite-splitting/distsql/handler/pom.xml b/features/readwrite-splitting/distsql/handler/pom.xml
index c097227..d0a824e 100644
--- a/features/readwrite-splitting/distsql/handler/pom.xml
+++ b/features/readwrite-splitting/distsql/handler/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-readwrite-splitting-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-readwrite-splitting-distsql-handler</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/readwrite-splitting/distsql/parser/pom.xml b/features/readwrite-splitting/distsql/parser/pom.xml
index 86c41e7..30b7822 100644
--- a/features/readwrite-splitting/distsql/parser/pom.xml
+++ b/features/readwrite-splitting/distsql/parser/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-readwrite-splitting-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-readwrite-splitting-distsql-parser</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/readwrite-splitting/distsql/pom.xml b/features/readwrite-splitting/distsql/pom.xml
index 17d17aa..6258b46 100644
--- a/features/readwrite-splitting/distsql/pom.xml
+++ b/features/readwrite-splitting/distsql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-readwrite-splitting</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-readwrite-splitting-distsql</artifactId>
     <packaging>pom</packaging>
diff --git a/features/readwrite-splitting/distsql/statement/pom.xml b/features/readwrite-splitting/distsql/statement/pom.xml
index 3c4d441..3c838bc 100644
--- a/features/readwrite-splitting/distsql/statement/pom.xml
+++ b/features/readwrite-splitting/distsql/statement/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-readwrite-splitting-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-readwrite-splitting-distsql-statement</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/readwrite-splitting/pom.xml b/features/readwrite-splitting/pom.xml
index 5c302dd..cde21c6 100644
--- a/features/readwrite-splitting/pom.xml
+++ b/features/readwrite-splitting/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-features</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-readwrite-splitting</artifactId>
     <packaging>pom</packaging>
diff --git a/features/shadow/api/pom.xml b/features/shadow/api/pom.xml
index 407b45c..3bf5bfd 100644
--- a/features/shadow/api/pom.xml
+++ b/features/shadow/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-shadow</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-shadow-api</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/shadow/core/pom.xml b/features/shadow/core/pom.xml
index dd53eda..42c61cd 100644
--- a/features/shadow/core/pom.xml
+++ b/features/shadow/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-shadow</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-shadow-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/shadow/distsql/handler/pom.xml b/features/shadow/distsql/handler/pom.xml
index 1556166..55c2f74 100644
--- a/features/shadow/distsql/handler/pom.xml
+++ b/features/shadow/distsql/handler/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-shadow-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-shadow-distsql-handler</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/shadow/distsql/parser/pom.xml b/features/shadow/distsql/parser/pom.xml
index 3023a80..f9fe876 100644
--- a/features/shadow/distsql/parser/pom.xml
+++ b/features/shadow/distsql/parser/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-shadow-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-shadow-distsql-parser</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/shadow/distsql/pom.xml b/features/shadow/distsql/pom.xml
index b2d1c5b..df7ee96 100644
--- a/features/shadow/distsql/pom.xml
+++ b/features/shadow/distsql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-shadow</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-shadow-distsql</artifactId>
     <packaging>pom</packaging>
diff --git a/features/shadow/distsql/statement/pom.xml b/features/shadow/distsql/statement/pom.xml
index 769226b..c84b961 100644
--- a/features/shadow/distsql/statement/pom.xml
+++ b/features/shadow/distsql/statement/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-shadow-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-shadow-distsql-statement</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/shadow/pom.xml b/features/shadow/pom.xml
index ff8ced4..0d25f62 100644
--- a/features/shadow/pom.xml
+++ b/features/shadow/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-features</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-shadow</artifactId>
     <packaging>pom</packaging>
diff --git a/features/sharding/api/pom.xml b/features/sharding/api/pom.xml
index 32227f1..a816541 100644
--- a/features/sharding/api/pom.xml
+++ b/features/sharding/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sharding</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sharding-api</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/sharding/core/pom.xml b/features/sharding/core/pom.xml
index c096d0f..14095ff 100644
--- a/features/sharding/core/pom.xml
+++ b/features/sharding/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sharding</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sharding-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/sharding/distsql/handler/pom.xml b/features/sharding/distsql/handler/pom.xml
index b01edcf..8683ba5 100644
--- a/features/sharding/distsql/handler/pom.xml
+++ b/features/sharding/distsql/handler/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sharding-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sharding-distsql-handler</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/sharding/distsql/parser/pom.xml b/features/sharding/distsql/parser/pom.xml
index 9c701ae..76c78cb 100644
--- a/features/sharding/distsql/parser/pom.xml
+++ b/features/sharding/distsql/parser/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sharding-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sharding-distsql-parser</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/sharding/distsql/pom.xml b/features/sharding/distsql/pom.xml
index 406cede..931f212 100644
--- a/features/sharding/distsql/pom.xml
+++ b/features/sharding/distsql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sharding</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sharding-distsql</artifactId>
     <packaging>pom</packaging>
diff --git a/features/sharding/distsql/statement/pom.xml b/features/sharding/distsql/statement/pom.xml
index 872085c..f0173a0 100644
--- a/features/sharding/distsql/statement/pom.xml
+++ b/features/sharding/distsql/statement/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sharding-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sharding-distsql-statement</artifactId>
     <name>${project.artifactId}</name>
diff --git a/features/sharding/pom.xml b/features/sharding/pom.xml
index b82f4f7..9aa3324 100644
--- a/features/sharding/pom.xml
+++ b/features/sharding/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-features</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sharding</artifactId>
     <packaging>pom</packaging>
diff --git a/infra/algorithm/core/pom.xml b/infra/algorithm/core/pom.xml
index 7b8d0a9..1c37653 100644
--- a/infra/algorithm/core/pom.xml
+++ b/infra/algorithm/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-algorithm</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-algorithm-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/algorithm/key-generator/core/pom.xml b/infra/algorithm/key-generator/core/pom.xml
index 8d0576d..7fa9093 100644
--- a/infra/algorithm/key-generator/core/pom.xml
+++ b/infra/algorithm/key-generator/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-algorithm-key-generator</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-algorithm-key-generator-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/algorithm/key-generator/pom.xml b/infra/algorithm/key-generator/pom.xml
index eef1d15..b679146 100644
--- a/infra/algorithm/key-generator/pom.xml
+++ b/infra/algorithm/key-generator/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-algorithm</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-algorithm-key-generator</artifactId>
     <packaging>pom</packaging>
diff --git a/infra/algorithm/key-generator/type/pom.xml b/infra/algorithm/key-generator/type/pom.xml
index 667e89d..d2e3ac2 100644
--- a/infra/algorithm/key-generator/type/pom.xml
+++ b/infra/algorithm/key-generator/type/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-algorithm-key-generator</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-algorithm-key-generator-type</artifactId>
     <packaging>pom</packaging>
diff --git a/infra/algorithm/key-generator/type/snowflake/pom.xml b/infra/algorithm/key-generator/type/snowflake/pom.xml
index e588f80..09ce496 100644
--- a/infra/algorithm/key-generator/type/snowflake/pom.xml
+++ b/infra/algorithm/key-generator/type/snowflake/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-algorithm-key-generator-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-algorithm-key-generator-snowflake</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/algorithm/key-generator/type/uuid/pom.xml b/infra/algorithm/key-generator/type/uuid/pom.xml
index 472fab3..8739cc1 100644
--- a/infra/algorithm/key-generator/type/uuid/pom.xml
+++ b/infra/algorithm/key-generator/type/uuid/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-algorithm-key-generator-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-algorithm-key-generator-uuid</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/algorithm/load-balancer/core/pom.xml b/infra/algorithm/load-balancer/core/pom.xml
index fd2021b..844ba9d 100644
--- a/infra/algorithm/load-balancer/core/pom.xml
+++ b/infra/algorithm/load-balancer/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-algorithm-load-balancer</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-algorithm-load-balancer-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/algorithm/load-balancer/pom.xml b/infra/algorithm/load-balancer/pom.xml
index 4ab2514..1f8a1c9 100644
--- a/infra/algorithm/load-balancer/pom.xml
+++ b/infra/algorithm/load-balancer/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-algorithm</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-algorithm-load-balancer</artifactId>
     <packaging>pom</packaging>
diff --git a/infra/algorithm/load-balancer/type/pom.xml b/infra/algorithm/load-balancer/type/pom.xml
index 04d6f0e..d2f633e 100644
--- a/infra/algorithm/load-balancer/type/pom.xml
+++ b/infra/algorithm/load-balancer/type/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-algorithm-load-balancer</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-algorithm-load-balancer-type</artifactId>
     <packaging>pom</packaging>
diff --git a/infra/algorithm/load-balancer/type/random/pom.xml b/infra/algorithm/load-balancer/type/random/pom.xml
index 9dcea9d..753a207 100644
--- a/infra/algorithm/load-balancer/type/random/pom.xml
+++ b/infra/algorithm/load-balancer/type/random/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-algorithm-load-balancer-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-algorithm-load-balancer-random</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/algorithm/load-balancer/type/round-robin/pom.xml b/infra/algorithm/load-balancer/type/round-robin/pom.xml
index c6ef282..c5bc8ad 100644
--- a/infra/algorithm/load-balancer/type/round-robin/pom.xml
+++ b/infra/algorithm/load-balancer/type/round-robin/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-algorithm-load-balancer-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-algorithm-load-balancer-round-robin</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/algorithm/load-balancer/type/weight/pom.xml b/infra/algorithm/load-balancer/type/weight/pom.xml
index d4db535..ba08edb 100644
--- a/infra/algorithm/load-balancer/type/weight/pom.xml
+++ b/infra/algorithm/load-balancer/type/weight/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-algorithm-load-balancer-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-algorithm-load-balancer-weight</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/algorithm/message-digest/core/pom.xml b/infra/algorithm/message-digest/core/pom.xml
index 776560b..4ca6659 100644
--- a/infra/algorithm/message-digest/core/pom.xml
+++ b/infra/algorithm/message-digest/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-algorithm-message-digest</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-algorithm-message-digest-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/algorithm/message-digest/pom.xml b/infra/algorithm/message-digest/pom.xml
index 22464e9..8fa7c86 100644
--- a/infra/algorithm/message-digest/pom.xml
+++ b/infra/algorithm/message-digest/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-algorithm</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-algorithm-message-digest</artifactId>
     <packaging>pom</packaging>
diff --git a/infra/algorithm/message-digest/type/md5/pom.xml b/infra/algorithm/message-digest/type/md5/pom.xml
index d942ed9..4af61c1 100644
--- a/infra/algorithm/message-digest/type/md5/pom.xml
+++ b/infra/algorithm/message-digest/type/md5/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-algorithm-message-digest-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-algorithm-message-digest-md5</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/algorithm/message-digest/type/pom.xml b/infra/algorithm/message-digest/type/pom.xml
index 8d373f6..58fea16 100644
--- a/infra/algorithm/message-digest/type/pom.xml
+++ b/infra/algorithm/message-digest/type/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-algorithm-message-digest</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-algorithm-message-digest-type</artifactId>
     <packaging>pom</packaging>
diff --git a/infra/algorithm/pom.xml b/infra/algorithm/pom.xml
index bf3853c..b6e3ea5 100644
--- a/infra/algorithm/pom.xml
+++ b/infra/algorithm/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-algorithm</artifactId>
     <packaging>pom</packaging>
diff --git a/infra/binder/pom.xml b/infra/binder/pom.xml
index 5559051..9e5f9bf 100644
--- a/infra/binder/pom.xml
+++ b/infra/binder/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-binder</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/common/pom.xml b/infra/common/pom.xml
index f53c071..9c20450 100644
--- a/infra/common/pom.xml
+++ b/infra/common/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-common</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/context/pom.xml b/infra/context/pom.xml
index 3599d6a..825e019 100644
--- a/infra/context/pom.xml
+++ b/infra/context/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-context</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/data-source-pool/core/pom.xml b/infra/data-source-pool/core/pom.xml
index 3becbf8..3bc8546 100644
--- a/infra/data-source-pool/core/pom.xml
+++ b/infra/data-source-pool/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-data-source-pool</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-data-source-pool-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/data-source-pool/pom.xml b/infra/data-source-pool/pom.xml
index 5a02217..31bac6b 100644
--- a/infra/data-source-pool/pom.xml
+++ b/infra/data-source-pool/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-data-source-pool</artifactId>
     <packaging>pom</packaging>
diff --git a/infra/data-source-pool/type/hikari/pom.xml b/infra/data-source-pool/type/hikari/pom.xml
index 152672c..77cd2c9 100644
--- a/infra/data-source-pool/type/hikari/pom.xml
+++ b/infra/data-source-pool/type/hikari/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-data-source-pool-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-data-source-pool-hikari</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/data-source-pool/type/pom.xml b/infra/data-source-pool/type/pom.xml
index 2d77ae1..11569c7 100644
--- a/infra/data-source-pool/type/pom.xml
+++ b/infra/data-source-pool/type/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-data-source-pool</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-data-source-pool-type</artifactId>
     <packaging>pom</packaging>
diff --git a/infra/database/core/pom.xml b/infra/database/core/pom.xml
index a34cb7b..242a649 100644
--- a/infra/database/core/pom.xml
+++ b/infra/database/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-database</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-database-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/database/pom.xml b/infra/database/pom.xml
index a4c78cc..5988a2e 100644
--- a/infra/database/pom.xml
+++ b/infra/database/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-database</artifactId>
     <packaging>pom</packaging>
diff --git a/infra/database/type/clickhouse/pom.xml b/infra/database/type/clickhouse/pom.xml
index 4186c28..b4d1eb5 100644
--- a/infra/database/type/clickhouse/pom.xml
+++ b/infra/database/type/clickhouse/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-database-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-database-clickhouse</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/database/type/h2/pom.xml b/infra/database/type/h2/pom.xml
index 1df42d6..60db0ea 100644
--- a/infra/database/type/h2/pom.xml
+++ b/infra/database/type/h2/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-database-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-database-h2</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/database/type/mariadb/pom.xml b/infra/database/type/mariadb/pom.xml
index 5fa9764..1cce4ec 100644
--- a/infra/database/type/mariadb/pom.xml
+++ b/infra/database/type/mariadb/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-database-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-database-mariadb</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/database/type/mysql/pom.xml b/infra/database/type/mysql/pom.xml
index 4c962de..d631139 100644
--- a/infra/database/type/mysql/pom.xml
+++ b/infra/database/type/mysql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-database-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-database-mysql</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/database/type/opengauss/pom.xml b/infra/database/type/opengauss/pom.xml
index ff787da..7b4c94b 100644
--- a/infra/database/type/opengauss/pom.xml
+++ b/infra/database/type/opengauss/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-database-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-database-opengauss</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/database/type/oracle/pom.xml b/infra/database/type/oracle/pom.xml
index 2c131ba..e9d2404 100644
--- a/infra/database/type/oracle/pom.xml
+++ b/infra/database/type/oracle/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-database-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-database-oracle</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/database/type/pom.xml b/infra/database/type/pom.xml
index a70e18f..a60b2c9 100644
--- a/infra/database/type/pom.xml
+++ b/infra/database/type/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-database</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-database-type</artifactId>
     <packaging>pom</packaging>
diff --git a/infra/database/type/postgresql/pom.xml b/infra/database/type/postgresql/pom.xml
index a438c9b..746a14d 100644
--- a/infra/database/type/postgresql/pom.xml
+++ b/infra/database/type/postgresql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-database-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-database-postgresql</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/database/type/sql92/pom.xml b/infra/database/type/sql92/pom.xml
index 1cb4f97..4cea04b 100644
--- a/infra/database/type/sql92/pom.xml
+++ b/infra/database/type/sql92/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-database-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-database-sql92</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/database/type/sqlserver/pom.xml b/infra/database/type/sqlserver/pom.xml
index 3874b29..0fa449e 100644
--- a/infra/database/type/sqlserver/pom.xml
+++ b/infra/database/type/sqlserver/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-database-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-database-sqlserver</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/database/type/testcontainers/pom.xml b/infra/database/type/testcontainers/pom.xml
index 1a2af74..2a1a337 100644
--- a/infra/database/type/testcontainers/pom.xml
+++ b/infra/database/type/testcontainers/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-database-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-database-testcontainers</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/distsql-handler/pom.xml b/infra/distsql-handler/pom.xml
index bcebb53..0b18d64 100644
--- a/infra/distsql-handler/pom.xml
+++ b/infra/distsql-handler/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-distsql-handler</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/exception/core/pom.xml b/infra/exception/core/pom.xml
index 7dbeec7..44ed334 100644
--- a/infra/exception/core/pom.xml
+++ b/infra/exception/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-exception</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-exception-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/exception/dialect/core/pom.xml b/infra/exception/dialect/core/pom.xml
index d909b82..2bc5710 100644
--- a/infra/exception/dialect/core/pom.xml
+++ b/infra/exception/dialect/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-exception-dialect</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-exception-dialect-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/exception/dialect/pom.xml b/infra/exception/dialect/pom.xml
index 1102fdc..7a1c22c 100644
--- a/infra/exception/dialect/pom.xml
+++ b/infra/exception/dialect/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-exception</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-exception-dialect</artifactId>
     <packaging>pom</packaging>
diff --git a/infra/exception/dialect/type/mysql/pom.xml b/infra/exception/dialect/type/mysql/pom.xml
index 377409d..1640468 100644
--- a/infra/exception/dialect/type/mysql/pom.xml
+++ b/infra/exception/dialect/type/mysql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-exception-dialect-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-mysql-dialect-exception</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/exception/dialect/type/pom.xml b/infra/exception/dialect/type/pom.xml
index bd3bd24..f54e688 100644
--- a/infra/exception/dialect/type/pom.xml
+++ b/infra/exception/dialect/type/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-exception-dialect</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-exception-dialect-type</artifactId>
     <packaging>pom</packaging>
diff --git a/infra/exception/dialect/type/postgresql/pom.xml b/infra/exception/dialect/type/postgresql/pom.xml
index 610e7d8..3576c6f 100644
--- a/infra/exception/dialect/type/postgresql/pom.xml
+++ b/infra/exception/dialect/type/postgresql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-exception-dialect-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-postgresql-dialect-exception</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/exception/pom.xml b/infra/exception/pom.xml
index e94b8a5..8d293bc 100644
--- a/infra/exception/pom.xml
+++ b/infra/exception/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-exception</artifactId>
     <packaging>pom</packaging>
diff --git a/infra/executor/pom.xml b/infra/executor/pom.xml
index 98481db..22894e6 100644
--- a/infra/executor/pom.xml
+++ b/infra/executor/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-executor</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/expr/core/pom.xml b/infra/expr/core/pom.xml
index feb8d9f..a97ed53 100644
--- a/infra/expr/core/pom.xml
+++ b/infra/expr/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-expr</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-expr-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/expr/pom.xml b/infra/expr/pom.xml
index 1b5ee61..aef7710 100644
--- a/infra/expr/pom.xml
+++ b/infra/expr/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-expr</artifactId>
     <packaging>pom</packaging>
diff --git a/infra/expr/spi/pom.xml b/infra/expr/spi/pom.xml
index 16afc49..ba1ea01 100644
--- a/infra/expr/spi/pom.xml
+++ b/infra/expr/spi/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-expr</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-expr-spi</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/expr/type/espresso/pom.xml b/infra/expr/type/espresso/pom.xml
index 84c9d15..8011c1d 100644
--- a/infra/expr/type/espresso/pom.xml
+++ b/infra/expr/type/espresso/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-expr-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-expr-espresso</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/expr/type/groovy/pom.xml b/infra/expr/type/groovy/pom.xml
index fff9e2d..24937c03 100644
--- a/infra/expr/type/groovy/pom.xml
+++ b/infra/expr/type/groovy/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-expr-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-expr-groovy</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/expr/type/interval/pom.xml b/infra/expr/type/interval/pom.xml
index 8c7f583..2022731 100644
--- a/infra/expr/type/interval/pom.xml
+++ b/infra/expr/type/interval/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-expr-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-expr-interval</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/expr/type/literal/pom.xml b/infra/expr/type/literal/pom.xml
index ba72657..1acd6ac 100644
--- a/infra/expr/type/literal/pom.xml
+++ b/infra/expr/type/literal/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-expr-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-expr-literal</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/expr/type/pom.xml b/infra/expr/type/pom.xml
index 0b3aec2..87b2a2c 100644
--- a/infra/expr/type/pom.xml
+++ b/infra/expr/type/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-expr</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-expr-type</artifactId>
     <packaging>pom</packaging>
diff --git a/infra/merge/pom.xml b/infra/merge/pom.xml
index 288c663..79132cb 100644
--- a/infra/merge/pom.xml
+++ b/infra/merge/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-merge</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/parser/pom.xml b/infra/parser/pom.xml
index c4cb5a1..515b25d 100644
--- a/infra/parser/pom.xml
+++ b/infra/parser/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-parser</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/pom.xml b/infra/pom.xml
index 64445af..b4c2005 100644
--- a/infra/pom.xml
+++ b/infra/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra</artifactId>
     <packaging>pom</packaging>
diff --git a/infra/reachability-metadata/pom.xml b/infra/reachability-metadata/pom.xml
index f990db3..3204c0d 100644
--- a/infra/reachability-metadata/pom.xml
+++ b/infra/reachability-metadata/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-reachability-metadata</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/rewrite/pom.xml b/infra/rewrite/pom.xml
index 91f4121..93cecf7 100644
--- a/infra/rewrite/pom.xml
+++ b/infra/rewrite/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-rewrite</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/route/pom.xml b/infra/route/pom.xml
index e937938..9c9c3b0 100644
--- a/infra/route/pom.xml
+++ b/infra/route/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-route</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/session/pom.xml b/infra/session/pom.xml
index 699a0e2..42ac7d9 100644
--- a/infra/session/pom.xml
+++ b/infra/session/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-session</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/spi/pom.xml b/infra/spi/pom.xml
index a579330..e0d68b7 100644
--- a/infra/spi/pom.xml
+++ b/infra/spi/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-spi</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/url/core/pom.xml b/infra/url/core/pom.xml
index da1e8b6..959a324 100644
--- a/infra/url/core/pom.xml
+++ b/infra/url/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-url</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-url-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/url/pom.xml b/infra/url/pom.xml
index b40e368..74f1e76 100644
--- a/infra/url/pom.xml
+++ b/infra/url/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-url</artifactId>
     <packaging>pom</packaging>
diff --git a/infra/url/spi/pom.xml b/infra/url/spi/pom.xml
index 6d8300a..0a1d897 100644
--- a/infra/url/spi/pom.xml
+++ b/infra/url/spi/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-url</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-url-spi</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/url/type/absolutepath/pom.xml b/infra/url/type/absolutepath/pom.xml
index 3e4cd13..d87f401 100644
--- a/infra/url/type/absolutepath/pom.xml
+++ b/infra/url/type/absolutepath/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-url-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-url-absolutepath</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/url/type/classpath/pom.xml b/infra/url/type/classpath/pom.xml
index f2fe158..90459c1 100644
--- a/infra/url/type/classpath/pom.xml
+++ b/infra/url/type/classpath/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-url-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-url-classpath</artifactId>
     <name>${project.artifactId}</name>
diff --git a/infra/url/type/pom.xml b/infra/url/type/pom.xml
index 0dbd84e..611255b 100644
--- a/infra/url/type/pom.xml
+++ b/infra/url/type/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra-url</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-url-type</artifactId>
     <packaging>pom</packaging>
diff --git a/infra/util/pom.xml b/infra/util/pom.xml
index 78a1533..8ab9610 100644
--- a/infra/util/pom.xml
+++ b/infra/util/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-infra</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-util</artifactId>
     <name>${project.artifactId}</name>
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index cfbce04..7b5d581 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-jdbc</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/authority/api/pom.xml b/kernel/authority/api/pom.xml
index 548cfeb..0141525 100644
--- a/kernel/authority/api/pom.xml
+++ b/kernel/authority/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-authority</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-authority-api</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/authority/core/pom.xml b/kernel/authority/core/pom.xml
index f48a2d6..2e835b7 100644
--- a/kernel/authority/core/pom.xml
+++ b/kernel/authority/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-authority</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-authority-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/authority/distsql/handler/pom.xml b/kernel/authority/distsql/handler/pom.xml
index 0919e31..7df40f8 100644
--- a/kernel/authority/distsql/handler/pom.xml
+++ b/kernel/authority/distsql/handler/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-authority-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-authority-distsql-handler</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/authority/distsql/parser/pom.xml b/kernel/authority/distsql/parser/pom.xml
index fdbcac9..731b665 100644
--- a/kernel/authority/distsql/parser/pom.xml
+++ b/kernel/authority/distsql/parser/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-authority-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-authority-distsql-parser</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/authority/distsql/pom.xml b/kernel/authority/distsql/pom.xml
index 9ba00f7..ada08ac 100644
--- a/kernel/authority/distsql/pom.xml
+++ b/kernel/authority/distsql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-authority</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-authority-distsql</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/authority/distsql/statement/pom.xml b/kernel/authority/distsql/statement/pom.xml
index fd15bb4..951d248 100644
--- a/kernel/authority/distsql/statement/pom.xml
+++ b/kernel/authority/distsql/statement/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-authority-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-authority-distsql-statement</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/authority/pom.xml b/kernel/authority/pom.xml
index e24287e..33a21fe 100644
--- a/kernel/authority/pom.xml
+++ b/kernel/authority/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-kernel</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-authority</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/authority/provider/database/pom.xml b/kernel/authority/provider/database/pom.xml
index 312c37c..34ead2e 100644
--- a/kernel/authority/provider/database/pom.xml
+++ b/kernel/authority/provider/database/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-authority-provider</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-authority-database</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/authority/provider/pom.xml b/kernel/authority/provider/pom.xml
index 6f33a42..53e8b02 100644
--- a/kernel/authority/provider/pom.xml
+++ b/kernel/authority/provider/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-authority</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-authority-provider</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/authority/provider/simple/pom.xml b/kernel/authority/provider/simple/pom.xml
index a1fc218..0c02e3b 100644
--- a/kernel/authority/provider/simple/pom.xml
+++ b/kernel/authority/provider/simple/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-authority-provider</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-authority-simple</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/data-pipeline/api/pom.xml b/kernel/data-pipeline/api/pom.xml
index 49e2cd9..f178f7a 100644
--- a/kernel/data-pipeline/api/pom.xml
+++ b/kernel/data-pipeline/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-data-pipeline</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-data-pipeline-api</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/data-pipeline/core/pom.xml b/kernel/data-pipeline/core/pom.xml
index 8a8d803..40f4be5 100644
--- a/kernel/data-pipeline/core/pom.xml
+++ b/kernel/data-pipeline/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-data-pipeline</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-data-pipeline-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/data-pipeline/dialect/mysql/pom.xml b/kernel/data-pipeline/dialect/mysql/pom.xml
index dd70f3b..646ba60 100644
--- a/kernel/data-pipeline/dialect/mysql/pom.xml
+++ b/kernel/data-pipeline/dialect/mysql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-data-pipeline-dialect</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-data-pipeline-mysql</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/data-pipeline/dialect/opengauss/pom.xml b/kernel/data-pipeline/dialect/opengauss/pom.xml
index 7bea8eb..3428846 100644
--- a/kernel/data-pipeline/dialect/opengauss/pom.xml
+++ b/kernel/data-pipeline/dialect/opengauss/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-data-pipeline-dialect</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-data-pipeline-opengauss</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/data-pipeline/dialect/pom.xml b/kernel/data-pipeline/dialect/pom.xml
index 83a8e5e..22fd8fb 100644
--- a/kernel/data-pipeline/dialect/pom.xml
+++ b/kernel/data-pipeline/dialect/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-data-pipeline</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-data-pipeline-dialect</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/data-pipeline/dialect/postgresql/pom.xml b/kernel/data-pipeline/dialect/postgresql/pom.xml
index 572dd71..9a6a9cd 100644
--- a/kernel/data-pipeline/dialect/postgresql/pom.xml
+++ b/kernel/data-pipeline/dialect/postgresql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-data-pipeline-dialect</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-data-pipeline-postgresql</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/data-pipeline/distsql/handler/pom.xml b/kernel/data-pipeline/distsql/handler/pom.xml
index 87f7581..1d198f8 100644
--- a/kernel/data-pipeline/distsql/handler/pom.xml
+++ b/kernel/data-pipeline/distsql/handler/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-data-pipeline-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-data-pipeline-distsql-handler</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/data-pipeline/distsql/parser/pom.xml b/kernel/data-pipeline/distsql/parser/pom.xml
index 463343a..a2fc36f 100644
--- a/kernel/data-pipeline/distsql/parser/pom.xml
+++ b/kernel/data-pipeline/distsql/parser/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-data-pipeline-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-data-pipeline-distsql-parser</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/data-pipeline/distsql/pom.xml b/kernel/data-pipeline/distsql/pom.xml
index f45d457..d6d43ee 100644
--- a/kernel/data-pipeline/distsql/pom.xml
+++ b/kernel/data-pipeline/distsql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-data-pipeline</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-data-pipeline-distsql</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/data-pipeline/distsql/statement/pom.xml b/kernel/data-pipeline/distsql/statement/pom.xml
index 09ea691..ff4a789 100644
--- a/kernel/data-pipeline/distsql/statement/pom.xml
+++ b/kernel/data-pipeline/distsql/statement/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-data-pipeline-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-data-pipeline-distsql-statement</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/data-pipeline/pom.xml b/kernel/data-pipeline/pom.xml
index d5e939c..2cae6cc 100644
--- a/kernel/data-pipeline/pom.xml
+++ b/kernel/data-pipeline/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-kernel</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-data-pipeline</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/data-pipeline/scenario/cdc/client/pom.xml b/kernel/data-pipeline/scenario/cdc/client/pom.xml
index 4677c03..34aac4c 100644
--- a/kernel/data-pipeline/scenario/cdc/client/pom.xml
+++ b/kernel/data-pipeline/scenario/cdc/client/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-data-pipeline-cdc</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-data-pipeline-cdc-client</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/data-pipeline/scenario/cdc/core/pom.xml b/kernel/data-pipeline/scenario/cdc/core/pom.xml
index 57140ae..9adfe5e 100644
--- a/kernel/data-pipeline/scenario/cdc/core/pom.xml
+++ b/kernel/data-pipeline/scenario/cdc/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-data-pipeline-cdc</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-data-pipeline-cdc-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/data-pipeline/scenario/cdc/pom.xml b/kernel/data-pipeline/scenario/cdc/pom.xml
index 9918d81..876f49b 100644
--- a/kernel/data-pipeline/scenario/cdc/pom.xml
+++ b/kernel/data-pipeline/scenario/cdc/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-data-pipeline-scenario</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-data-pipeline-cdc</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/data-pipeline/scenario/cdc/protocol/pom.xml b/kernel/data-pipeline/scenario/cdc/protocol/pom.xml
index 89a2543..3fffff8 100644
--- a/kernel/data-pipeline/scenario/cdc/protocol/pom.xml
+++ b/kernel/data-pipeline/scenario/cdc/protocol/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-data-pipeline-cdc</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-data-pipeline-cdc-protocol</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/data-pipeline/scenario/consistencycheck/pom.xml b/kernel/data-pipeline/scenario/consistencycheck/pom.xml
index f0263fd..5dd227d 100644
--- a/kernel/data-pipeline/scenario/consistencycheck/pom.xml
+++ b/kernel/data-pipeline/scenario/consistencycheck/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-data-pipeline-scenario</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-data-pipeline-scenario-consistencycheck</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/data-pipeline/scenario/migration/pom.xml b/kernel/data-pipeline/scenario/migration/pom.xml
index c86bd5d..e265e89 100644
--- a/kernel/data-pipeline/scenario/migration/pom.xml
+++ b/kernel/data-pipeline/scenario/migration/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-data-pipeline-scenario</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-data-pipeline-scenario-migration</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/data-pipeline/scenario/pom.xml b/kernel/data-pipeline/scenario/pom.xml
index 52e8ef7..8740b47 100644
--- a/kernel/data-pipeline/scenario/pom.xml
+++ b/kernel/data-pipeline/scenario/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-data-pipeline</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-data-pipeline-scenario</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/global-clock/api/pom.xml b/kernel/global-clock/api/pom.xml
index 10055df..306c38a 100644
--- a/kernel/global-clock/api/pom.xml
+++ b/kernel/global-clock/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-global-clock</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-global-clock-api</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/global-clock/core/pom.xml b/kernel/global-clock/core/pom.xml
index b634b8f..93709cb 100644
--- a/kernel/global-clock/core/pom.xml
+++ b/kernel/global-clock/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-global-clock</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-global-clock-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/global-clock/distsql/handler/pom.xml b/kernel/global-clock/distsql/handler/pom.xml
index 7e67da5..1bc1f8d 100644
--- a/kernel/global-clock/distsql/handler/pom.xml
+++ b/kernel/global-clock/distsql/handler/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-global-clock-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-global-clock-distsql-handler</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/global-clock/distsql/parser/pom.xml b/kernel/global-clock/distsql/parser/pom.xml
index 909a589..d1d3885 100644
--- a/kernel/global-clock/distsql/parser/pom.xml
+++ b/kernel/global-clock/distsql/parser/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-global-clock-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-global-clock-distsql-parser</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/global-clock/distsql/pom.xml b/kernel/global-clock/distsql/pom.xml
index 2c861d4..37c3e4f 100644
--- a/kernel/global-clock/distsql/pom.xml
+++ b/kernel/global-clock/distsql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-global-clock</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-global-clock-distsql</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/global-clock/distsql/statement/pom.xml b/kernel/global-clock/distsql/statement/pom.xml
index b3abc03..e880e53 100644
--- a/kernel/global-clock/distsql/statement/pom.xml
+++ b/kernel/global-clock/distsql/statement/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-global-clock-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-global-clock-distsql-statement</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/global-clock/pom.xml b/kernel/global-clock/pom.xml
index 112dd62..0a8523d 100644
--- a/kernel/global-clock/pom.xml
+++ b/kernel/global-clock/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-kernel</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-global-clock</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/global-clock/type/hlc/pom.xml b/kernel/global-clock/type/hlc/pom.xml
index a0656be..7ffe6e7 100644
--- a/kernel/global-clock/type/hlc/pom.xml
+++ b/kernel/global-clock/type/hlc/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-global-clock-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-global-clock-hlc</artifactId>
     
diff --git a/kernel/global-clock/type/pom.xml b/kernel/global-clock/type/pom.xml
index d979c3d..03c6dcd 100644
--- a/kernel/global-clock/type/pom.xml
+++ b/kernel/global-clock/type/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-global-clock</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-global-clock-type</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/global-clock/type/tso/core/pom.xml b/kernel/global-clock/type/tso/core/pom.xml
index 9d0089be..d02bfb91 100644
--- a/kernel/global-clock/type/tso/core/pom.xml
+++ b/kernel/global-clock/type/tso/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-global-clock-tso</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-global-clock-tso-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/global-clock/type/tso/pom.xml b/kernel/global-clock/type/tso/pom.xml
index 1c5c9ae..349cbad 100644
--- a/kernel/global-clock/type/tso/pom.xml
+++ b/kernel/global-clock/type/tso/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-global-clock-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-global-clock-tso</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/global-clock/type/tso/provider/pom.xml b/kernel/global-clock/type/tso/provider/pom.xml
index 8cc0057..05f80b4 100644
--- a/kernel/global-clock/type/tso/provider/pom.xml
+++ b/kernel/global-clock/type/tso/provider/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-global-clock-tso</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-global-clock-tso-provider</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/global-clock/type/tso/provider/redis/pom.xml b/kernel/global-clock/type/tso/provider/redis/pom.xml
index cae169f..8c5ce73 100644
--- a/kernel/global-clock/type/tso/provider/redis/pom.xml
+++ b/kernel/global-clock/type/tso/provider/redis/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-global-clock-tso-provider</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-global-clock-tso-provider-redis</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/global-clock/type/tso/spi/pom.xml b/kernel/global-clock/type/tso/spi/pom.xml
index 67e121f..d47a908 100644
--- a/kernel/global-clock/type/tso/spi/pom.xml
+++ b/kernel/global-clock/type/tso/spi/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-global-clock-tso</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-global-clock-tso-spi</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/logging/api/pom.xml b/kernel/logging/api/pom.xml
index d185a4c..0fc2888 100644
--- a/kernel/logging/api/pom.xml
+++ b/kernel/logging/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-logging</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-logging-api</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/logging/core/pom.xml b/kernel/logging/core/pom.xml
index 0b8918b..53f83ee 100644
--- a/kernel/logging/core/pom.xml
+++ b/kernel/logging/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-logging</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-logging-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/logging/pom.xml b/kernel/logging/pom.xml
index 90f5a6e..4698a07 100644
--- a/kernel/logging/pom.xml
+++ b/kernel/logging/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-kernel</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-logging</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/metadata/core/pom.xml b/kernel/metadata/core/pom.xml
index 4415e89..a3f22e0 100644
--- a/kernel/metadata/core/pom.xml
+++ b/kernel/metadata/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-metadata</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-metadata-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/metadata/pom.xml b/kernel/metadata/pom.xml
index 2ab8b05..be25592 100644
--- a/kernel/metadata/pom.xml
+++ b/kernel/metadata/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-kernel</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-metadata</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/pom.xml b/kernel/pom.xml
index 4da5546..62d83d4 100644
--- a/kernel/pom.xml
+++ b/kernel/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-kernel</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/schedule/core/pom.xml b/kernel/schedule/core/pom.xml
index 131f854..f9994d9 100644
--- a/kernel/schedule/core/pom.xml
+++ b/kernel/schedule/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-schedule</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-schedule-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/schedule/pom.xml b/kernel/schedule/pom.xml
index de4e503..9c406f3 100644
--- a/kernel/schedule/pom.xml
+++ b/kernel/schedule/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-kernel</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-schedule</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/single/api/pom.xml b/kernel/single/api/pom.xml
index 1c41e33..9f3407c 100644
--- a/kernel/single/api/pom.xml
+++ b/kernel/single/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-single</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-single-api</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/single/core/pom.xml b/kernel/single/core/pom.xml
index ab4e946..f1312e8 100644
--- a/kernel/single/core/pom.xml
+++ b/kernel/single/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-single</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-single-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/single/distsql/handler/pom.xml b/kernel/single/distsql/handler/pom.xml
index ec4ec90..759ab6f 100644
--- a/kernel/single/distsql/handler/pom.xml
+++ b/kernel/single/distsql/handler/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-single-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-single-distsql-handler</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/single/distsql/parser/pom.xml b/kernel/single/distsql/parser/pom.xml
index d9994de..d93d4cf 100644
--- a/kernel/single/distsql/parser/pom.xml
+++ b/kernel/single/distsql/parser/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-single-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-single-distsql-parser</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/single/distsql/pom.xml b/kernel/single/distsql/pom.xml
index ddbe0d5..abaced0 100644
--- a/kernel/single/distsql/pom.xml
+++ b/kernel/single/distsql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-single</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-single-distsql</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/single/distsql/statement/pom.xml b/kernel/single/distsql/statement/pom.xml
index 1241287..4effb07 100644
--- a/kernel/single/distsql/statement/pom.xml
+++ b/kernel/single/distsql/statement/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-single-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-single-distsql-statement</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/single/pom.xml b/kernel/single/pom.xml
index 677faf7..196ae77 100644
--- a/kernel/single/pom.xml
+++ b/kernel/single/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-kernel</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-single</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/sql-federation/api/pom.xml b/kernel/sql-federation/api/pom.xml
index 8a07cbb..96cc048 100644
--- a/kernel/sql-federation/api/pom.xml
+++ b/kernel/sql-federation/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sql-federation</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-federation-api</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/sql-federation/core/pom.xml b/kernel/sql-federation/core/pom.xml
index 16decaa..ebecc98 100644
--- a/kernel/sql-federation/core/pom.xml
+++ b/kernel/sql-federation/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sql-federation</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-federation-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/sql-federation/distsql/handler/pom.xml b/kernel/sql-federation/distsql/handler/pom.xml
index 92a0dad..22f5212 100644
--- a/kernel/sql-federation/distsql/handler/pom.xml
+++ b/kernel/sql-federation/distsql/handler/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sql-federation-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-federation-distsql-handler</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/sql-federation/distsql/parser/pom.xml b/kernel/sql-federation/distsql/parser/pom.xml
index a7bfdaa..67e2318 100644
--- a/kernel/sql-federation/distsql/parser/pom.xml
+++ b/kernel/sql-federation/distsql/parser/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sql-federation-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-federation-distsql-parser</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/sql-federation/distsql/pom.xml b/kernel/sql-federation/distsql/pom.xml
index b83566c..5d99bd9 100644
--- a/kernel/sql-federation/distsql/pom.xml
+++ b/kernel/sql-federation/distsql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sql-federation</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-federation-distsql</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/sql-federation/distsql/statement/pom.xml b/kernel/sql-federation/distsql/statement/pom.xml
index 93ea183..dd3b6ce 100644
--- a/kernel/sql-federation/distsql/statement/pom.xml
+++ b/kernel/sql-federation/distsql/statement/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sql-federation-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-federation-distsql-statement</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/sql-federation/executor/pom.xml b/kernel/sql-federation/executor/pom.xml
index a23efbd..4a688b4 100644
--- a/kernel/sql-federation/executor/pom.xml
+++ b/kernel/sql-federation/executor/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sql-federation</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-federation-executor</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/sql-federation/optimizer/pom.xml b/kernel/sql-federation/optimizer/pom.xml
index 074a119..aef4051 100644
--- a/kernel/sql-federation/optimizer/pom.xml
+++ b/kernel/sql-federation/optimizer/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sql-federation</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-federation-optimizer</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/sql-federation/pom.xml b/kernel/sql-federation/pom.xml
index 0adda96..f6f416e 100644
--- a/kernel/sql-federation/pom.xml
+++ b/kernel/sql-federation/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-kernel</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-federation</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/sql-parser/api/pom.xml b/kernel/sql-parser/api/pom.xml
index 1019840..cc9c165 100644
--- a/kernel/sql-parser/api/pom.xml
+++ b/kernel/sql-parser/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sql-parser</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-parser-api</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/sql-parser/core/pom.xml b/kernel/sql-parser/core/pom.xml
index 2ef5fe6..34488c9 100644
--- a/kernel/sql-parser/core/pom.xml
+++ b/kernel/sql-parser/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sql-parser</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-parser-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/sql-parser/distsql/handler/pom.xml b/kernel/sql-parser/distsql/handler/pom.xml
index ecded8f1e..83cb9c8 100644
--- a/kernel/sql-parser/distsql/handler/pom.xml
+++ b/kernel/sql-parser/distsql/handler/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sql-parser-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-parser-distsql-handler</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/sql-parser/distsql/parser/pom.xml b/kernel/sql-parser/distsql/parser/pom.xml
index 64b80da..2946d0c 100644
--- a/kernel/sql-parser/distsql/parser/pom.xml
+++ b/kernel/sql-parser/distsql/parser/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sql-parser-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-parser-distsql-parser</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/sql-parser/distsql/pom.xml b/kernel/sql-parser/distsql/pom.xml
index cc1d999..d19ea2f 100644
--- a/kernel/sql-parser/distsql/pom.xml
+++ b/kernel/sql-parser/distsql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sql-parser</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-parser-distsql</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/sql-parser/distsql/statement/pom.xml b/kernel/sql-parser/distsql/statement/pom.xml
index b3c5ebc..3f002b4 100644
--- a/kernel/sql-parser/distsql/statement/pom.xml
+++ b/kernel/sql-parser/distsql/statement/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sql-parser-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-parser-distsql-statement</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/sql-parser/pom.xml b/kernel/sql-parser/pom.xml
index 0241760..585093d 100644
--- a/kernel/sql-parser/pom.xml
+++ b/kernel/sql-parser/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-kernel</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-parser</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/sql-translator/api/pom.xml b/kernel/sql-translator/api/pom.xml
index 6b7db04..817d899 100644
--- a/kernel/sql-translator/api/pom.xml
+++ b/kernel/sql-translator/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sql-translator</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-translator-api</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/sql-translator/core/pom.xml b/kernel/sql-translator/core/pom.xml
index 5fb0a11..8d8a1c8 100644
--- a/kernel/sql-translator/core/pom.xml
+++ b/kernel/sql-translator/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sql-translator</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-translator-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/sql-translator/distsql/handler/pom.xml b/kernel/sql-translator/distsql/handler/pom.xml
index 2b8eb93..f7fcf37 100644
--- a/kernel/sql-translator/distsql/handler/pom.xml
+++ b/kernel/sql-translator/distsql/handler/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sql-translator-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-translator-distsql-handler</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/sql-translator/distsql/parser/pom.xml b/kernel/sql-translator/distsql/parser/pom.xml
index d3d9ff4..e1c809e 100644
--- a/kernel/sql-translator/distsql/parser/pom.xml
+++ b/kernel/sql-translator/distsql/parser/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sql-translator-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-translator-distsql-parser</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/sql-translator/distsql/pom.xml b/kernel/sql-translator/distsql/pom.xml
index e11af9d..eeb5d9f 100644
--- a/kernel/sql-translator/distsql/pom.xml
+++ b/kernel/sql-translator/distsql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sql-translator</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-translator-distsql</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/sql-translator/distsql/statement/pom.xml b/kernel/sql-translator/distsql/statement/pom.xml
index 2e83258..b240159 100644
--- a/kernel/sql-translator/distsql/statement/pom.xml
+++ b/kernel/sql-translator/distsql/statement/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sql-translator-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-translator-distsql-statement</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/sql-translator/pom.xml b/kernel/sql-translator/pom.xml
index 1853a94..0f0bf9e 100644
--- a/kernel/sql-translator/pom.xml
+++ b/kernel/sql-translator/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-kernel</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-translator</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/sql-translator/provider/native/pom.xml b/kernel/sql-translator/provider/native/pom.xml
index 8c1f14a..143235f 100644
--- a/kernel/sql-translator/provider/native/pom.xml
+++ b/kernel/sql-translator/provider/native/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sql-translator-provider</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-translator-native-provider</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/sql-translator/provider/pom.xml b/kernel/sql-translator/provider/pom.xml
index 5f6a3d2..4bfc6fc 100644
--- a/kernel/sql-translator/provider/pom.xml
+++ b/kernel/sql-translator/provider/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-sql-translator</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-sql-translator-provider</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/time-service/api/pom.xml b/kernel/time-service/api/pom.xml
index 0e29c89..d252017 100644
--- a/kernel/time-service/api/pom.xml
+++ b/kernel/time-service/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-time-service</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-time-service-api</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/time-service/core/pom.xml b/kernel/time-service/core/pom.xml
index ccf41ee..a8acb38 100644
--- a/kernel/time-service/core/pom.xml
+++ b/kernel/time-service/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-time-service</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-time-service-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/time-service/pom.xml b/kernel/time-service/pom.xml
index a6a47a0..a2b2290 100644
--- a/kernel/time-service/pom.xml
+++ b/kernel/time-service/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-kernel</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-time-service</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/time-service/type/database/pom.xml b/kernel/time-service/type/database/pom.xml
index a41b69a..699f700 100644
--- a/kernel/time-service/type/database/pom.xml
+++ b/kernel/time-service/type/database/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-time-service-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-database-time-service</artifactId>
     
diff --git a/kernel/time-service/type/pom.xml b/kernel/time-service/type/pom.xml
index e7bb724..5d6dfc5 100644
--- a/kernel/time-service/type/pom.xml
+++ b/kernel/time-service/type/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-time-service</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-time-service-type</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/time-service/type/system/pom.xml b/kernel/time-service/type/system/pom.xml
index 77434ac..628f264 100644
--- a/kernel/time-service/type/system/pom.xml
+++ b/kernel/time-service/type/system/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-time-service-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-system-time-service</artifactId>
     
diff --git a/kernel/traffic/api/pom.xml b/kernel/traffic/api/pom.xml
index f250982..7d0df18 100644
--- a/kernel/traffic/api/pom.xml
+++ b/kernel/traffic/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-traffic</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-traffic-api</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/traffic/core/pom.xml b/kernel/traffic/core/pom.xml
index b855b1b..7f1c309 100644
--- a/kernel/traffic/core/pom.xml
+++ b/kernel/traffic/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-traffic</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-traffic-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/traffic/distsql/handler/pom.xml b/kernel/traffic/distsql/handler/pom.xml
index 66f5f38..874fefc 100644
--- a/kernel/traffic/distsql/handler/pom.xml
+++ b/kernel/traffic/distsql/handler/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-traffic-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-traffic-distsql-handler</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/traffic/distsql/parser/pom.xml b/kernel/traffic/distsql/parser/pom.xml
index 9ce956c..efe1e77 100644
--- a/kernel/traffic/distsql/parser/pom.xml
+++ b/kernel/traffic/distsql/parser/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-traffic-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-traffic-distsql-parser</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/traffic/distsql/pom.xml b/kernel/traffic/distsql/pom.xml
index 990613b..658828c 100644
--- a/kernel/traffic/distsql/pom.xml
+++ b/kernel/traffic/distsql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-traffic</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-traffic-distsql</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/traffic/distsql/statement/pom.xml b/kernel/traffic/distsql/statement/pom.xml
index 8608b46..5161f86 100644
--- a/kernel/traffic/distsql/statement/pom.xml
+++ b/kernel/traffic/distsql/statement/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-traffic-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-traffic-distsql-statement</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/traffic/pom.xml b/kernel/traffic/pom.xml
index 4f1fff8..bf23dd6 100644
--- a/kernel/traffic/pom.xml
+++ b/kernel/traffic/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-kernel</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-traffic</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/transaction/api/pom.xml b/kernel/transaction/api/pom.xml
index 8c4b37c..972b214 100644
--- a/kernel/transaction/api/pom.xml
+++ b/kernel/transaction/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-transaction</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-transaction-api</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/transaction/core/pom.xml b/kernel/transaction/core/pom.xml
index acb6037..a62203e 100644
--- a/kernel/transaction/core/pom.xml
+++ b/kernel/transaction/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-transaction</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-transaction-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/transaction/distsql/handler/pom.xml b/kernel/transaction/distsql/handler/pom.xml
index 118032e..44aaa06 100644
--- a/kernel/transaction/distsql/handler/pom.xml
+++ b/kernel/transaction/distsql/handler/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-transaction-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-transaction-distsql-handler</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/transaction/distsql/parser/pom.xml b/kernel/transaction/distsql/parser/pom.xml
index e96ba1e..4621c46 100644
--- a/kernel/transaction/distsql/parser/pom.xml
+++ b/kernel/transaction/distsql/parser/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-transaction-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-transaction-distsql-parser</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/transaction/distsql/pom.xml b/kernel/transaction/distsql/pom.xml
index 67d7fbf..bb74bb2 100644
--- a/kernel/transaction/distsql/pom.xml
+++ b/kernel/transaction/distsql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-transaction</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-transaction-distsql</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/transaction/distsql/statement/pom.xml b/kernel/transaction/distsql/statement/pom.xml
index b58d981..97d3d99 100644
--- a/kernel/transaction/distsql/statement/pom.xml
+++ b/kernel/transaction/distsql/statement/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-transaction-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-transaction-distsql-statement</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/transaction/pom.xml b/kernel/transaction/pom.xml
index d03b720..61249f0 100644
--- a/kernel/transaction/pom.xml
+++ b/kernel/transaction/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-kernel</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-transaction</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/transaction/type/base/pom.xml b/kernel/transaction/type/base/pom.xml
index e3f8467..144c9c3 100644
--- a/kernel/transaction/type/base/pom.xml
+++ b/kernel/transaction/type/base/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-transaction-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-transaction-base</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/transaction/type/base/seata-at/pom.xml b/kernel/transaction/type/base/seata-at/pom.xml
index d89ff39..4704e15 100644
--- a/kernel/transaction/type/base/seata-at/pom.xml
+++ b/kernel/transaction/type/base/seata-at/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-transaction-base</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-transaction-base-seata-at</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/transaction/type/pom.xml b/kernel/transaction/type/pom.xml
index 69bc39d..e3a394b 100644
--- a/kernel/transaction/type/pom.xml
+++ b/kernel/transaction/type/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-transaction</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-transaction-type</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/transaction/type/xa/core/pom.xml b/kernel/transaction/type/xa/core/pom.xml
index 57ca483..cc7f4b0 100644
--- a/kernel/transaction/type/xa/core/pom.xml
+++ b/kernel/transaction/type/xa/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-transaction-xa</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-transaction-xa-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/transaction/type/xa/pom.xml b/kernel/transaction/type/xa/pom.xml
index 9824bda..46d98c8 100644
--- a/kernel/transaction/type/xa/pom.xml
+++ b/kernel/transaction/type/xa/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-transaction-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-transaction-xa</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/transaction/type/xa/provider/atomikos/pom.xml b/kernel/transaction/type/xa/provider/atomikos/pom.xml
index 6106767..c598310 100644
--- a/kernel/transaction/type/xa/provider/atomikos/pom.xml
+++ b/kernel/transaction/type/xa/provider/atomikos/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-transaction-xa-provider</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-transaction-xa-atomikos</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/transaction/type/xa/provider/narayana/pom.xml b/kernel/transaction/type/xa/provider/narayana/pom.xml
index 0a9ab30..017423a 100644
--- a/kernel/transaction/type/xa/provider/narayana/pom.xml
+++ b/kernel/transaction/type/xa/provider/narayana/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-transaction-xa-provider</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-transaction-xa-narayana</artifactId>
     <name>${project.artifactId}</name>
diff --git a/kernel/transaction/type/xa/provider/pom.xml b/kernel/transaction/type/xa/provider/pom.xml
index 1ea3bcb..d073b0c 100644
--- a/kernel/transaction/type/xa/provider/pom.xml
+++ b/kernel/transaction/type/xa/provider/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-transaction-xa</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-transaction-xa-provider</artifactId>
     <packaging>pom</packaging>
diff --git a/kernel/transaction/type/xa/spi/pom.xml b/kernel/transaction/type/xa/spi/pom.xml
index 6320c65..425bc29 100644
--- a/kernel/transaction/type/xa/spi/pom.xml
+++ b/kernel/transaction/type/xa/spi/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-transaction-xa</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-transaction-xa-spi</artifactId>
     <name>${project.artifactId}</name>
diff --git a/mode/api/pom.xml b/mode/api/pom.xml
index c555466..3e4c587 100644
--- a/mode/api/pom.xml
+++ b/mode/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-mode</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-mode-api</artifactId>
     <name>${project.artifactId}</name>
diff --git a/mode/core/pom.xml b/mode/core/pom.xml
index fb90564..b9107df 100644
--- a/mode/core/pom.xml
+++ b/mode/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-mode</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-mode-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/mode/pom.xml b/mode/pom.xml
index 7bcf630..268a540 100644
--- a/mode/pom.xml
+++ b/mode/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-mode</artifactId>
     <packaging>pom</packaging>
diff --git a/mode/type/cluster/core/pom.xml b/mode/type/cluster/core/pom.xml
index c54f39b..91f800a 100644
--- a/mode/type/cluster/core/pom.xml
+++ b/mode/type/cluster/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-cluster-mode</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-cluster-mode-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/mode/type/cluster/pom.xml b/mode/type/cluster/pom.xml
index 4d71886..eeb0866 100644
--- a/mode/type/cluster/pom.xml
+++ b/mode/type/cluster/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-mode-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-cluster-mode</artifactId>
     <packaging>pom</packaging>
diff --git a/mode/type/cluster/repository/api/pom.xml b/mode/type/cluster/repository/api/pom.xml
index 3e82998..4d8e4a7 100644
--- a/mode/type/cluster/repository/api/pom.xml
+++ b/mode/type/cluster/repository/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-cluster-mode-repository</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-cluster-mode-repository-api</artifactId>
     <name>${project.artifactId}</name>
diff --git a/mode/type/cluster/repository/pom.xml b/mode/type/cluster/repository/pom.xml
index 933f9ba..713f58f 100644
--- a/mode/type/cluster/repository/pom.xml
+++ b/mode/type/cluster/repository/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-cluster-mode</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-cluster-mode-repository</artifactId>
     <packaging>pom</packaging>
diff --git a/mode/type/cluster/repository/provider/etcd/pom.xml b/mode/type/cluster/repository/provider/etcd/pom.xml
index 5ee4b82..7cdd676 100644
--- a/mode/type/cluster/repository/provider/etcd/pom.xml
+++ b/mode/type/cluster/repository/provider/etcd/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-cluster-mode-repository-provider</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-cluster-mode-repository-etcd</artifactId>
     <name>${project.artifactId}</name>
diff --git a/mode/type/cluster/repository/provider/pom.xml b/mode/type/cluster/repository/provider/pom.xml
index 429c625..26424ba 100644
--- a/mode/type/cluster/repository/provider/pom.xml
+++ b/mode/type/cluster/repository/provider/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-cluster-mode-repository</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-cluster-mode-repository-provider</artifactId>
     <packaging>pom</packaging>
diff --git a/mode/type/cluster/repository/provider/zookeeper/pom.xml b/mode/type/cluster/repository/provider/zookeeper/pom.xml
index d615e38..f32dbef 100644
--- a/mode/type/cluster/repository/provider/zookeeper/pom.xml
+++ b/mode/type/cluster/repository/provider/zookeeper/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-cluster-mode-repository-provider</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-cluster-mode-repository-zookeeper</artifactId>
     <name>${project.artifactId}</name>
diff --git a/mode/type/pom.xml b/mode/type/pom.xml
index 0ead7b1..ddac680 100644
--- a/mode/type/pom.xml
+++ b/mode/type/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-mode</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-mode-type</artifactId>
     <packaging>pom</packaging>
diff --git a/mode/type/standalone/core/pom.xml b/mode/type/standalone/core/pom.xml
index 6305fc3..dceed32 100644
--- a/mode/type/standalone/core/pom.xml
+++ b/mode/type/standalone/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-standalone-mode</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-standalone-mode-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/mode/type/standalone/pom.xml b/mode/type/standalone/pom.xml
index 3d0352c..0692608 100644
--- a/mode/type/standalone/pom.xml
+++ b/mode/type/standalone/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-mode-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-standalone-mode</artifactId>
     <packaging>pom</packaging>
diff --git a/mode/type/standalone/repository/api/pom.xml b/mode/type/standalone/repository/api/pom.xml
index 590828d..060a210 100644
--- a/mode/type/standalone/repository/api/pom.xml
+++ b/mode/type/standalone/repository/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-standalone-mode-repository</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-standalone-mode-repository-api</artifactId>
     <name>${project.artifactId}</name>
diff --git a/mode/type/standalone/repository/pom.xml b/mode/type/standalone/repository/pom.xml
index 383a6a5..a732e88 100644
--- a/mode/type/standalone/repository/pom.xml
+++ b/mode/type/standalone/repository/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-standalone-mode</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-standalone-mode-repository</artifactId>
     <packaging>pom</packaging>
diff --git a/mode/type/standalone/repository/provider/jdbc/pom.xml b/mode/type/standalone/repository/provider/jdbc/pom.xml
index c157404..ff8a695 100644
--- a/mode/type/standalone/repository/provider/jdbc/pom.xml
+++ b/mode/type/standalone/repository/provider/jdbc/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-standalone-mode-repository-provider</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-standalone-mode-repository-jdbc</artifactId>
     <name>${project.artifactId}</name>
diff --git a/mode/type/standalone/repository/provider/pom.xml b/mode/type/standalone/repository/provider/pom.xml
index 45fdecc..9787f37 100644
--- a/mode/type/standalone/repository/provider/pom.xml
+++ b/mode/type/standalone/repository/provider/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-standalone-mode-repository</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-standalone-mode-repository-provider</artifactId>
     <packaging>pom</packaging>
diff --git a/parser/distsql/engine/pom.xml b/parser/distsql/engine/pom.xml
index 947b7bd..0bd2932 100644
--- a/parser/distsql/engine/pom.xml
+++ b/parser/distsql/engine/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-parser-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-parser-distsql-engine</artifactId>
     <name>${project.artifactId}</name>
diff --git a/parser/distsql/pom.xml b/parser/distsql/pom.xml
index c43c414..eaee527 100644
--- a/parser/distsql/pom.xml
+++ b/parser/distsql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-parser</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-parser-distsql</artifactId>
     <packaging>pom</packaging>
diff --git a/parser/distsql/statement/pom.xml b/parser/distsql/statement/pom.xml
index bc88e7c..0be7341 100644
--- a/parser/distsql/statement/pom.xml
+++ b/parser/distsql/statement/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-parser-distsql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-parser-distsql-statement</artifactId>
     <name>${project.artifactId}</name>
diff --git a/parser/pom.xml b/parser/pom.xml
index fd752b1..0c8d2c0 100644
--- a/parser/pom.xml
+++ b/parser/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-parser</artifactId>
     <packaging>pom</packaging>
diff --git a/parser/sql/dialect/mysql/pom.xml b/parser/sql/dialect/mysql/pom.xml
index e7d3a3b..7bcf0a5 100644
--- a/parser/sql/dialect/mysql/pom.xml
+++ b/parser/sql/dialect/mysql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-parser-sql-dialect</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-parser-sql-mysql</artifactId>
     <name>${project.artifactId}</name>
diff --git a/parser/sql/dialect/opengauss/pom.xml b/parser/sql/dialect/opengauss/pom.xml
index 6071c75..80b46f9 100644
--- a/parser/sql/dialect/opengauss/pom.xml
+++ b/parser/sql/dialect/opengauss/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-parser-sql-dialect</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-parser-sql-opengauss</artifactId>
     <name>${project.artifactId}</name>
diff --git a/parser/sql/dialect/oracle/pom.xml b/parser/sql/dialect/oracle/pom.xml
index cf93dd3..efd5318 100644
--- a/parser/sql/dialect/oracle/pom.xml
+++ b/parser/sql/dialect/oracle/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-parser-sql-dialect</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-parser-sql-oracle</artifactId>
     <name>${project.artifactId}</name>
diff --git a/parser/sql/dialect/pom.xml b/parser/sql/dialect/pom.xml
index acba652..5b357da 100644
--- a/parser/sql/dialect/pom.xml
+++ b/parser/sql/dialect/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-parser-sql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-parser-sql-dialect</artifactId>
     <packaging>pom</packaging>
diff --git a/parser/sql/dialect/postgresql/pom.xml b/parser/sql/dialect/postgresql/pom.xml
index 8e3e006..4b0dcd9 100644
--- a/parser/sql/dialect/postgresql/pom.xml
+++ b/parser/sql/dialect/postgresql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-parser-sql-dialect</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-parser-sql-postgresql</artifactId>
     <name>${project.artifactId}</name>
diff --git a/parser/sql/dialect/sql92/pom.xml b/parser/sql/dialect/sql92/pom.xml
index 3f8d72b..4af4b3f 100644
--- a/parser/sql/dialect/sql92/pom.xml
+++ b/parser/sql/dialect/sql92/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-parser-sql-dialect</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-parser-sql-sql92</artifactId>
     <name>${project.artifactId}</name>
diff --git a/parser/sql/dialect/sqlserver/pom.xml b/parser/sql/dialect/sqlserver/pom.xml
index b4ddd2e..11dfa3f 100644
--- a/parser/sql/dialect/sqlserver/pom.xml
+++ b/parser/sql/dialect/sqlserver/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-parser-sql-dialect</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-parser-sql-sqlserver</artifactId>
     <name>${project.artifactId}</name>
diff --git a/parser/sql/engine/pom.xml b/parser/sql/engine/pom.xml
index 90b4c56..afe97b4 100644
--- a/parser/sql/engine/pom.xml
+++ b/parser/sql/engine/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-parser-sql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-parser-sql-engine</artifactId>
     <name>${project.artifactId}</name>
diff --git a/parser/sql/pom.xml b/parser/sql/pom.xml
index c7279c8..9d0d2ee 100644
--- a/parser/sql/pom.xml
+++ b/parser/sql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-parser</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-parser-sql</artifactId>
     <packaging>pom</packaging>
diff --git a/parser/sql/spi/pom.xml b/parser/sql/spi/pom.xml
index bbb13d8..a33d210 100644
--- a/parser/sql/spi/pom.xml
+++ b/parser/sql/spi/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-parser-sql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-parser-sql-spi</artifactId>
     <name>${project.artifactId}</name>
diff --git a/parser/sql/statement/pom.xml b/parser/sql/statement/pom.xml
index abede4e..c160ccf 100644
--- a/parser/sql/statement/pom.xml
+++ b/parser/sql/statement/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-parser-sql</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-parser-sql-statement</artifactId>
     <name>${project.artifactId}</name>
diff --git a/pom.xml b/pom.xml
index 0be86e0..72dc2c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     </parent>
     <groupId>org.apache.shardingsphere</groupId>
     <artifactId>shardingsphere</artifactId>
-    <version>5.4.2-SNAPSHOT</version>
+    <version>5.5.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache ShardingSphere</name>
     <description>Build criterion and ecosystem above multi-model databases</description>
diff --git a/proxy/backend/core/pom.xml b/proxy/backend/core/pom.xml
index ef8bd96..bf04762 100644
--- a/proxy/backend/core/pom.xml
+++ b/proxy/backend/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-proxy-backend</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-proxy-backend-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/proxy/backend/pom.xml b/proxy/backend/pom.xml
index c6fbfaf..ece6cb3 100644
--- a/proxy/backend/pom.xml
+++ b/proxy/backend/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-proxy</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-proxy-backend</artifactId>
     <packaging>pom</packaging>
diff --git a/proxy/backend/type/hbase/pom.xml b/proxy/backend/type/hbase/pom.xml
index da89fa9..403032a 100644
--- a/proxy/backend/type/hbase/pom.xml
+++ b/proxy/backend/type/hbase/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-proxy-backend-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-proxy-backend-hbase</artifactId>
     
diff --git a/proxy/backend/type/mysql/pom.xml b/proxy/backend/type/mysql/pom.xml
index 17ade3f..b64947d 100644
--- a/proxy/backend/type/mysql/pom.xml
+++ b/proxy/backend/type/mysql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-proxy-backend-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-proxy-backend-mysql</artifactId>
     <name>${project.artifactId}</name>
diff --git a/proxy/backend/type/opengauss/pom.xml b/proxy/backend/type/opengauss/pom.xml
index 6ab8498..5013f2c 100644
--- a/proxy/backend/type/opengauss/pom.xml
+++ b/proxy/backend/type/opengauss/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-proxy-backend-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-proxy-backend-opengauss</artifactId>
     <name>${project.artifactId}</name>
diff --git a/proxy/backend/type/pom.xml b/proxy/backend/type/pom.xml
index 079a33f..2b3cbba 100644
--- a/proxy/backend/type/pom.xml
+++ b/proxy/backend/type/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-proxy-backend</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-proxy-backend-type</artifactId>
     <packaging>pom</packaging>
diff --git a/proxy/backend/type/postgresql/pom.xml b/proxy/backend/type/postgresql/pom.xml
index 7eca404..e0eeeb8 100644
--- a/proxy/backend/type/postgresql/pom.xml
+++ b/proxy/backend/type/postgresql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-proxy-backend-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-proxy-backend-postgresql</artifactId>
     <name>${project.artifactId}</name>
diff --git a/proxy/bootstrap/pom.xml b/proxy/bootstrap/pom.xml
index 6b5d11e..d543b5a5 100644
--- a/proxy/bootstrap/pom.xml
+++ b/proxy/bootstrap/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-proxy</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-proxy-bootstrap</artifactId>
     <name>${project.artifactId}</name>
diff --git a/proxy/frontend/core/pom.xml b/proxy/frontend/core/pom.xml
index 6fb9aaf..1c7541c 100644
--- a/proxy/frontend/core/pom.xml
+++ b/proxy/frontend/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-proxy-frontend</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-proxy-frontend-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/proxy/frontend/pom.xml b/proxy/frontend/pom.xml
index 6da9ccb..0269caa 100644
--- a/proxy/frontend/pom.xml
+++ b/proxy/frontend/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-proxy</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-proxy-frontend</artifactId>
     <packaging>pom</packaging>
diff --git a/proxy/frontend/spi/pom.xml b/proxy/frontend/spi/pom.xml
index 092ec96..e2f5be7 100644
--- a/proxy/frontend/spi/pom.xml
+++ b/proxy/frontend/spi/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-proxy-frontend</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-proxy-frontend-spi</artifactId>
     <name>${project.artifactId}</name>
diff --git a/proxy/frontend/type/mysql/pom.xml b/proxy/frontend/type/mysql/pom.xml
index 7c9c2d0..9555c58 100644
--- a/proxy/frontend/type/mysql/pom.xml
+++ b/proxy/frontend/type/mysql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-proxy-frontend-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-proxy-frontend-mysql</artifactId>
     <name>${project.artifactId}</name>
diff --git a/proxy/frontend/type/opengauss/pom.xml b/proxy/frontend/type/opengauss/pom.xml
index e0782d8..ac7c30c 100644
--- a/proxy/frontend/type/opengauss/pom.xml
+++ b/proxy/frontend/type/opengauss/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-proxy-frontend-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-proxy-frontend-opengauss</artifactId>
     <name>${project.artifactId}</name>
diff --git a/proxy/frontend/type/pom.xml b/proxy/frontend/type/pom.xml
index 0b4e4bd..030b2ff 100644
--- a/proxy/frontend/type/pom.xml
+++ b/proxy/frontend/type/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-proxy-frontend</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-proxy-frontend-type</artifactId>
     <packaging>pom</packaging>
diff --git a/proxy/frontend/type/postgresql/pom.xml b/proxy/frontend/type/postgresql/pom.xml
index 5552a51..3e544e2 100644
--- a/proxy/frontend/type/postgresql/pom.xml
+++ b/proxy/frontend/type/postgresql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-proxy-frontend-type</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-proxy-frontend-postgresql</artifactId>
     <name>${project.artifactId}</name>
diff --git a/proxy/pom.xml b/proxy/pom.xml
index 0a45320..204ccf5 100644
--- a/proxy/pom.xml
+++ b/proxy/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-proxy</artifactId>
     <packaging>pom</packaging>
diff --git a/test/e2e/agent/jdbc-project/pom.xml b/test/e2e/agent/jdbc-project/pom.xml
index 24dac67..56777ac 100644
--- a/test/e2e/agent/jdbc-project/pom.xml
+++ b/test/e2e/agent/jdbc-project/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-e2e-agent</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-e2e-agent-jdbc-project</artifactId>
     <name>${project.artifactId}</name>
diff --git a/test/e2e/agent/plugins/common/pom.xml b/test/e2e/agent/plugins/common/pom.xml
index 3be9b4e..89558ec 100644
--- a/test/e2e/agent/plugins/common/pom.xml
+++ b/test/e2e/agent/plugins/common/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-e2e-agent-plugins</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-e2e-agent-plugins-common</artifactId>
     <name>${project.artifactId}</name>
diff --git a/test/e2e/agent/plugins/logging/file/pom.xml b/test/e2e/agent/plugins/logging/file/pom.xml
index 61c04fc..c2191fe 100644
--- a/test/e2e/agent/plugins/logging/file/pom.xml
+++ b/test/e2e/agent/plugins/logging/file/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-e2e-agent-plugins-logging</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-e2e-agent-plugins-logging-file</artifactId>
     <name>${project.artifactId}</name>
diff --git a/test/e2e/agent/plugins/logging/pom.xml b/test/e2e/agent/plugins/logging/pom.xml
index 9958986a..06f3209 100644
--- a/test/e2e/agent/plugins/logging/pom.xml
+++ b/test/e2e/agent/plugins/logging/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-e2e-agent-plugins</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-e2e-agent-plugins-logging</artifactId>
     <packaging>pom</packaging>
diff --git a/test/e2e/agent/plugins/metrics/pom.xml b/test/e2e/agent/plugins/metrics/pom.xml
index 9a3f362..ff4afbf 100644
--- a/test/e2e/agent/plugins/metrics/pom.xml
+++ b/test/e2e/agent/plugins/metrics/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-e2e-agent-plugins</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-e2e-agent-plugins-metrics</artifactId>
     <packaging>pom</packaging>
diff --git a/test/e2e/agent/plugins/metrics/prometheus/pom.xml b/test/e2e/agent/plugins/metrics/prometheus/pom.xml
index 6df1345..d43ee76 100644
--- a/test/e2e/agent/plugins/metrics/prometheus/pom.xml
+++ b/test/e2e/agent/plugins/metrics/prometheus/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-e2e-agent-plugins-metrics</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-e2e-agent-plugins-metrics-prometheus</artifactId>
     <name>${project.artifactId}</name>
diff --git a/test/e2e/agent/plugins/pom.xml b/test/e2e/agent/plugins/pom.xml
index 4b57c7d..d9bcd54 100644
--- a/test/e2e/agent/plugins/pom.xml
+++ b/test/e2e/agent/plugins/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-e2e-agent</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-e2e-agent-plugins</artifactId>
     <packaging>pom</packaging>
diff --git a/test/e2e/agent/plugins/tracing/jaeger/pom.xml b/test/e2e/agent/plugins/tracing/jaeger/pom.xml
index 97d1b1d..158d21a 100644
--- a/test/e2e/agent/plugins/tracing/jaeger/pom.xml
+++ b/test/e2e/agent/plugins/tracing/jaeger/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-e2e-agent-plugins-tracing</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-e2e-agent-plugins-jaeger</artifactId>
     <name>${project.artifactId}</name>
diff --git a/test/e2e/agent/plugins/tracing/pom.xml b/test/e2e/agent/plugins/tracing/pom.xml
index adae0a1..1ce0fe7 100644
--- a/test/e2e/agent/plugins/tracing/pom.xml
+++ b/test/e2e/agent/plugins/tracing/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-e2e-agent-plugins</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-e2e-agent-plugins-tracing</artifactId>
     <packaging>pom</packaging>
diff --git a/test/e2e/agent/plugins/tracing/zipkin/pom.xml b/test/e2e/agent/plugins/tracing/zipkin/pom.xml
index 773ece3..dbb4644 100644
--- a/test/e2e/agent/plugins/tracing/zipkin/pom.xml
+++ b/test/e2e/agent/plugins/tracing/zipkin/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-e2e-agent-plugins-tracing</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-e2e-agent-plugins-zipkin</artifactId>
     <name>${project.artifactId}</name>
diff --git a/test/e2e/agent/pom.xml b/test/e2e/agent/pom.xml
index 60ffa0e..5696e6d 100644
--- a/test/e2e/agent/pom.xml
+++ b/test/e2e/agent/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-e2e</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-e2e-agent</artifactId>
     <packaging>pom</packaging>
diff --git a/test/e2e/driver/pom.xml b/test/e2e/driver/pom.xml
index f927fb4..2e43e47 100644
--- a/test/e2e/driver/pom.xml
+++ b/test/e2e/driver/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-e2e</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-e2e-driver</artifactId>
     <name>${project.artifactId}</name>
diff --git a/test/e2e/env/pom.xml b/test/e2e/env/pom.xml
index f765d72..46e738d 100644
--- a/test/e2e/env/pom.xml
+++ b/test/e2e/env/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-e2e</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-e2e-env</artifactId>
     <name>${project.artifactId}</name>
diff --git a/test/e2e/fixture/pom.xml b/test/e2e/fixture/pom.xml
index 48f3551..596af2b 100644
--- a/test/e2e/fixture/pom.xml
+++ b/test/e2e/fixture/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-e2e</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-e2e-fixture</artifactId>
     <name>${project.artifactId}</name>
diff --git a/test/e2e/operation/pipeline/pom.xml b/test/e2e/operation/pipeline/pom.xml
index 21c5408..ed98c61 100644
--- a/test/e2e/operation/pipeline/pom.xml
+++ b/test/e2e/operation/pipeline/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-e2e-operation</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-e2e-pipeline</artifactId>
     <name>${project.artifactId}</name>
diff --git a/test/e2e/operation/pom.xml b/test/e2e/operation/pom.xml
index 1b6a902..8340142 100644
--- a/test/e2e/operation/pom.xml
+++ b/test/e2e/operation/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-e2e</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-e2e-operation</artifactId>
     <packaging>pom</packaging>
diff --git a/test/e2e/operation/showprocesslist/pom.xml b/test/e2e/operation/showprocesslist/pom.xml
index 0eb35a9..e933fd1 100644
--- a/test/e2e/operation/showprocesslist/pom.xml
+++ b/test/e2e/operation/showprocesslist/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-e2e-operation</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-e2e-showprocesslist</artifactId>
     <name>${project.artifactId}</name>
diff --git a/test/e2e/operation/transaction/pom.xml b/test/e2e/operation/transaction/pom.xml
index d4617f3..92bb4e3 100644
--- a/test/e2e/operation/transaction/pom.xml
+++ b/test/e2e/operation/transaction/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-e2e-operation</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-e2e-transaction</artifactId>
     <name>${project.artifactId}</name>
diff --git a/test/e2e/pom.xml b/test/e2e/pom.xml
index 77de76b..bda2828 100644
--- a/test/e2e/pom.xml
+++ b/test/e2e/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-e2e</artifactId>
     <packaging>pom</packaging>
diff --git a/test/e2e/sql/pom.xml b/test/e2e/sql/pom.xml
index 71f68e7..542a331 100644
--- a/test/e2e/sql/pom.xml
+++ b/test/e2e/sql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-e2e</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-e2e-sql</artifactId>
     <name>${project.artifactId}</name>
diff --git a/test/fixture/database/pom.xml b/test/fixture/database/pom.xml
index 8239e19..48884fa 100644
--- a/test/fixture/database/pom.xml
+++ b/test/fixture/database/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-fixture</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-fixture-database</artifactId>
     <name>${project.artifactId}</name>
diff --git a/test/fixture/infra/pom.xml b/test/fixture/infra/pom.xml
index 55adba7..b79f2dd 100644
--- a/test/fixture/infra/pom.xml
+++ b/test/fixture/infra/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-fixture</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-fixture-infra</artifactId>
     <name>${project.artifactId}</name>
diff --git a/test/fixture/pom.xml b/test/fixture/pom.xml
index 2d247bd..c69f242 100644
--- a/test/fixture/pom.xml
+++ b/test/fixture/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-fixture</artifactId>
     <packaging>pom</packaging>
diff --git a/test/it/optimizer/pom.xml b/test/it/optimizer/pom.xml
index f0cd24e..1d5a115 100644
--- a/test/it/optimizer/pom.xml
+++ b/test/it/optimizer/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-it</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-it-optimizer</artifactId>
     <name>${project.artifactId}</name>
diff --git a/test/it/parser/pom.xml b/test/it/parser/pom.xml
index bfda93b..2ef527e 100644
--- a/test/it/parser/pom.xml
+++ b/test/it/parser/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-it</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-it-parser</artifactId>
     <name>${project.artifactId}</name>
diff --git a/test/it/pipeline/pom.xml b/test/it/pipeline/pom.xml
index ec0708c..b7d6a18 100644
--- a/test/it/pipeline/pom.xml
+++ b/test/it/pipeline/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-it</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-it-pipeline</artifactId>
     <name>${project.artifactId}</name>
diff --git a/test/it/pom.xml b/test/it/pom.xml
index a31efe8..26e1dc2 100644
--- a/test/it/pom.xml
+++ b/test/it/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-it</artifactId>
     <packaging>pom</packaging>
diff --git a/test/it/rewriter/pom.xml b/test/it/rewriter/pom.xml
index b6d293f..5d39d22 100644
--- a/test/it/rewriter/pom.xml
+++ b/test/it/rewriter/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-it</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-it-rewriter</artifactId>
     <name>${project.artifactId}</name>
diff --git a/test/it/yaml/pom.xml b/test/it/yaml/pom.xml
index 84223ba..0b8c2fb 100644
--- a/test/it/yaml/pom.xml
+++ b/test/it/yaml/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test-it</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-it-yaml</artifactId>
     <name>${project.artifactId}</name>
diff --git a/test/native/pom.xml b/test/native/pom.xml
index c83344a..632f0e8 100644
--- a/test/native/pom.xml
+++ b/test/native/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-native</artifactId>
     <name>${project.artifactId}</name>
diff --git a/test/pom.xml b/test/pom.xml
index 0eac1c7..321693a 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test</artifactId>
     <packaging>pom</packaging>
diff --git a/test/util/pom.xml b/test/util/pom.xml
index 65a1d56..ff78614 100644
--- a/test/util/pom.xml
+++ b/test/util/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-test</artifactId>
-        <version>5.4.2-SNAPSHOT</version>
+        <version>5.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-test-util</artifactId>
     <name>${project.artifactId}</name>