I am developing a desktop app using Java and Swing Application Framework. I have an application about box and I\'d like to have that box contain some indication of what ver
With Maven I've used the buildnumber-maven-plugin which gets the revision number from Subversion or uses a sequence or a timestamp, which is then is used to replace a ${buildNumber}
placeholder where ever you like. I suppose that other build tools and continuous integration servers have similar features. Search your favorite search engine with "