Hi Justin I think I have managed to cover all your feedback in the following: 
http://docs.codehaus.org/display/GEOTOOLS/Skip+GeoTools+3

I had some trouble sorting out 8.0-M1 vs 8-M1.

The bits of new writing are:

> GeoTools jars are versioned as a group with version numbers are based on 3 
> digits::
> 
> <major>.<minor>.<patch>
> 
> * Major (first digit), is incremented to indicate that a module has lost full 
> compatibility to earlier versions.
> 
> So you can safely upgrade to later versions of a module so long as the major 
> version has not changed.
> 
> * Minor (second digit) is incremented whenever new features are added.
> 
> Modules are forward compatible across minor versions, but usually not 
> backward compatible.
> 
> * Patch (last digit) is for bug fixes.
> 
> It is used to indicate fixes in bugs only. No new features were made and full 
> compatibility is preserved.
> 
> GeoTools jars released from trunk are versioned with version number based on 
> 2 digits::
> 
> <major>.<minor>-M<milestone>
> <major>.<minor>-RC<candidate>
> 
> * Milestone is used to mark alpha or beta releases as appropriate (example 
> 8.0-M1)
> * Release Candidates are marked 8.0-RC1 and indicate that the branch has been 
> forked
> off trunk in preparation for final release.






And in the examples:

> First, change the default directory according the release to be performed:
> 
>  ================= =================================================
> GeoTools 8.x http://svn.osgeo.org/geotools/trunk
>  GeoTools 2.7.x http://svn.osgeo.org/geotools/branches/2.7.x
>  GeoTools 2.6.x http://svn.osgeo.org/geotools/branches/2.6.x
>  GeoTools 2.5.x http://svn.osgeo.org/geotools/branches/2.5.x
>  GeoTools 2.2.x http://svn.osgeo.org/geotools/branches/2.2.x
>  ================= =================================================
> 


> * The odd scenario out is creating a patch release from a previous tag after 
> the branch
>  has already moved on.
> 
>  This only occurs via customer request and is an unusual circumstance.
> 
>  svn copy http://svn.osgeo.org/geotools/tags/8.0.1
> http://svn.osgeo.org/geotools/tags/8.0.2
> -m "Created 8.0.2 patch release" -r 37232
> 
>  We would then expect the developer to apply the required fixes to this tag
>  and issue a release.
> 
>  svn commit -m "Released 8.0.2 patch release" -r 37232



-- 
Jody Garnett

On Tuesday, 5 April 2011 at 10:40 AM, Jody Garnett wrote: 
> Proposal is up
> Feedback welcome :-)
> 
> -- 
> Jody Garnett
> 
> 
------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to