Lucene version for Elastic Search release

How can I find out the Lucene library version for a given Elastic Search
release?
In particular, how can I find out the Lucene version for the lastest
release (0.19.8http://www.elasticsearch.org/download/2012/07/02/0.19.8.html
)?

Thanks a lot,
Jeyendran

when you download the release and unpack it the lucene jars are in the /lib
folder.

-> lucene-core-3.6.0.jar -> lucene 3.6

simon

On Wednesday, July 25, 2012 1:55:22 AM UTC+2, jeyendran wrote:

How can I find out the Lucene library version for a given Elastic Search
release?
In particular, how can I find out the Lucene version for the lastest
release (0.19.8http://www.elasticsearch.org/download/2012/07/02/0.19.8.html
)?

Thanks a lot,
Jeyendran

For the latest release, you can just look at the pom.xml file:
https://github.com/elasticsearch/elasticsearch/blob/master/pom.xml

On Tue, Jul 24, 2012 at 11:40 PM, simonw
simon.willnauer@elasticsearch.com wrote:

when you download the release and unpack it the lucene jars are in the /lib
folder.

-> lucene-core-3.6.0.jar -> lucene 3.6

simon

On Wednesday, July 25, 2012 1:55:22 AM UTC+2, jeyendran wrote:

How can I find out the Lucene library version for a given Elastic Search
release?
In particular, how can I find out the Lucene version for the lastest
release (0.19.8)?

Thanks a lot,
Jeyendran