You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2013/12/10 00:50:11 UTC

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

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 SteveRowe:
https://wiki.apache.org/lucene-java/ReleaseTodo?action=diff&rev1=161&rev2=162

Comment:
Add note about using :Post-Release-Update-Version.LUCENE_XY: token to find version constants that should be upgraded to the next release version

          * Update property {{{tests.luceneMatchVersion}}} to X.Y+1-SNAPSHOT
      * In {{{lucene/core/src/java/org/apache/lucene/util/Constants.java}}}, update {{{LUCENE_MAIN_VERSION}}} to X.Y+1
      * In {{{lucene/core/src/java/org/apache/lucene/util/Version.java}}}, add new enum constant LUCENE_X(Y+1)
-     * Find/replace LUCENE_XY -> LUCENE_X(Y+1) across all of Lucene and Solr, but do NOT change usages under the lucene/analysis/ that allow version-specific behavior.
+     * Find/replace LUCENE_XY -> LUCENE_X(Y+1) across all of Lucene and Solr, but do NOT change usages under the lucene/analysis/ that allow version-specific behavior.  These should be findable with the following near instances of these constants: {{:Post-Release-Update-Version.LUCENE_XY:}}
      * In {{{dev-tools/maven/pom.xml.template}}}:
          * Update {{{base.specification.version}}} to X.Y+1.0
          * Update {{{tests.luceneMatchVersion}}} to X.Y+1.0