This is an automated email from the ASF dual-hosted git repository. albumenj pushed a commit to branch 4.0.1-release in repository https://gitbox.apache.org/repos/asf/dubbo-hessian-lite.git
commit d3d90e4924e498a1b325d2654ea863a585180b50 Author: Albumen Kevin <[email protected]> AuthorDate: Mon Jun 10 15:15:17 2024 +0800 Release Hessian Lite 4.0.1 --- 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 17a974a6..9b0b9a1e 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-SNAPSHOT</version> + <version>4.0.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/java-11-test/pom.xml b/java-11-test/pom.xml index 4f1d6b83..8b4ce2dd 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-SNAPSHOT</version> + <version>4.0.1</version> <relativePath>../pom.xml</relativePath> </parent> @@ -36,7 +36,7 @@ <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>hessian-lite</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> <scope>test</scope> </dependency> </dependencies> diff --git a/java-17-test/pom.xml b/java-17-test/pom.xml index 393ab7e4..f49f56f8 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-SNAPSHOT</version> + <version>4.0.1</version> <relativePath>../pom.xml</relativePath> </parent> @@ -36,7 +36,7 @@ <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>hessian-lite</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> <scope>test</scope> </dependency> </dependencies> diff --git a/java-8-test/pom.xml b/java-8-test/pom.xml index 8311f6af..93fe1acc 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-SNAPSHOT</version> + <version>4.0.1</version> <relativePath>../pom.xml</relativePath> </parent> @@ -36,7 +36,7 @@ <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>hessian-lite</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> <scope>test</scope> </dependency> </dependencies> diff --git a/pom.xml b/pom.xml index dd2cb83d..1b4097c7 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-SNAPSHOT</version> + <version>4.0.1</version> <name>Hessian Lite (Parent POM)</name> <packaging>pom</packaging>
