This is an automated email from the ASF dual-hosted git repository.
mercyblitz pushed a commit to branch 2.7.0-release
in repository
https://gitbox.apache.org/repos/asf/incubator-dubbo-spring-boot-project.git
The following commit(s) were added to refs/heads/2.7.0-release by this push:
new 33d2ec6 2.7.0 (#433)
33d2ec6 is described below
commit 33d2ec625f4c59c717c5afa7be56d2b39fa9059a
Author: Mercy Ma <[email protected]>
AuthorDate: Fri Feb 1 15:44:31 2019 +0800
2.7.0 (#433)
* Polish apache/incubator-dubbo-spring-boot-project#395
* Polish apache/incubator-dubbo-spring-boot-project#395 fixed issues
* Polish apache/incubator-dubbo-spring-boot-project#395 Update documents
* Update the root POM's parent
* Replace ${project.version} to ${revision} in the "pom.xml" files
* Update <projectId>
* Remove Netty Project
* Polish : apache/incubator-dubbo-spring-boot-project#427
* Polish : apache/incubator-dubbo-spring-boot-project#427
* Polish : apache/incubator-dubbo-spring-boot-project#427
* Polish : apache/incubator-dubbo-spring-boot-project#427 : Update Documents
* Polish : apache/incubator-dubbo-spring-boot-project#427 : Fixed include
pattern
---
dubbo-spring-boot-distribution/assembly/bin-release.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-spring-boot-distribution/assembly/bin-release.xml
b/dubbo-spring-boot-distribution/assembly/bin-release.xml
index 1a94381..e055929 100644
--- a/dubbo-spring-boot-distribution/assembly/bin-release.xml
+++ b/dubbo-spring-boot-distribution/assembly/bin-release.xml
@@ -40,7 +40,7 @@
<outputDirectory>/libs</outputDirectory>
<scope>runtime</scope>
<includes>
- <include>com.alibaba.boot:*</include>
+ <include>org.apache.dubbo:*</include>
</includes>
<excludes>
<exclude>com.alibaba:fastjson</exclude>