Commit bc8e40fc authored by Jeffrey I. Schiller's avatar Jeffrey I. Schiller

Change the command used to determine the Build version. Use

"git describe" instead of "git tag".
parent 2f2aff5f
......@@ -97,7 +97,7 @@
by Git. We use the version or to check against the buildserver
version. We use the fingerprint only in the logs as an debugging aid. -->
<exec executable="git" outputproperty="git.build.version">
<arg line = "tag " />
<arg line = "describe " />
</exec>
<filter token="git.build.version" value="${git.build.version}" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment