[
https://issues.apache.org/jira/browse/SOLR-4677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13623278#comment-13623278
]
Robert Muir commented on SOLR-4677:
-----------------------------------
I agree this is confusing. we should remove yet-another-thing needed to
maintain across releases.
Here's what i see with lucene-core.jar:
{noformat}
Specification-Version: 4.2.1
Implementation-Version: 4.2.1 1461071 - mark - 2013-03-26 08:28:27
{noformat}
But its different with solr-core.jar:
{noformat}
Specification-Version: 4.2.1.2013.03.26.08.28.30
Implementation-Version: 4.2.1 1461071 - mark - 2013-03-26 08:28:30
{noformat}
Is 4.2.1 not good enough?
I'm uploading my patch for what I think we should do here.
> Improve Solr's use of spec version.
> -----------------------------------
>
> Key: SOLR-4677
> URL: https://issues.apache.org/jira/browse/SOLR-4677
> Project: Solr
> Issue Type: Improvement
> Components: Build
> Reporter: Mark Miller
> Fix For: 4.3, 5.0
>
> Attachments: SOLR-4677.patch
>
>
> Solr 4.2.1 went out with an impl version of 4.2.1 and a spec version of 4.2.0.
> This is because you must update the spec version in common-build.xml while
> the impl is set by the version you pass as a sys prop when doing
> prepare-release.
> Do we need this spec version? Does it serve any purpose? I think we should
> either stop dealing with it or just set it the same way as the impl...or?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]