You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by sh...@apache.org on 2009/08/31 11:40:28 UTC

svn commit: r809525 - /lucene/solr/trunk/common-build.xml

Author: shalin
Date: Mon Aug 31 09:40:27 2009
New Revision: 809525

URL: http://svn.apache.org/viewvc?rev=809525&view=rev
Log:
Change lucene_version to 2.9.0-rc2 to fix hudson failures

Modified:
    lucene/solr/trunk/common-build.xml

Modified: lucene/solr/trunk/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/common-build.xml?rev=809525&r1=809524&r2=809525&view=diff
==============================================================================
--- lucene/solr/trunk/common-build.xml (original)
+++ lucene/solr/trunk/common-build.xml Mon Aug 31 09:40:27 2009
@@ -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"/>