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 2011/11/21 11:18:58 UTC

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

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 simonwillnauer:
http://wiki.apache.org/lucene-java/ReleaseTodo?action=diff&rev1=110&rev2=111

Comment:
fixed patch and added one more file todo

  svn copy https://svn.apache.org/repos/asf/lucene/dev/trunk \
  https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_X_Y -m "Starting Lucene/Solr X.Y branch."
  }}}
-  1. After branching the new release series, update the default version in lucene/common-build.xml on trunk to X.Y+1-SNAPSHOT. 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. After branching the new release series, update the default version in lucene/common-build.xml on trunk to X.Y+1-SNAPSHOT as well as tests.luceneMatchVersion to X.Y+1. 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-framework/java/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/