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 2010/10/12 00:44:13 UTC

[Lucene-java Wiki] Trivial Update of "ReleaseTodo" by RobertMuir

Dear Wiki user,

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

The "ReleaseTodo" page has been changed by RobertMuir.
The comment on this change is: LuceneTestCaseJ4 -> LuceneTestCase.
http://wiki.apache.org/lucene-java/ReleaseTodo?action=diff&rev1=80&rev2=81

--------------------------------------------------

  svn copy https://svn.apache.org/repos/asf/lucene/dev/trunk \
  https://svn.apache.org/repos/asf/lucene/dev/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 and the default version in common-build.xml on the branch to X.Y (remove the -dev suffix). Also update the LUCENE_MAIN_VERSION in src/java/org/apache/lucene/util/Constants.java. Also add the new enum constant into src/java/org/apache/lucene/util/Version.java. Update src/test/org/apache/lucene/util/LuceneTestCaseJ4.java to use the current version.
+  1. After branching the new release series, update the default version in common-build.xml on trunk to X.Y+1-dev and the default version in common-build.xml on the branch to X.Y (remove the -dev suffix). Also update the LUCENE_MAIN_VERSION in src/java/org/apache/lucene/util/Constants.java. Also add the new enum constant into src/java/org/apache/lucene/util/Version.java. Update src/test/org/apache/lucene/util/LuceneTestCase.java to use the current version.
   1. Prepare the backwards-compatibility tests in trunk (only if a new major release was started and you created the branch before):
   {{{
  svn rm backwards/src/