Skip to content

Commit

Permalink
[feat-DTStack#1183][assembly] rename install filename
Browse files Browse the repository at this point in the history
  • Loading branch information
朱坤奎 committed Aug 25, 2022
1 parent 47dfb61 commit 5f575c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions chunjun-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<goal>single</goal>
</goals>
<configuration>
<finalName>chunjun-dist</finalName>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
</descriptors>
Expand Down
2 changes: 1 addition & 1 deletion chunjun-assembly/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<assembly>
<id>chunjun-dist</id>
<id>${project.version}</id>
<formats>
<format>tar.gz</format>
</formats>
Expand Down

0 comments on commit 5f575c3

Please sign in to comment.