You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by me...@apache.org on 2019/02/01 08:25:17 UTC

[incubator-dubbo-spring-boot-project] branch 2.7.x updated: 2.7.0 release (#434)

This is an automated email from the ASF dual-hosted git repository.

mercyblitz pushed a commit to branch 2.7.x
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.x by this push:
     new b21d7ce  2.7.0 release (#434)
b21d7ce is described below

commit b21d7ce91de08382171e4f7833679f1d113676fa
Author: Mercy Ma <me...@gmail.com>
AuthorDate: Fri Feb 1 16:25:12 2019 +0800

    2.7.0 release (#434)
    
    * 1.0.0 (#429)
    
    * 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
    
    * 1.0.0 (#431)
    
    * 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
    
    * 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>