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 a4a5fa63898b04831a008fe61a3f6c270544dd81
Author: Albumen Kevin <[email protected]>
AuthorDate: Fri Jun 14 10:18:56 2024 +0800

    Bump version to 4.0.2-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 9b0b9a1e..f8453f60 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.1</version>
+        <version>4.0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/java-11-test/pom.xml b/java-11-test/pom.xml
index 8b4ce2dd..08b74511 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.1</version>
+        <version>4.0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.dubbo</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>4.0.1</version>
+            <version>4.0.2-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/java-17-test/pom.xml b/java-17-test/pom.xml
index f49f56f8..84aeba63 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.1</version>
+        <version>4.0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.dubbo</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>4.0.1</version>
+            <version>4.0.2-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/java-8-test/pom.xml b/java-8-test/pom.xml
index 93fe1acc..1a227c6f 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.1</version>
+        <version>4.0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.dubbo</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>4.0.1</version>
+            <version>4.0.2-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/pom.xml b/pom.xml
index 1b4097c7..6f98a427 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
     <groupId>org.apache.dubbo</groupId>
     <artifactId>hessian-lite-parent</artifactId>
-    <version>4.0.1</version>
+    <version>4.0.2-SNAPSHOT</version>
     <name>Hessian Lite (Parent POM)</name>
 
     <packaging>pom</packaging>

Reply via email to