Skip to content

Commit

Permalink
Change git tag format in Ant (no more 1.4.dev... stuff)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunstrike committed Sep 9, 2013
1 parent ad83893 commit 439cb04
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.xml
Expand Up @@ -63,9 +63,8 @@

<target name="git-revision" if="git.present">
<exec executable="git" dir="." outputproperty="git.revision" failifexecutionfails="false" errorproperty="">
<arg value="describe"/>
<arg value="--tags"/>
<arg value="--always"/>
<arg value="rev-parse"/>
<arg value="--short"/>
<arg value="HEAD"/>
</exec>
<echo message="Git revision: ${git.revision}"/>
Expand Down

0 comments on commit 439cb04

Please sign in to comment.