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-samples.git
The following commit(s) were added to refs/heads/master by this push:
new 7ef00447 Fix dubbo version
7ef00447 is described below
commit 7ef00447d9a884d9e15dcee2b7f96ae153e31093
Author: Albumen Kevin <[email protected]>
AuthorDate: Wed Nov 1 20:23:23 2023 +0800
Fix dubbo version
---
2-advanced/dubbo-samples-spring-xml/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/2-advanced/dubbo-samples-spring-xml/pom.xml
b/2-advanced/dubbo-samples-spring-xml/pom.xml
index cdf05700..d8c69bdc 100644
--- a/2-advanced/dubbo-samples-spring-xml/pom.xml
+++ b/2-advanced/dubbo-samples-spring-xml/pom.xml
@@ -38,7 +38,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <dubbo.version>3.3.0-beta.1-SNAPSHOT</dubbo.version>
+ <dubbo.version>3.3.0-beta.1</dubbo.version>
<spring.version>5.3.25</spring.version>
<slf4j-log4j12.version>1.7.33</slf4j-log4j12.version>
<junit.version>4.13.1</junit.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]