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

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

commit ac19a35e0ca696680746469ab72b936579820dca
Author: Albumen Kevin <[email protected]>
AuthorDate: Fri Aug 9 15:12:06 2024 +0800

    Bump version to 4.0.4-SNAPSHOT
---
 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 0b738fc8..cf259b35 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.3</version>
+        <version>4.0.4-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/java-11-test/pom.xml b/java-11-test/pom.xml
index a26a13aa..8e56a308 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.3</version>
+        <version>4.0.4-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.dubbo</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>4.0.3</version>
+            <version>4.0.4-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/java-17-test/pom.xml b/java-17-test/pom.xml
index 2041d0f4..37e4fecd 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.3</version>
+        <version>4.0.4-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.dubbo</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>4.0.3</version>
+            <version>4.0.4-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/java-8-test/pom.xml b/java-8-test/pom.xml
index 8803ce8a..fe54d371 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.3</version>
+        <version>4.0.4-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.dubbo</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>4.0.3</version>
+            <version>4.0.4-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/pom.xml b/pom.xml
index 146f9518..5520b9ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
     <groupId>org.apache.dubbo</groupId>
     <artifactId>hessian-lite-parent</artifactId>
-    <version>4.0.3</version>
+    <version>4.0.4-SNAPSHOT</version>
     <name>Hessian Lite (Parent POM)</name>
 
     <packaging>pom</packaging>

Reply via email to