Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
Correctly output the filenames with version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kingargyle committed Nov 12, 2017
1 parent 6c75a83 commit 6204a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<artifact>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>us.nineworlds.xstreamer.target</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</artifact>
</target>
<environments>
Expand Down
1 change: 1 addition & 0 deletions releng/us.nineworlds.xstreamer.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<rootFolders>
<macosx>XStreamer.app</macosx>
</rootFolders>
<archiveFileName>xstreamer-${project.version}</archiveFileName>
</product>
</products>
</configuration>
Expand Down

0 comments on commit 6204a7e

Please sign in to comment.