Hello,
i like the question even if i have some trouble with it sometimes...
And thats why i started this topic.
So i will start a new hotfix from the master branch, e.g. mvn jgitflow:hotfix-start
When this is done and i comitted some changes into the new branch I'd like to finish the hotfix and merge the changes back to the develop branch.
E.g. jgitflow:hotfix-finish (I typically use this in combination with -DpushHotfixes and -DnoDeploy)
The above operation will merge the changesd done to the hotfix branch back to the develop branch which is fine. BUT my hotfix branch has a different pom then my develop branch. (mostly only the version)
Is there some kind to get around some issues, because now, when i merge back my hotfix to the develop branch, the develop branch has the hotfix vesion which is typically wrong.
Maybe its my fault and i am doing something wrong, is there some best practice on this?
Thank you