Change lucene_version to 2.9.0-rc2 to fix hudson failures

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@809525 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2009-08-31 09:40:27 +00:00
parent d443d2936b
commit 12c5269bc4
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
<property name="maven.dist.prefix" value="${maven.dist.dir}/org/apache/solr"/>
<!-- The version suffix of the Lucene artifacts checked into "lib" -->
<property name="lucene_version" value="2.9-dev"/>
<property name="lucene_version" value="2.9.0-rc2"/>
<!-- The version number to assign to the Maven artifacts. -->
<property name="maven_version" value="1.4-SNAPSHOT"/>