From general-return-2850-apmail-lucene-general-archive=lucene.apache.org@lucene.apache.org Sun Nov 28 19:04:12 2010 Return-Path: Delivered-To: apmail-lucene-general-archive@www.apache.org Received: (qmail 20882 invoked from network); 28 Nov 2010 19:04:11 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Nov 2010 19:04:11 -0000 Received: (qmail 63602 invoked by uid 500); 28 Nov 2010 19:04:11 -0000 Delivered-To: apmail-lucene-general-archive@lucene.apache.org Received: (qmail 63560 invoked by uid 500); 28 Nov 2010 19:04:11 -0000 Mailing-List: contact general-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@lucene.apache.org Delivered-To: mailing list general@lucene.apache.org Received: (qmail 63552 invoked by uid 99); 28 Nov 2010 19:04:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Nov 2010 19:04:10 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=MIME_QP_LONG_LINE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [85.25.71.29] (HELO mail.troja.net) (85.25.71.29) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Nov 2010 19:04:04 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.troja.net (Postfix) with ESMTP id 732A2D36005 for ; Sun, 28 Nov 2010 20:03:42 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.troja.net Received: from mail.troja.net ([127.0.0.1]) by localhost (megaira.troja.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o1h17UD4CcYv for ; Sun, 28 Nov 2010 20:03:37 +0100 (CET) Received: from VEGA (port-83-236-62-54.dynamic.qsc.de [83.236.62.54]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.troja.net (Postfix) with ESMTPSA id B7996D36003 for ; Sun, 28 Nov 2010 20:03:36 +0100 (CET) From: "Uwe Schindler" To: Subject: [VOTE] Release of Apache Lucene 3.0.3 and 2.9.4 artifacts (take 2) Date: Sun, 28 Nov 2010 20:04:07 +0100 Message-ID: <006201cb8f2f$0866c9a0$19345ce0$@thetaphi.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0063_01CB8F37.6A2B7FC0" X-Mailer: Microsoft Outlook 14.0 Thread-Index: AcuPLtAbJ5lIw16CRDuQlmOsXdmzxg== Content-Language: de ------=_NextPart_000_0063_01CB8F37.6A2B7FC0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Hi all Lucene Java committers and PMC, As Robert found some test problems in the last release artifacts, I have posted a release candidate for both Apache Lucene Java 2.9.4 and 3.0.3 (which both have the same bug fix level, functionality and release announcement), built from revision 1039909 of the corresponding branches. Thanks for all your help! Please test them and give your votes, the scheduled release date for both versions will be Friday, December 3th, 2010. Only votes from the Lucene PMC are binding, but everyone is welcome to check the release candidate and voice their approval or disapproval. The vote passes if at least three binding +1 votes are cast. We planned the parallel release with one announcement because of their parallel development / bug fix level to emphasize that they are equal except deprecation removal and Java 5 since major version 3. I will post the possible release announcement soon for corrections. Artifacts (incl. Maven) and Changes.txt can be found here: http://s.apache.org/fL Attached you will also find a cool ANT build script that can patch a Solr 1.4.1 distribution to use Lucene 2.9.4: - Extract the binary Lucene distribution artifact: lucene-2.9.4.zip (not -src.zip a svn checkout!) - Place the attached patch-solr.xml file in the extracted Lucene distribution's root folder - Execute: ant -f patch-solr.xml -Dsolr.dir=/path/to/Solr-1.4.1-distibution After that you have a patched Solr, with updated lib/ folder and updated war files in dist/ and example/webapps/. ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: uwe@thetaphi.de ------=_NextPart_000_0063_01CB8F37.6A2B7FC0 Content-Type: text/xml; name="patch-solr.xml" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="patch-solr.xml" =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= You have to specify a Solr = ${solr.version} distribution directory in command line: = -Dsolr.dir=3D/path/to/Solr-${solr.version}=0A= =0A= =0A= =0A= Upgrading Solr ${solr.version} distribution in '${solr.dir}' = to Lucene ${version.new}...=0A= =0A= =0A= Updating JAR files in lib folder...=0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= Patching the main WAR file...=0A= =0A= =0A= =0A= Patching the example WAR and delete work directory contents = before...=0A= =0A= =0A= =0A= =0A= =0A= =0A= Solr ${solr.version} distribution in '${solr.dir}' upgraded to = Lucene ${version.new}.=0A= =0A= =0A= =0A= ------=_NextPart_000_0063_01CB8F37.6A2B7FC0--