Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification.
The following page has been changed by AndrewMcIntyre:
http://wiki.apache.org/db-derby/DerbySnapshotOrRelease
The comment on the change is:
fix URL, add info about doc branch
------------------------------------------------------------------------------
GPG is available for a variety of platforms from http://gnupg.org. PGP is a commercial
product which is available from http://pgp.com.
- 1. For major releases, create a new branch for the release.
+ 1. For major releases, create a new branch for the release, in both the code and docs trees.
- {{{svn copy -r {rev} https://svn.apache.org/repos/asf/db/derby/trunk/ https://svn.apache.org/repos/asf/db/derby/branches/{branchname}/}}}
+ {{{svn copy -r {rev} https://svn.apache.org/repos/asf/db/derby/code/trunk/ https://svn.apache.org/repos/asf/db/derby/code/branches/{branchname}/
+ svn copy -r {rev} https://svn.apache.org/repos/asf/db/derby/docs/trunk/ https://svn.apache.org/repos/asf/db/derby/docs/branches/{branchname}/}}}
There is not currently a target for bumping the version number on the trunk. You should
edit release.properties by hand to bump the major/minor properties as appropriate, zero out
the maint property, and ensure the beta flag is set to true. Then, from the top, run:
|