You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ryan Ernst (JIRA)" <ji...@apache.org> on 2014/08/30 09:15:53 UTC

[jira] [Updated] (LUCENE-5902) Add bumpVersion script to increment version after release branch creation

     [ https://issues.apache.org/jira/browse/LUCENE-5902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan Ernst updated LUCENE-5902:
-------------------------------

    Attachment: LUCENE-5902.patch

Here's an initial patch.  This does all the things I mentioned above.  For major version bumps, it prints a list of things to do manually at the end.

Also, to handle creating backcompat indexes, this adds the ability to disable the security manager when running tests with {{-Dtests.useSecurityManager=false}}. It also changes the test class pattern to run whatever was passed to {{-Dtestcase=}}, regardless of whether it matches the normal pattern {{\*Test.class | Test\*.class}}

> Add bumpVersion script to increment version after release branch creation
> -------------------------------------------------------------------------
>
>                 Key: LUCENE-5902
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5902
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Ryan Ernst
>         Attachments: LUCENE-5902.patch
>
>
> Thanks to LUCENE-5898 there are many less places to increment version.  However, I still think this script can be useful in automating the entire process (minus the commit).  This would:
> * Add new sections to {{lucene/CHANGES.txt}} and {{solr/CHANGES.txt}}
> * Add new version constant
> * Change {{LATEST}} value
> * Change {{version.base}} in {{lucene/version.properties}}
> * Change version used in solr example configs
> * Create a BWC index and test if necessary



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org