Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Include version in debian package name (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichel1 authored May 9, 2019
1 parent d118a37 commit c481ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<configuration>
<controlDir>${basedir}/src/deb/control</controlDir>
<verbose>true</verbose>
<deb>${project.build.directory}/ffwd.deb</deb>
<deb>${project.build.directory}/ffwd_${version}_all.deb</deb>
<snapshotExpand>true</snapshotExpand>
<!-- or defaults to a timestamp -->
<snapshotTemplate>1</snapshotTemplate>
Expand Down

0 comments on commit c481ecf

Please sign in to comment.