This is an automated email from the ASF dual-hosted git repository.
mercyblitz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-dubbo-spring-boot-project.git
The following commit(s) were added to refs/heads/master by this push:
new 23a8c84 Fix build failure (#504)
23a8c84 is described below
commit 23a8c84693300654d66e17fedcc2e6ae31d44086
Author: Yuhao Bi <[email protected]>
AuthorDate: Mon May 6 09:39:04 2019 +0800
Fix build failure (#504)
---
.../dubbo-registry-nacos-samples/consumer-sample/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/dubbo-spring-boot-samples/dubbo-registry-nacos-samples/consumer-sample/pom.xml
b/dubbo-spring-boot-samples/dubbo-registry-nacos-samples/consumer-sample/pom.xml
index fd0cc79..0c1260e 100644
---
a/dubbo-spring-boot-samples/dubbo-registry-nacos-samples/consumer-sample/pom.xml
+++
b/dubbo-spring-boot-samples/dubbo-registry-nacos-samples/consumer-sample/pom.xml
@@ -21,7 +21,8 @@
<parent>
<artifactId>dubbo-spring-boot-registry-nacos-samples</artifactId>
<groupId>org.apache.dubbo.samples</groupId>
- <version>2.7.1</version>
+ <version>${revision}</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>