This is an automated email from the ASF dual-hosted git repository.
liujun 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 6396b09 use fixed boot-starter version 2.7.8 (#276)
6396b09 is described below
commit 6396b090954911832682142fe4a748458efa391c
Author: ken.lj <[email protected]>
AuthorDate: Sun Feb 7 10:38:01 2021 +0800
use fixed boot-starter version 2.7.8 (#276)
---
dubbo-samples-tengine/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dubbo-samples-tengine/pom.xml b/dubbo-samples-tengine/pom.xml
index 4143097..e74c22c 100644
--- a/dubbo-samples-tengine/pom.xml
+++ b/dubbo-samples-tengine/pom.xml
@@ -9,6 +9,7 @@
<properties>
<skip_maven_deploy>true</skip_maven_deploy>
<dubbo.version>2.7.7</dubbo.version>
+ <dubbo.boot-starter.version>2.7.8</dubbo.boot-starter.version>
<spring-boot.version>2.1.5.RELEASE</spring-boot.version>
</properties>
<modules>
@@ -29,7 +30,7 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
- <version>${dubbo.version}</version>
+ <version>${dubbo.boot-starter.version}</version>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]