[Build] use branch version in execution hit file name

This commit is contained in:
Simon Willnauer 2014-03-27 15:32:53 +01:00
parent b5b82626e7
commit 11b51b1780
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@
showStatusIgnored="true"
showSuiteSummary="true"
timestamps="false"/>
<report-execution-times historyLength="20" file="${basedir}/.local-execution-hints.log"/>
<report-execution-times historyLength="20" file="${basedir}/.local-${project.version}-execution-hints.log"/>
</listeners>
<assertions>
<enable/>