Skip to content

Commit 6a8bd7b

Browse files
committed
Output zip file without version number in the name
This should make it a little cleaner by overwriting old versions.
1 parent d009629 commit 6a8bd7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tcslackbuildnotifier-web-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
</copy>
129129

130130
<echo message=" - Creating ZIP file" />
131-
<zip destfile="${project.build.directory}/tcSlackNotificationsPlugin-${version}.zip"
131+
<zip destfile="${project.build.directory}/tcSlackNotificationsPlugin.zip"
132132
basedir="${project.build.directory}/dist"
133133
/>
134134

0 commit comments

Comments
 (0)