Repository: incubator-rocketmq Updated Branches: refs/heads/develop 42a393188 -> 53b98d0d8
Trivial Changes: Specify maven-assembly-plugin version to 2.8 for release-client profile similar to release-all profile, reason of performing this change is that latest version of maven-assembly-plugin has removed finalName property. Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/53b98d0d Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/53b98d0d Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/53b98d0d Branch: refs/heads/develop Commit: 53b98d0d8c1016c5b29c7f14293cb740c843d296 Parents: 42a3931 Author: Zhanhui Li <[email protected]> Authored: Mon Mar 6 14:17:29 2017 +0800 Committer: Zhanhui Li <[email protected]> Committed: Mon Mar 6 14:17:29 2017 +0800 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/53b98d0d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8e3a9c8..da5ddaf 100644 --- a/pom.xml +++ b/pom.xml @@ -461,6 +461,7 @@ <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> + <version>2.6</version> <configuration> <finalName>apache-rocketmq</finalName> <descriptors>
