Add build number to readme
Submitted by Guest on Tue, 09/09/2014 - 06:15
If it is easy to do, could we add the build number to the readme? Currently this has the release number in the first line but no build number. It would be nice if it also contained the build number. Yes - this duplicates what is on the login screen, but if you are looking through old packages then looking in the readme is easier than looking in the openvpms.war to look in the openvpms-web-resource jar to look at the org.openvpms.version.properties.
Regards, Tim G
Re: Add build number to readme
To implement this, take a look at the pom.xml for openvpms-web-resource. It uses the buildnumber-maven-plugin in conjunction with resource filtering to massage the org.openvpms.version.properties file.
Something similar would be required to massage the readme.txt