Agree, about moving branch-0.23 to 0.23.1-SNAPSHOT, I'll do that asap. We don't really create branch-0.23.1, maybe we should - I'll do that henceforth and also add these to the HowToRelease page.
Thanks! Arun On Nov 22, 2011, at 3:40 PM, Andrew Bayer wrote: > Hi Arun - > > From my Maven experience, I'd strongly suggest that branch-0.23 should be > 0.23.1-SNAPSHOT - without question, nothing should be 0.23.0-SNAPSHOT after > 0.23.0 proper has shipped. That's just confusing and wrong. =) branch-0.23 > should probably always point to the next SNAPSHOT on the 0.23.x line - > i.e., once branch-0.23.1 is cut, branch-0.23 should change to > 0.23.2-SNAPSHOT, etc. The SNAPSHOT version should always be looking > forward, not looking back. > > I've worked around the svn issue for the moment, but definitely for 0.23.1, > it'd be best to have the release, including POM versioning etc, match up > with source control. > > A. > > On Tue, Nov 22, 2011 at 3:32 PM, Arun C Murthy <[email protected]> wrote: > >> Andrew, >> >> >> On Nov 22, 2011, at 1:43 PM, Andrew Bayer wrote: >> >>> Hi all - >>> >>> I've been unable to find a revision in svn that actually corresponds >>> directly to the contents of hadoop-0.23.0-src.tar.gz. The POMs in the >>> tarball all have <version>0.23.0</version>, but the release-0.23.0 tag, >>> everything on branch-0.23, everything on branch-0.23.0, everything on the >>> rc branches, etc have <version>0.23.0-SNAPSHOT</version>. Is this >> something >>> which could be fixed? >>> >> >> It wasn't clear at that time, so I used 'mvn versions:set' to create the >> release. I could go ahead and commit, Tom? >> >> I've documented that in >> http://wiki.apache.org/hadoop/HowToReleasePostMavenization. >> >>> Also, shouldn't <version> on branch-0.23 now be 0.23.1-SNAPSHOT? >> >> That's easy to do, but, again I'm sketchy about when we change it to >> 0.23.1 - should that be done in a branch-0.23.1? >> >> Arun
