Skip to content

Commit

Permalink
specify git.version property for 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss committed Feb 18, 2016
1 parent 2f8d54c commit aeb1e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
-->
<project name="JikesRVM" default="main" basedir=".">

<property name="rvm.version" value="3.1.4+git"/>
<!-- <property name="git.revision" value="XXX"/> -->
<property name="rvm.version" value="3.1.4"/>
<property name="git.revision" value="2f8d54c6ac12c720c92f9fe18d925315e4685bac"/>

<property name="jikesrvm.dir" location="${basedir}"/>
<import file="build/base.xml"/>
Expand Down

0 comments on commit aeb1e85

Please sign in to comment.