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

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


The following commit(s) were added to refs/heads/4.0.4-release by this push:
     new 0189e6cc Release Hessian Lite 4.0.4
0189e6cc is described below

commit 0189e6cc8795baff3940f95ee3e592b7fb66ba31
Author: Rain Yu <[email protected]>
AuthorDate: Sat Aug 16 08:35:04 2025 +0800

    Release Hessian Lite 4.0.4
---
 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 cf259b35..c2f19a8e 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-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/java-11-test/pom.xml b/java-11-test/pom.xml
index 8e56a308..3a4af17b 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-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.dubbo</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>4.0.4-SNAPSHOT</version>
+            <version>4.0.4</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/java-17-test/pom.xml b/java-17-test/pom.xml
index 37e4fecd..a5bdc14c 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-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.dubbo</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>4.0.4-SNAPSHOT</version>
+            <version>4.0.4</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/java-8-test/pom.xml b/java-8-test/pom.xml
index f5d6f2ba..3f88cd75 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-SNAPSHOT</version>
+        <version>4.0.4</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.dubbo</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>4.0.4-SNAPSHOT</version>
+            <version>4.0.4</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/pom.xml b/pom.xml
index 5520b9ff..d5681aca 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-SNAPSHOT</version>
+    <version>4.0.4</version>
     <name>Hessian Lite (Parent POM)</name>
 
     <packaging>pom</packaging>

Reply via email to