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/07/09 06:13:01 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=153&rev2=154

Comment:
bring versioning info up to date

          * Update property {{{version}}} to X.Y+1-SNAPSHOT
          * Update property {{{fakeReleaseVersion}}} to X.Y+1
      * In {{{lucene/common-build.xml}}}:
-         * Update property {{{dev.version}}} to X.Y+1-SNAPSHOT
+         * Update property {{{dev.version.base}}} to X.Y+1-SNAPSHOT
          * Update property {{{tests.luceneMatchVersion}}} to X.Y+1-SNAPSHOT
-     * In {{{solr/common-build.xml}}}:
-         * Update property {{{version}}} to X.Y+1-SNAPSHOT
-         * Update property {{{solr.spec.version}}} to X.Y+1.0.${dateversion}
      * 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
+     * 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.
      * In {{{dev-tools/maven/pom.xml.template}}}:
          * Update {{{base.specification.version}}} to X.Y+1.0
-         * Update {{{luceneMatchVersion}}} to X.Y+1.0
+         * Update {{{tests.luceneMatchVersion}}} to X.Y+1.0
      * In {{{dev-tools/idea/.idea/workspace.xml}}}:
          * Update each mention of {{{lucene.version}}} to X.Y+1-SNAPSHOT
          * Update each mention of {{{tests.luceneMatchVersion}}} to X.Y+1-SNAPSHOT