This is an automated email from the ASF dual-hosted git repository. rainyu pushed a commit to branch 4.0.5-release in repository https://gitbox.apache.org/repos/asf/dubbo-hessian-lite.git
commit 8e4b62ecbe8d56b003c680bbc09d762244811c51 Author: Rain Yu <[email protected]> AuthorDate: Sun Nov 16 19:44:54 2025 +0800 Release Hessian Lite 4.0.5 --- hessian-lite/pom.xml | 2 +- java-11-test/pom.xml | 4 ++-- java-17-test/pom.xml | 4 ++-- java-8-test/pom.xml | 4 ++-- pom.xml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hessian-lite/pom.xml b/hessian-lite/pom.xml index c2f19a8e..92afe2a0 100644 --- a/hessian-lite/pom.xml +++ b/hessian-lite/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.dubbo</groupId> <artifactId>hessian-lite-parent</artifactId> - <version>4.0.4</version> + <version>4.0.5</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/java-11-test/pom.xml b/java-11-test/pom.xml index 3a4af17b..5651527c 100644 --- a/java-11-test/pom.xml +++ b/java-11-test/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.dubbo</groupId> <artifactId>hessian-lite-parent</artifactId> - <version>4.0.4</version> + <version>4.0.5</version> <relativePath>../pom.xml</relativePath> </parent> @@ -36,7 +36,7 @@ <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>hessian-lite</artifactId> - <version>4.0.4</version> + <version>4.0.5</version> <scope>test</scope> </dependency> </dependencies> diff --git a/java-17-test/pom.xml b/java-17-test/pom.xml index a5bdc14c..258ecb85 100644 --- a/java-17-test/pom.xml +++ b/java-17-test/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.dubbo</groupId> <artifactId>hessian-lite-parent</artifactId> - <version>4.0.4</version> + <version>4.0.5</version> <relativePath>../pom.xml</relativePath> </parent> @@ -36,7 +36,7 @@ <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>hessian-lite</artifactId> - <version>4.0.4</version> + <version>4.0.5</version> <scope>test</scope> </dependency> </dependencies> diff --git a/java-8-test/pom.xml b/java-8-test/pom.xml index 3f88cd75..1d9b1adf 100644 --- a/java-8-test/pom.xml +++ b/java-8-test/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.dubbo</groupId> <artifactId>hessian-lite-parent</artifactId> - <version>4.0.4</version> + <version>4.0.5</version> <relativePath>../pom.xml</relativePath> </parent> @@ -36,7 +36,7 @@ <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>hessian-lite</artifactId> - <version>4.0.4</version> + <version>4.0.5</version> <scope>test</scope> </dependency> <dependency> diff --git a/pom.xml b/pom.xml index d5681aca..6a4e982a 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.dubbo</groupId> <artifactId>hessian-lite-parent</artifactId> - <version>4.0.4</version> + <version>4.0.5</version> <name>Hessian Lite (Parent POM)</name> <packaging>pom</packaging>
