dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #16118
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 450: Minor fix
------------------------------------------------------------
revno: 450
committer: Jason P. Pickering <jason.p.pickering@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Sat 2012-02-18 19:01:17 +0200
message:
Minor fix
modified:
pom.xml
--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs
Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'pom.xml'
--- pom.xml 2012-02-08 19:48:09 +0000
+++ pom.xml 2012-02-18 17:01:17 +0000
@@ -44,7 +44,7 @@
<exec executable="bzr" outputproperty="revision" failifexecutionfails="false">
<arg line="revno -q"/>
</exec>
- <echo file="${project.basedir}/src/docbkx/build.properties" message="<?xml version='1.0' encoding='UTF-8'?><revhistory><revision><revnumber> Revision ${revision}</revnumber><revremark>Version ${project.version} ${now}</revremark></revision></revhistory>" />
+ <echo file="${project.basedir}/src/docbkx/build.properties" message="<?xml version='1.0' encoding='UTF-8'?><revhistory><revision><revnumber> ${revision}</revnumber><revremark>Version ${project.version} ${now}</revremark></revision></revhistory>" />
</tasks>
</configuration>
<goals>