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 yo...@apache.org on 2009/10/26 19:59:50 UTC

svn commit: r829899 - in /lucene/solr/trunk: ./ lib/

Author: yonik
Date: Mon Oct 26 18:59:48 2009
New Revision: 829899

URL: http://svn.apache.org/viewvc?rev=829899&view=rev
Log:
upgrade to Lucene 2.9.1 final RC2 (r829889 on 2.9 branch)

Added:
    lucene/solr/trunk/lib/lucene-analyzers-2.9.1.jar   (with props)
    lucene/solr/trunk/lib/lucene-core-2.9.1.jar   (with props)
    lucene/solr/trunk/lib/lucene-highlighter-2.9.1.jar   (with props)
    lucene/solr/trunk/lib/lucene-memory-2.9.1.jar   (with props)
    lucene/solr/trunk/lib/lucene-misc-2.9.1.jar   (with props)
    lucene/solr/trunk/lib/lucene-queries-2.9.1.jar   (with props)
    lucene/solr/trunk/lib/lucene-snowball-2.9.1.jar   (with props)
    lucene/solr/trunk/lib/lucene-spellchecker-2.9.1.jar   (with props)
Removed:
    lucene/solr/trunk/lib/lucene-analyzers-2.9.1-dev.jar
    lucene/solr/trunk/lib/lucene-core-2.9.1-dev.jar
    lucene/solr/trunk/lib/lucene-highlighter-2.9.1-dev.jar
    lucene/solr/trunk/lib/lucene-memory-2.9.1-dev.jar
    lucene/solr/trunk/lib/lucene-misc-2.9.1-dev.jar
    lucene/solr/trunk/lib/lucene-queries-2.9.1-dev.jar
    lucene/solr/trunk/lib/lucene-snowball-2.9.1-dev.jar
    lucene/solr/trunk/lib/lucene-spellchecker-2.9.1-dev.jar
Modified:
    lucene/solr/trunk/CHANGES.txt
    lucene/solr/trunk/common-build.xml

Modified: lucene/solr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=829899&r1=829898&r2=829899&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Mon Oct 26 18:59:48 2009
@@ -83,7 +83,7 @@
 
 Versions of Major Components
 ----------------------------
-Apache Lucene 2.9.1-dev r829210
+Apache Lucene 2.9.1  (r829889 on 2.9 branch)
 Apache Tika 0.4
 Carrot2 3.1.0
 

Modified: lucene/solr/trunk/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/common-build.xml?rev=829899&r1=829898&r2=829899&view=diff
==============================================================================
--- lucene/solr/trunk/common-build.xml (original)
+++ lucene/solr/trunk/common-build.xml Mon Oct 26 18:59:48 2009
@@ -114,7 +114,7 @@
        The version suffix of the Lucene artifacts checked into "lib" 
        IF YOU CHANGE THIS, SANITY CHECK "javadoc.link.lucene"
   -->
-  <property name="lucene_version" value="2.9.1-dev"/>
+  <property name="lucene_version" value="2.9.1"/>
   <!-- The version number to assign to the Maven artifacts. -->
   <property name="maven_version" value="1.4-SNAPSHOT"/>
 

Added: lucene/solr/trunk/lib/lucene-analyzers-2.9.1.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-analyzers-2.9.1.jar?rev=829899&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-analyzers-2.9.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/solr/trunk/lib/lucene-core-2.9.1.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-core-2.9.1.jar?rev=829899&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-core-2.9.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/solr/trunk/lib/lucene-highlighter-2.9.1.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-highlighter-2.9.1.jar?rev=829899&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-highlighter-2.9.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/solr/trunk/lib/lucene-memory-2.9.1.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-memory-2.9.1.jar?rev=829899&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-memory-2.9.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/solr/trunk/lib/lucene-misc-2.9.1.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-misc-2.9.1.jar?rev=829899&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-misc-2.9.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/solr/trunk/lib/lucene-queries-2.9.1.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-queries-2.9.1.jar?rev=829899&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-queries-2.9.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/solr/trunk/lib/lucene-snowball-2.9.1.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-snowball-2.9.1.jar?rev=829899&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-snowball-2.9.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/solr/trunk/lib/lucene-spellchecker-2.9.1.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-spellchecker-2.9.1.jar?rev=829899&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-spellchecker-2.9.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream