This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new d49895e393 Bump version to 3.3.2-SNAPSHOT
d49895e393 is described below
commit d49895e3931132f074db1f6c99800bc07c17139f
Author: Albumen Kevin <[email protected]>
AuthorDate: Wed Oct 9 16:53:04 2024 +0800
Bump version to 3.3.2-SNAPSHOT
---
dubbo-plugin/dubbo-rest-spring/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-plugin/dubbo-rest-spring/pom.xml
b/dubbo-plugin/dubbo-rest-spring/pom.xml
index 2a89157d94..61fa5752d5 100644
--- a/dubbo-plugin/dubbo-rest-spring/pom.xml
+++ b/dubbo-plugin/dubbo-rest-spring/pom.xml
@@ -113,7 +113,7 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-rpc-rest</artifactId>
- <version>3.3.1</version>
+ <version>3.3.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>