This is an automated email from the ASF dual-hosted git repository.

rainyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-hessian-lite.git


The following commit(s) were added to refs/heads/master by this push:
     new 68782851 Release Hessian Lite 4.0.5 (#103)
68782851 is described below

commit 68782851d7b7408b8cefc6a2cd14c8ac7bd162a0
Author: Rain Yu <[email protected]>
AuthorDate: Wed Nov 26 13:34:50 2025 +0800

    Release Hessian Lite 4.0.5 (#103)
---
 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>

Reply via email to