Skip to content

Commit 5f0aa5b

Browse files
committed
Update build.xml.
1 parent 301844b commit 5f0aa5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,19 @@
5858
<arg value="commit"/>
5959
<arg value="-a"/>
6060
<arg value="-m"/>
61-
<arg value="Release: ${BUILD_NUMBER}"/>
61+
<arg value="Release: ${VERSION}"/>
6262
</exec>
6363
<exec executable="git" checkreturn="true" passthru="true">
6464
<arg value="push"/>
6565
</exec>
6666
<exec executable="git" checkreturn="true" passthru="true">
6767
<arg value="tag"/>
68-
<arg value="${BUILD_NUMBER}"/>
68+
<arg value="${VERSION}"/>
6969
</exec>
7070
<exec executable="git" checkreturn="true" passthru="true">
7171
<arg value="push"/>
7272
<arg value="origin"/>
73-
<arg value="${BUILD_NUMBER}"/>
73+
<arg value="${VERSION}"/>
7474
</exec>
7575
</target>
7676

0 commit comments

Comments
 (0)