You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2008/09/18 19:00:53 UTC

[Lucene-java Wiki] Update of "ReleaseTodo" by MikeMcCandless

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change notification.

The following page has been changed by MikeMcCandless:
http://wiki.apache.org/lucene-java/ReleaseTodo

The comment on the change is:
Fixing svn copy command

------------------------------------------------------------------------------
  
     1. If this is the first release in a series (i.e. release X.Y.0), then create a branch for the series: {{{
  svn copy https://svn.apache.org/repos/asf/lucene/java/trunk \
- https://svn.apache.org/repos/asf/lucene/java/branches/branch-X.Y -m "Starting Lucene X.Y branch."
+ https://svn.apache.org/repos/asf/lucene/java/branches/lucene_X_Y -m "Starting Lucene X.Y branch."
  }}}
     1. After branching the new release series, update the default version in common-build.xml on trunk to X.Y+1-dev.
     1. Update CHANGES.txt in trunk and the branch. Specify tentative release date and start a new section for X.Y+1-dev in the trunk's CHANGES.txt.