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

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

commit 5ccd467353f4a4f792dd88559c53ccf3ee8ff09a
Author: Albumen Kevin <[email protected]>
AuthorDate: Sun Jun 23 20:50:43 2024 +0800

    Release Hessian Lite 4.0.2
---
 hessian-lite/pom.xml | 2 +-
 java-11-test/pom.xml | 4 ++--
 java-17-test/pom.xml | 4 ++--
 java-8-test/pom.xml  | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/hessian-lite/pom.xml b/hessian-lite/pom.xml
index f8453f60..7faca9bd 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.2-SNAPSHOT</version>
+        <version>4.0.2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/java-11-test/pom.xml b/java-11-test/pom.xml
index 08b74511..709d2346 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.2-SNAPSHOT</version>
+        <version>4.0.2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.dubbo</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>4.0.2-SNAPSHOT</version>
+            <version>4.0.2</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/java-17-test/pom.xml b/java-17-test/pom.xml
index 84aeba63..82b8c69c 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.2-SNAPSHOT</version>
+        <version>4.0.2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.dubbo</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>4.0.2-SNAPSHOT</version>
+            <version>4.0.2</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/java-8-test/pom.xml b/java-8-test/pom.xml
index 1a227c6f..51613cae 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.2-SNAPSHOT</version>
+        <version>4.0.2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.dubbo</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>4.0.2-SNAPSHOT</version>
+            <version>4.0.2</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

Reply via email to