Skip to content

Commit

Permalink
PHOENIX-6508 add -bin suffix to queryserver binary assembly name
Browse files Browse the repository at this point in the history
  • Loading branch information
stoty committed Jul 8, 2021
1 parent be87049 commit 1e3e5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phoenix-queryserver-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<descriptors>
<descriptor>src/assembly/cluster.xml</descriptor>
</descriptors>
<finalName>phoenix-queryserver-${project.version}</finalName>
<finalName>phoenix-queryserver-${project.version}-bin</finalName>
<tarLongFileMode>posix</tarLongFileMode>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
Expand Down

0 comments on commit 1e3e5fb

Please sign in to comment.