I'm developing a JavaFX 8 application using IntelliJ, Maven and Git. I have an "about" window which shows the version number and build date. At the moment, I have to manually change these each time I update the code.
Is there any way I can have my build process automatically generate version and date information and embed this into my code so it shows up in the about window?