From 44e4216b4d81f8d6f628f2e45ba55c918885bf31 Mon Sep 17 00:00:00 2001 From: Zhanhui Li Date: Mon, 6 Mar 2017 14:17:29 +0800 Subject: [PATCH] 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. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index dfd19190..ce6a7f17 100644 --- a/pom.xml +++ b/pom.xml @@ -461,6 +461,7 @@ maven-assembly-plugin + 2.6 apache-rocketmq -- GitLab