dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #40835
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 20787: Basing revision on tree
------------------------------------------------------------
revno: 20787
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2015-10-20 08:40:30 +0200
message:
Basing revision on tree
modified:
dhis-2/pom.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml 2015-10-06 12:20:26 +0000
+++ dhis-2/pom.xml 2015-10-20 06:40:30 +0000
@@ -239,6 +239,7 @@
<mkdir dir="${project.build.outputDirectory}" />
<exec executable="bzr" outputproperty="revision" failifexecutionfails="false">
<arg value="revno" />
+ <arg value="--tree" />
</exec>
<echo file="${project.build.outputDirectory}/build.properties"
message="build.version = ${project.version} build.time = ${now} build.revision = ${revision} " />