git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Merge conflicts with version numbers in release branches
@ 2013-04-07 15:49 Thomas Koch
  2013-05-29  9:09 ` Enrico Weigelt
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Koch @ 2013-04-07 15:49 UTC (permalink / raw)
  To: git

Hi,

it's a common problem[1,2,3] in Maven (Java) projects and probably in other 
environments too: You have the version number of your project written in the 
pom.xml. When one merges changes upwards from the maint branche to master, the 
version numbers in maint and master are different and cause a merge conflict.

You might think of solutions for easy cases, but think about several releases 
from the maint branches and several major releases in the same time frame and 
you will run into merge conflicts.

Still, do you know any best practice how to deal with these? Do you know 
examples from other language environments that also keep the version numbers 
under version control and suffer from the same problem? Or is the version 
number somehow taken from the git tag in your environment?

[1] http://brettporter.wordpress.com/2012/02/02/automatically-resolving-
version-conflicts-in-maven-poms-when-merging/
[2] http://bxm-dev.blogspot.ch/2012/05/gitflow-and-maven.html
[3] http://stackoverflow.com/questions/3555160/merging-changes-from-a-maven-
relase-branch-yields-conflicts-due-to-changed-versi

Thank you,

Thomas Koch, http://www.koch.ro

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-29  9:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-07 15:49 Merge conflicts with version numbers in release branches Thomas Koch
2013-05-29  9:09 ` Enrico Weigelt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).