I have a java project. I need to versionise the project while creating the jar file. One way I could find is using the Manifest files. But I can add the version only when I am exporting to Jar file( Not Runnable jar).
I am not able to specify a version for a runnable jar file. Need help in versioning the jar files.