diff --git a/pom.xml b/pom.xml
index 446a57342..a2d635df9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.tencent.trpc
trpc-parent
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
pom
Trpc Parent Project ${project.version}
trpc
diff --git a/trpc-admin/pom.xml b/trpc-admin/pom.xml
index 9f1006a2c..9a0574519 100644
--- a/trpc-admin/pom.xml
+++ b/trpc-admin/pom.xml
@@ -7,7 +7,7 @@
com.tencent.trpc
trpc-parent
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
trpc-admin
diff --git a/trpc-admin/trpc-admin-default/pom.xml b/trpc-admin/trpc-admin-default/pom.xml
index 6729c4460..1f056c5a6 100644
--- a/trpc-admin/trpc-admin-default/pom.xml
+++ b/trpc-admin/trpc-admin-default/pom.xml
@@ -9,7 +9,7 @@
com.tencent.trpc
trpc-admin
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
jar
diff --git a/trpc-bootstrap/pom.xml b/trpc-bootstrap/pom.xml
index aa827b5f3..f1850dc15 100644
--- a/trpc-bootstrap/pom.xml
+++ b/trpc-bootstrap/pom.xml
@@ -7,7 +7,7 @@
com.tencent.trpc
trpc-parent
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
trpc-bootstrap
diff --git a/trpc-bootstrap/trpc-server/pom.xml b/trpc-bootstrap/trpc-server/pom.xml
index 2701e6fcf..a7f8be951 100644
--- a/trpc-bootstrap/trpc-server/pom.xml
+++ b/trpc-bootstrap/trpc-server/pom.xml
@@ -5,7 +5,7 @@
com.tencent.trpc
trpc-bootstrap
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
4.0.0
diff --git a/trpc-code-generator/pom.xml b/trpc-code-generator/pom.xml
index a3108d266..74a1231d1 100644
--- a/trpc-code-generator/pom.xml
+++ b/trpc-code-generator/pom.xml
@@ -7,7 +7,7 @@
trpc-parent
com.tencent.trpc
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
trpc-code-generator
diff --git a/trpc-configcenter/pom.xml b/trpc-configcenter/pom.xml
index 10a78de7d..5e716b017 100644
--- a/trpc-configcenter/pom.xml
+++ b/trpc-configcenter/pom.xml
@@ -5,7 +5,7 @@
trpc-parent
com.tencent.trpc
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
4.0.0
diff --git a/trpc-configcenter/trpc-configcenter-nacos/pom.xml b/trpc-configcenter/trpc-configcenter-nacos/pom.xml
index 7be9f7c7e..e24bf9ce5 100644
--- a/trpc-configcenter/trpc-configcenter-nacos/pom.xml
+++ b/trpc-configcenter/trpc-configcenter-nacos/pom.xml
@@ -6,7 +6,7 @@
com.tencent.trpc
trpc-configcenter
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
jar
${project.artifactId}
diff --git a/trpc-configcenter/trpc-configcenter-open-polaris/pom.xml b/trpc-configcenter/trpc-configcenter-open-polaris/pom.xml
index b1604f250..fc8c02227 100644
--- a/trpc-configcenter/trpc-configcenter-open-polaris/pom.xml
+++ b/trpc-configcenter/trpc-configcenter-open-polaris/pom.xml
@@ -6,7 +6,7 @@
com.tencent.trpc
trpc-configcenter
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
jar
${project.artifactId}
diff --git a/trpc-container/pom.xml b/trpc-container/pom.xml
index d1d6cf843..0ce9ff7e9 100644
--- a/trpc-container/pom.xml
+++ b/trpc-container/pom.xml
@@ -7,7 +7,7 @@
com.tencent.trpc
trpc-parent
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
trpc-container
diff --git a/trpc-container/trpc-container-default/pom.xml b/trpc-container/trpc-container-default/pom.xml
index b8a4b284e..106d9897c 100644
--- a/trpc-container/trpc-container-default/pom.xml
+++ b/trpc-container/trpc-container-default/pom.xml
@@ -9,7 +9,7 @@
com.tencent.trpc
trpc-container
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
jar
diff --git a/trpc-core/pom.xml b/trpc-core/pom.xml
index 33e0a21cd..d758461d1 100644
--- a/trpc-core/pom.xml
+++ b/trpc-core/pom.xml
@@ -8,7 +8,7 @@
com.tencent.trpc
trpc-parent
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
jar
diff --git a/trpc-core/src/main/java/com/tencent/trpc/core/common/Version.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/Version.java
index 82328e974..d15a33d0d 100644
--- a/trpc-core/src/main/java/com/tencent/trpc/core/common/Version.java
+++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/Version.java
@@ -31,7 +31,7 @@ public class Version {
* VERSION: Do not modify the line number of this line. If you want to modify it, be sure to change deploy.sh at
* the same time.
*/
- public static final String VERSION = "v1.5.5";
+ public static final String VERSION = "v1.5.8";
public static final String SNAPSHOT_VERSION = VERSION + VERSION_SUFFIX;
/**
* IS_FORMAL_VERSION: Do not modify the line number of this line. If you want to modify it, be sure to change
diff --git a/trpc-demo/pom.xml b/trpc-demo/pom.xml
index d584e02ad..c37b9acbd 100644
--- a/trpc-demo/pom.xml
+++ b/trpc-demo/pom.xml
@@ -7,7 +7,7 @@
com.tencent.trpc
trpc-parent
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
trpc-demo
diff --git a/trpc-demo/trpc-java-demo/pom.xml b/trpc-demo/trpc-java-demo/pom.xml
index 11fd31e99..bf972f2ba 100644
--- a/trpc-demo/trpc-java-demo/pom.xml
+++ b/trpc-demo/trpc-java-demo/pom.xml
@@ -7,7 +7,7 @@
com.tencent.trpc
trpc-demo
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
trpc-demo
Demo project for Spring Boot
diff --git a/trpc-demo/trpc-spring-demo/pom.xml b/trpc-demo/trpc-spring-demo/pom.xml
index 7eaa4ab0e..de6c06da2 100644
--- a/trpc-demo/trpc-spring-demo/pom.xml
+++ b/trpc-demo/trpc-spring-demo/pom.xml
@@ -15,7 +15,7 @@
com.tencent.trpc
trpc-demo
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
trpc-spring-demo Maven Webapp
diff --git a/trpc-demo/trpc-spring-demo/trpc-spring-client-demo/pom.xml b/trpc-demo/trpc-spring-demo/trpc-spring-client-demo/pom.xml
index f363da6aa..c9fa874ed 100644
--- a/trpc-demo/trpc-spring-demo/trpc-spring-client-demo/pom.xml
+++ b/trpc-demo/trpc-spring-demo/trpc-spring-client-demo/pom.xml
@@ -5,7 +5,7 @@
trpc-spring-demo
com.tencent.trpc
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
4.0.0
diff --git a/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/pom.xml b/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/pom.xml
index 43216b334..294a75857 100644
--- a/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/pom.xml
+++ b/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/pom.xml
@@ -5,7 +5,7 @@
trpc-spring-demo
com.tencent.trpc
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
4.0.0
diff --git a/trpc-dependencies/pom.xml b/trpc-dependencies/pom.xml
index da35c7f59..7baa88db6 100644
--- a/trpc-dependencies/pom.xml
+++ b/trpc-dependencies/pom.xml
@@ -5,7 +5,7 @@
trpc-parent
com.tencent.trpc
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
4.0.0
diff --git a/trpc-dependencies/trpc-bom/pom.xml b/trpc-dependencies/trpc-bom/pom.xml
index 81e678d16..097108793 100644
--- a/trpc-dependencies/trpc-bom/pom.xml
+++ b/trpc-dependencies/trpc-bom/pom.xml
@@ -6,7 +6,7 @@
com.tencent.trpc
trpc-bom
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
pom
trpc-bom
trpc
diff --git a/trpc-dependencies/trpc-dependencies-bom/pom.xml b/trpc-dependencies/trpc-dependencies-bom/pom.xml
index d5bf9c348..ae0562116 100644
--- a/trpc-dependencies/trpc-dependencies-bom/pom.xml
+++ b/trpc-dependencies/trpc-dependencies-bom/pom.xml
@@ -6,7 +6,7 @@
com.tencent.trpc
trpc-dependencies-bom
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
pom
trpc-dependencies-bom
trpc
diff --git a/trpc-dependencies/trpc-mini/pom.xml b/trpc-dependencies/trpc-mini/pom.xml
index c3ccbab00..d5cd4906c 100644
--- a/trpc-dependencies/trpc-mini/pom.xml
+++ b/trpc-dependencies/trpc-mini/pom.xml
@@ -9,7 +9,7 @@
com.tencent.trpc
trpc-dependencies
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
jar
diff --git a/trpc-dependencies/trpc-standard/pom.xml b/trpc-dependencies/trpc-standard/pom.xml
index c49d6503b..2a2d97318 100644
--- a/trpc-dependencies/trpc-standard/pom.xml
+++ b/trpc-dependencies/trpc-standard/pom.xml
@@ -5,7 +5,7 @@
trpc-dependencies
com.tencent.trpc
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
4.0.0
diff --git a/trpc-limiter/pom.xml b/trpc-limiter/pom.xml
index 2c8721830..e97013558 100644
--- a/trpc-limiter/pom.xml
+++ b/trpc-limiter/pom.xml
@@ -8,7 +8,7 @@
com.tencent.trpc
trpc-parent
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
trpc-limiter
diff --git a/trpc-limiter/trpc-limiter-sentinel/pom.xml b/trpc-limiter/trpc-limiter-sentinel/pom.xml
index ab70fb37e..05547be36 100644
--- a/trpc-limiter/trpc-limiter-sentinel/pom.xml
+++ b/trpc-limiter/trpc-limiter-sentinel/pom.xml
@@ -10,7 +10,7 @@
com.tencent.trpc
trpc-limiter
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
jar
diff --git a/trpc-logger/pom.xml b/trpc-logger/pom.xml
index afc09879c..fea119dab 100644
--- a/trpc-logger/pom.xml
+++ b/trpc-logger/pom.xml
@@ -7,7 +7,7 @@
com.tencent.trpc
trpc-parent
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
trpc-logger
diff --git a/trpc-logger/trpc-logger-admin/pom.xml b/trpc-logger/trpc-logger-admin/pom.xml
index fc827cc91..4e23f0847 100644
--- a/trpc-logger/trpc-logger-admin/pom.xml
+++ b/trpc-logger/trpc-logger-admin/pom.xml
@@ -9,7 +9,7 @@
com.tencent.trpc
trpc-logger
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
jar
diff --git a/trpc-maven-plugin/pom.xml b/trpc-maven-plugin/pom.xml
index 35e9796fe..5649d6649 100644
--- a/trpc-maven-plugin/pom.xml
+++ b/trpc-maven-plugin/pom.xml
@@ -7,7 +7,7 @@
trpc-parent
com.tencent.trpc
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
trpc-maven-plugin
diff --git a/trpc-opentelemetry/pom.xml b/trpc-opentelemetry/pom.xml
index ec1d8ef36..407392400 100644
--- a/trpc-opentelemetry/pom.xml
+++ b/trpc-opentelemetry/pom.xml
@@ -6,7 +6,7 @@
com.tencent.trpc
trpc-parent
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
trpc-opentelemetry
diff --git a/trpc-proto/pom.xml b/trpc-proto/pom.xml
index 311285dc4..9d313a67e 100644
--- a/trpc-proto/pom.xml
+++ b/trpc-proto/pom.xml
@@ -7,7 +7,7 @@
com.tencent.trpc
trpc-parent
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
trpc-proto
diff --git a/trpc-proto/trpc-proto-http/pom.xml b/trpc-proto/trpc-proto-http/pom.xml
index e11876498..99241e7e3 100644
--- a/trpc-proto/trpc-proto-http/pom.xml
+++ b/trpc-proto/trpc-proto-http/pom.xml
@@ -9,7 +9,7 @@
com.tencent.trpc
trpc-proto
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
jar
diff --git a/trpc-proto/trpc-proto-standard/pom.xml b/trpc-proto/trpc-proto-standard/pom.xml
index de1904761..93e40f1e4 100644
--- a/trpc-proto/trpc-proto-standard/pom.xml
+++ b/trpc-proto/trpc-proto-standard/pom.xml
@@ -9,7 +9,7 @@
com.tencent.trpc
trpc-proto
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
jar
diff --git a/trpc-proto/trpc-rpc-support/pom.xml b/trpc-proto/trpc-rpc-support/pom.xml
index 132ec72ad..9cb48edcb 100644
--- a/trpc-proto/trpc-rpc-support/pom.xml
+++ b/trpc-proto/trpc-rpc-support/pom.xml
@@ -9,7 +9,7 @@
com.tencent.trpc
trpc-proto
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
jar
diff --git a/trpc-registry/pom.xml b/trpc-registry/pom.xml
index f97aaee96..453d1e85a 100644
--- a/trpc-registry/pom.xml
+++ b/trpc-registry/pom.xml
@@ -7,7 +7,7 @@
com.tencent.trpc
trpc-parent
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
trpc-registry
diff --git a/trpc-registry/trpc-registry-api/pom.xml b/trpc-registry/trpc-registry-api/pom.xml
index cb7049a6b..8e1472202 100644
--- a/trpc-registry/trpc-registry-api/pom.xml
+++ b/trpc-registry/trpc-registry-api/pom.xml
@@ -7,7 +7,7 @@
trpc-registry
com.tencent.trpc
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
4.0.0
diff --git a/trpc-registry/trpc-registry-consul/pom.xml b/trpc-registry/trpc-registry-consul/pom.xml
index 8a290362b..fcd40cc20 100644
--- a/trpc-registry/trpc-registry-consul/pom.xml
+++ b/trpc-registry/trpc-registry-consul/pom.xml
@@ -6,7 +6,7 @@
trpc-registry
com.tencent.trpc
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
4.0.0
diff --git a/trpc-registry/trpc-registry-nacos/pom.xml b/trpc-registry/trpc-registry-nacos/pom.xml
index 1a8359459..fc95db87d 100644
--- a/trpc-registry/trpc-registry-nacos/pom.xml
+++ b/trpc-registry/trpc-registry-nacos/pom.xml
@@ -6,7 +6,7 @@
trpc-registry
com.tencent.trpc
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
4.0.0
diff --git a/trpc-registry/trpc-registry-open-polaris/pom.xml b/trpc-registry/trpc-registry-open-polaris/pom.xml
index 0ca020c04..16c5de067 100644
--- a/trpc-registry/trpc-registry-open-polaris/pom.xml
+++ b/trpc-registry/trpc-registry-open-polaris/pom.xml
@@ -9,7 +9,7 @@
com.tencent.trpc
trpc-registry
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
jar
diff --git a/trpc-registry/trpc-registry-zookeeper/pom.xml b/trpc-registry/trpc-registry-zookeeper/pom.xml
index d52bbfc89..b1328d4c7 100644
--- a/trpc-registry/trpc-registry-zookeeper/pom.xml
+++ b/trpc-registry/trpc-registry-zookeeper/pom.xml
@@ -9,7 +9,7 @@
com.tencent.trpc
trpc-registry
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
jar
diff --git a/trpc-selector/pom.xml b/trpc-selector/pom.xml
index 94038f352..9dcfa57c3 100644
--- a/trpc-selector/pom.xml
+++ b/trpc-selector/pom.xml
@@ -19,6 +19,6 @@
trpc-parent
com.tencent.trpc
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
diff --git a/trpc-selector/trpc-selector-consul/pom.xml b/trpc-selector/trpc-selector-consul/pom.xml
index 95b1e8f08..4f1119687 100644
--- a/trpc-selector/trpc-selector-consul/pom.xml
+++ b/trpc-selector/trpc-selector-consul/pom.xml
@@ -27,7 +27,7 @@
trpc-selector
com.tencent.trpc
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
diff --git a/trpc-selector/trpc-selector-nacos/pom.xml b/trpc-selector/trpc-selector-nacos/pom.xml
index a1568615e..c18741a64 100644
--- a/trpc-selector/trpc-selector-nacos/pom.xml
+++ b/trpc-selector/trpc-selector-nacos/pom.xml
@@ -27,7 +27,7 @@
trpc-selector
com.tencent.trpc
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
diff --git a/trpc-selector/trpc-selector-open-polaris/pom.xml b/trpc-selector/trpc-selector-open-polaris/pom.xml
index b58be1157..9e2004e79 100644
--- a/trpc-selector/trpc-selector-open-polaris/pom.xml
+++ b/trpc-selector/trpc-selector-open-polaris/pom.xml
@@ -9,7 +9,7 @@
com.tencent.trpc
trpc-selector
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
jar
diff --git a/trpc-selector/trpc-selector-zookeeper/pom.xml b/trpc-selector/trpc-selector-zookeeper/pom.xml
index 43ebd8cf9..cd8e27882 100644
--- a/trpc-selector/trpc-selector-zookeeper/pom.xml
+++ b/trpc-selector/trpc-selector-zookeeper/pom.xml
@@ -5,7 +5,7 @@
trpc-selector
com.tencent.trpc
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
4.0.0
diff --git a/trpc-spring-boot-starters/pom.xml b/trpc-spring-boot-starters/pom.xml
index 04960e88a..505a71aa8 100644
--- a/trpc-spring-boot-starters/pom.xml
+++ b/trpc-spring-boot-starters/pom.xml
@@ -5,7 +5,7 @@
trpc-parent
com.tencent.trpc
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
4.0.0
trpc-spring-boot-starters
diff --git a/trpc-spring-boot-starters/trpc-spring-boot-starter/pom.xml b/trpc-spring-boot-starters/trpc-spring-boot-starter/pom.xml
index ac3d04614..7ab32df30 100644
--- a/trpc-spring-boot-starters/trpc-spring-boot-starter/pom.xml
+++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/pom.xml
@@ -5,7 +5,7 @@
trpc-spring-boot-starters
com.tencent.trpc
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
4.0.0
diff --git a/trpc-spring-support/pom.xml b/trpc-spring-support/pom.xml
index 0c247d8dc..851cc7e65 100644
--- a/trpc-spring-support/pom.xml
+++ b/trpc-spring-support/pom.xml
@@ -5,7 +5,7 @@
trpc-parent
com.tencent.trpc
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
4.0.0
diff --git a/trpc-spring-support/trpc-spring-cloud-gateway/pom.xml b/trpc-spring-support/trpc-spring-cloud-gateway/pom.xml
index 80abe4159..6b3819140 100644
--- a/trpc-spring-support/trpc-spring-cloud-gateway/pom.xml
+++ b/trpc-spring-support/trpc-spring-cloud-gateway/pom.xml
@@ -6,7 +6,7 @@
trpc-spring-support
com.tencent.trpc
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
trpc-spring-cloud-gateway
${project.artifactId}
diff --git a/trpc-spring-support/trpc-spring-nacos-autoconfigure/pom.xml b/trpc-spring-support/trpc-spring-nacos-autoconfigure/pom.xml
index 60e31c928..825bfd383 100644
--- a/trpc-spring-support/trpc-spring-nacos-autoconfigure/pom.xml
+++ b/trpc-spring-support/trpc-spring-nacos-autoconfigure/pom.xml
@@ -6,7 +6,7 @@
trpc-spring-support
com.tencent.trpc
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
4.0.0
diff --git a/trpc-spring-support/trpc-spring/pom.xml b/trpc-spring-support/trpc-spring/pom.xml
index 72fc94487..15e88befe 100644
--- a/trpc-spring-support/trpc-spring/pom.xml
+++ b/trpc-spring-support/trpc-spring/pom.xml
@@ -5,7 +5,7 @@
trpc-spring-support
com.tencent.trpc
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
4.0.0
trpc-spring
diff --git a/trpc-spring-support/trpc-springmvc/pom.xml b/trpc-spring-support/trpc-springmvc/pom.xml
index b2ae2b131..9a53f2578 100644
--- a/trpc-spring-support/trpc-springmvc/pom.xml
+++ b/trpc-spring-support/trpc-springmvc/pom.xml
@@ -5,7 +5,7 @@
trpc-spring-support
com.tencent.trpc
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
4.0.0
diff --git a/trpc-test/pom.xml b/trpc-test/pom.xml
index c5760865e..62d84596d 100644
--- a/trpc-test/pom.xml
+++ b/trpc-test/pom.xml
@@ -7,7 +7,7 @@
com.tencent.trpc
trpc-parent
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
trpc-test
diff --git a/trpc-test/trpc-test-integration/pom.xml b/trpc-test/trpc-test-integration/pom.xml
index b5e3a8a01..960f95ab5 100644
--- a/trpc-test/trpc-test-integration/pom.xml
+++ b/trpc-test/trpc-test-integration/pom.xml
@@ -5,7 +5,7 @@
trpc-test
com.tencent.trpc
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
4.0.0
diff --git a/trpc-transport/pom.xml b/trpc-transport/pom.xml
index 79194965d..8c8f431bc 100644
--- a/trpc-transport/pom.xml
+++ b/trpc-transport/pom.xml
@@ -7,7 +7,7 @@
com.tencent.trpc
trpc-parent
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
trpc-transport
diff --git a/trpc-transport/trpc-transport-http/pom.xml b/trpc-transport/trpc-transport-http/pom.xml
index 2e9cd8e4c..938201fe9 100644
--- a/trpc-transport/trpc-transport-http/pom.xml
+++ b/trpc-transport/trpc-transport-http/pom.xml
@@ -9,7 +9,7 @@
com.tencent.trpc
trpc-transport
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
jar
diff --git a/trpc-transport/trpc-transport-netty/pom.xml b/trpc-transport/trpc-transport-netty/pom.xml
index 9411944d1..2378551fd 100644
--- a/trpc-transport/trpc-transport-netty/pom.xml
+++ b/trpc-transport/trpc-transport-netty/pom.xml
@@ -9,7 +9,7 @@
com.tencent.trpc
trpc-transport
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
jar
diff --git a/trpc-validation/pom.xml b/trpc-validation/pom.xml
index 87cc1f76b..b7e763a75 100644
--- a/trpc-validation/pom.xml
+++ b/trpc-validation/pom.xml
@@ -8,7 +8,7 @@
trpc-parent
com.tencent.trpc
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
Trpc Parent Project ${project.version}
diff --git a/trpc-validation/trpc-validation-pgv/pom.xml b/trpc-validation/trpc-validation-pgv/pom.xml
index ee6af8e26..d32db8c0a 100644
--- a/trpc-validation/trpc-validation-pgv/pom.xml
+++ b/trpc-validation/trpc-validation-pgv/pom.xml
@@ -8,7 +8,7 @@
com.tencent.trpc
trpc-validation
- 1.5.5-SNAPSHOT
+ 1.5.8-SNAPSHOT
jar