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 33aff38 fix dubbo version (#333)
33aff38 is described below
commit 33aff380224a48ee827e2e93a50c92fe67fd2c2e
Author: Gong Dewei <[email protected]>
AuthorDate: Wed Jun 16 17:47:15 2021 +0800
fix dubbo version (#333)
---
dubbo-samples-protostuff/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-samples-protostuff/pom.xml b/dubbo-samples-protostuff/pom.xml
index 3951f6a..21604f1 100644
--- a/dubbo-samples-protostuff/pom.xml
+++ b/dubbo-samples-protostuff/pom.xml
@@ -61,7 +61,7 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
- <version>2.7.5</version>
+ <version>${dubbo.version}</version>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]