You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2019/03/15 06:37:08 UTC

[incubator-dubbo] branch 2.7.1-release updated: Change package name (#3667)

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

huxing pushed a commit to branch 2.7.1-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/2.7.1-release by this push:
     new 883f03f  Change package name (#3667)
883f03f is described below

commit 883f03f26d2693d64a7f3e2e5db6a85287ec9f11
Author: min <z8...@gmail.com>
AuthorDate: Fri Mar 15 14:36:57 2019 +0800

    Change package name (#3667)
---
 dubbo-distribution/src/assembly/bin-release.xml    | 2 +-
 dubbo-distribution/src/assembly/source-release.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dubbo-distribution/src/assembly/bin-release.xml b/dubbo-distribution/src/assembly/bin-release.xml
index e055929..d566ddb 100644
--- a/dubbo-distribution/src/assembly/bin-release.xml
+++ b/dubbo-distribution/src/assembly/bin-release.xml
@@ -21,7 +21,7 @@
         <format>zip</format>
     </formats>
     <includeBaseDirectory>true</includeBaseDirectory>
-    <baseDirectory>${project.build.finalName}-bin-release</baseDirectory>
+    <baseDirectory>${project.build.finalName}-bin</baseDirectory>
     <fileSets>
         <fileSet>
             <directory>../</directory>
diff --git a/dubbo-distribution/src/assembly/source-release.xml b/dubbo-distribution/src/assembly/source-release.xml
index 434377b..e333c84 100644
--- a/dubbo-distribution/src/assembly/source-release.xml
+++ b/dubbo-distribution/src/assembly/source-release.xml
@@ -21,7 +21,7 @@
         <format>zip</format>
     </formats>
     <includeBaseDirectory>true</includeBaseDirectory>
-    <baseDirectory>${project.build.finalName}-source-release</baseDirectory>
+    <baseDirectory>${project.build.finalName}-src</baseDirectory>
 
     <fileSets>
         <fileSet>