This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.0 by this push:
new 762dff2 fix distribution profile
762dff2 is described below
commit 762dff20b5e9a8646d3cb95670d2c6a3c9e3c4af
Author: ken.lj <[email protected]>
AuthorDate: Mon Aug 17 15:40:56 2020 +0800
fix distribution profile
---
dubbo-distribution/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-distribution/pom.xml b/dubbo-distribution/pom.xml
index c899530..2dc703e 100644
--- a/dubbo-distribution/pom.xml
+++ b/dubbo-distribution/pom.xml
@@ -50,7 +50,7 @@
<profile>
<id>dubbo-core-spi</id>
<modules>
- <module>dubbo-all</module>
+ <module>dubbo-core-spi</module>
</modules>
</profile>
</profiles>