My Java applications currently have the same version for each build. I use Maven, but I'm not sure how to configure the workflow to add a version to the application for each build.
I assume this works with my version control system? I am using git, does this mean that I need git tags?
Thanks for any ideas, I know this is a big question, but I'm not sure where to start.
java git maven build-automation
Zippy zeppoli
source share