Skip to content

Commit

Permalink
Merge branch '2.7.1-release' of https://github.com/apache/incubator-d…
Browse files Browse the repository at this point in the history
…ubbo into 2.7.1-release
  • Loading branch information
beiwei30 committed Mar 15, 2019
2 parents 39c477c + 883f03f commit cb11ce0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dubbo-distribution/src/assembly/bin-release.xml
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-distribution/src/assembly/source-release.xml
Expand Up @@ -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>
Expand Down

0 comments on commit cb11ce0

Please sign in to comment.