From: Tim P. <tim...@ou...> - 2009-06-15 14:38:06
|
On Monday 15 Jun 2009 14:13:47 Olaf Hartig wrote: > On Monday 15 June 2009 13:59:52 Tim Pizey wrote: > > [...] > > Just before open a beer I think we need edit and commit > > pom.xml and build.xml to append -SNAPSHOT to version number. > > Okay - after creating the release I adjusted the version property > to "POST-0.9.1" - at least in build.xml. I was not aware that there is a > similar entry in pom.xml. > Why do you suggest to append "-SNAPSHOT" to the version number? I assumed > my "POST-" prefix is more intuitive. However, if the "-SNAPSHOT" postfix is > common practice I can change this. But with an increased version number, > right? Olaf, you are right, I had it wrong, I checked on IRC , and the sequence is 1.2 1.3-SNAPSHOT 1.3 This probably means that RC1, RC2 etc are not meaningful in this schema. SNAPSHOT is a Maven special keyword. What is special about SNAPSHOT is that it will go off and get the very latest build. Using POST is fine, but is new to this project I think. > > Do we really want > > "Remove all IDE-specific config and project files from the new directory." > > I did not remove the .classpath and .project file. However, since I'm using > another IDE but Eclipse I have further config and project files in the main > dir of my local copies. I don't think these should be distributed. cool. cheers Tim |