Maven & Git: Releases and Hotfixes
When you write an application you want a simple way to release a new major version, but also to release bugfixes (here i call them hotfixes) to a released version. If you write Java applications, chances are, you are using Maven and then as a source control you might be using GIT. Maven offers a nice… Continue reading “Maven & Git: Releases and Hotfixes”