I want to add a version numbering to my Java application (in this case a Vaadin Portlet) which features the Version number in the help view.
The thing is that that version number is the one defined in the my Maven's POM file (for example 1.1.5-SNAPSHOT) and that is the one we are going to change (at release for example).
Any idea on how to get it out of the POM and into (for example, a String) in Java? (If this is at all possible)
Thanks