This is an automated email from the ASF dual-hosted git repository.
huxing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git
The following commit(s) were added to refs/heads/master by this push:
new b7857f9 Fix compile error (#3122)
b7857f9 is described below
commit b7857f930354e2fdce74e613b4b0e5ebf3f42acc
Author: Yuhao Bi <[email protected]>
AuthorDate: Thu Jan 3 15:32:36 2019 +0800
Fix compile error (#3122)
---
dubbo-demo/dubbo-demo-xml/dubbo-demo-xml-consumer/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-demo/dubbo-demo-xml/dubbo-demo-xml-consumer/pom.xml
b/dubbo-demo/dubbo-demo-xml/dubbo-demo-xml-consumer/pom.xml
index 98c8f90..f2bcda4 100644
--- a/dubbo-demo/dubbo-demo-xml/dubbo-demo-xml-consumer/pom.xml
+++ b/dubbo-demo/dubbo-demo-xml/dubbo-demo-xml-consumer/pom.xml
@@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo-demo</artifactId>
+ <artifactId>dubbo-demo-xml</artifactId>
<version>2.7.0-SNAPSHOT</version>
</parent>
<artifactId>dubbo-demo-xml-consumer</artifactId>