You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Jan Høydahl <ja...@cominvent.com> on 2016/03/29 01:53:45 UTC

Re: lucene-solr:branch_5_5: Fix version number in 5.5 branch to 5.5.1

Hi

This commit breaks “ant precommit”:

> BUILD FAILED
> /Users/janhoy/git/lucene-solr/build.xml:117: The following error occurred while executing this line:
> /Users/janhoy/git/lucene-solr/solr/build.xml:286: Some example solrconfig.xml files under /Users/janhoy/git/lucene-solr/solr/server/solr/configsets do not refer to the correct luceneMatchVersion: 5.5.1

I think we need to run scripts/addVersion.py instead?

--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com

> 28. mar. 2016 kl. 17.07 skrev elyograg@apache.org:
> 
> Repository: lucene-solr
> Updated Branches:
>  refs/heads/branch_5_5 d3d5439bf -> fff1f4351
> 
> 
> Fix version number in 5.5 branch to 5.5.1
> 
> 
> Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
> Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/fff1f435
> Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/fff1f435
> Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/fff1f435
> 
> Branch: refs/heads/branch_5_5
> Commit: fff1f43512204b2224c0a444d95a69cb79350db4
> Parents: d3d5439
> Author: Shawn Heisey <el...@apache.org>
> Authored: Mon Mar 28 09:05:44 2016 -0600
> Committer: Shawn Heisey <el...@apache.org>
> Committed: Mon Mar 28 09:06:48 2016 -0600
> 
> ----------------------------------------------------------------------
> lucene/version.properties | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> ----------------------------------------------------------------------
> 
> 
> http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/fff1f435/lucene/version.properties
> ----------------------------------------------------------------------
> diff --git a/lucene/version.properties b/lucene/version.properties
> index 8eec4ed..e5c07d1 100644
> --- a/lucene/version.properties
> +++ b/lucene/version.properties
> @@ -2,7 +2,7 @@
> 
> # RELEASE MANAGER must change this file after creating a release and
> # enter new base version (format "x.y.z", no prefix/appendix): 
> -version.base=5.5.0
> +version.base=5.5.1
> 
> # Other version property defaults, don't change:
> version.suffix=SNAPSHOT
> 


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


Re: lucene-solr:branch_5_5: Fix version number in 5.5 branch to 5.5.1

Posted by Shawn Heisey <ap...@elyograg.org>.
On 3/28/2016 5:53 PM, Jan Høydahl wrote:
> I think we need to run scripts/addVersion.py instead?

I can't seem to find the right syntax for this script.  What I can find
on ReleaseTodo doesn't seem to work, or I don't understand it, and the
only example I can find seems to say that I did it right, but it doesn't
seem to work.  I already changed lucene/version.properties back to 5.5.0
before trying this:

elyograg@sauron:~/asf/lucene-solr$ python3
dev-tools/scripts/addVersion.py 5.5.1
usage: addVersion.py [-h] [-c CHANGEID] [-r DOWNSTREAM_REPO] version
addVersion.py: error: Must use --changeid for forward porting bugfix
release version to other branches

Any advice is appreciated.

Thanks,
Shawn


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