Skip to content

Commit

Permalink
Trivial Changes: Specify maven-assembly-plugin version to 2.8 for rel…
Browse files Browse the repository at this point in the history
…ease-client profile similar to release-all profile, reason of performing this change is that latest version of maven-assembly-plugin has removed finalName property.
  • Loading branch information
lizhanhui committed Mar 6, 2017
1 parent 42a3931 commit 53b98d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.6</version>
<configuration>
<finalName>apache-rocketmq</finalName>
<descriptors>
Expand Down

0 comments on commit 53b98d0

Please sign in to comment.