This is an automated email from the ASF dual-hosted git repository.
vongosling pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 8780048 Change the release package style to rocketmq-{version}
8780048 is described below
commit 87800484710d0d3af9a7cac54e59a89d233b19f2
Author: ShannonDing <[email protected]>
AuthorDate: Sun Mar 31 19:47:21 2019 +0800
Change the release package style to rocketmq-{version}
---
distribution/pom.xml | 4 ++--
distribution/release-client.xml | 17 ++++++++++-------
distribution/release.xml | 2 +-
3 files changed, 13 insertions(+), 10 deletions(-)
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 7e5aef5..32b539a 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -69,7 +69,7 @@
</executions>
</plugin>
</plugins>
- <finalName>apache-rocketmq</finalName>
+ <finalName>rocketmq-${project.version}</finalName>
</build>
</profile>
@@ -104,7 +104,7 @@
</executions>
</plugin>
</plugins>
- <finalName>apache-rocketmq</finalName>
+ <finalName>rocketmq-client-${project.version}</finalName>
</build>
</profile>
</profiles>
diff --git a/distribution/release-client.xml b/distribution/release-client.xml
index 9f5da25..f787c33 100644
--- a/distribution/release-client.xml
+++ b/distribution/release-client.xml
@@ -17,18 +17,21 @@
-->
<assembly>
<id>client</id>
- <includeBaseDirectory>false</includeBaseDirectory>
+ <includeBaseDirectory>true</includeBaseDirectory>
<formats>
<format>dir</format>
<format>tar.gz</format>
+ <format>zip</format>
</formats>
- <fileSet>
- <directory>../</directory>
- <includes>
- <include>README.md</include>
- </includes>
- </fileSet>
+ <fileSets>
+ <fileSet>
+ <directory>../</directory>
+ <includes>
+ <include>README.md</include>
+ </includes>
+ </fileSet>
+ </fileSets>
<files>
<file>
diff --git a/distribution/release.xml b/distribution/release.xml
index ae9eb08..64cffc8 100644
--- a/distribution/release.xml
+++ b/distribution/release.xml
@@ -17,7 +17,7 @@
-->
<assembly>
<id>all</id>
- <includeBaseDirectory>false</includeBaseDirectory>
+ <includeBaseDirectory>true</includeBaseDirectory>
<formats>
<format>dir</format>
<format>tar.gz</format>