Return-Path: X-Original-To: apmail-lucene-pylucene-commits-archive@minotaur.apache.org Delivered-To: apmail-lucene-pylucene-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2EF584274 for ; Fri, 1 Jul 2011 12:19:57 +0000 (UTC) Received: (qmail 96635 invoked by uid 500); 1 Jul 2011 12:19:57 -0000 Delivered-To: apmail-lucene-pylucene-commits-archive@lucene.apache.org Received: (qmail 96612 invoked by uid 500); 1 Jul 2011 12:19:56 -0000 Mailing-List: contact pylucene-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pylucene-dev@lucene.apache.org Delivered-To: mailing list pylucene-commits@lucene.apache.org Received: (qmail 96603 invoked by uid 99); 1 Jul 2011 12:19:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jul 2011 12:19:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jul 2011 12:19:54 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 36CF323888CF; Fri, 1 Jul 2011 12:19:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1141913 - /lucene/pylucene/branches/pylucene_3_3/Makefile Date: Fri, 01 Jul 2011 12:19:33 -0000 To: pylucene-commits@lucene.apache.org From: vajda@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110701121933.36CF323888CF@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: vajda Date: Fri Jul 1 12:19:32 2011 New Revision: 1141913 URL: http://svn.apache.org/viewvc?rev=1141913&view=rev Log: preparing release 3.3 Modified: lucene/pylucene/branches/pylucene_3_3/Makefile Modified: lucene/pylucene/branches/pylucene_3_3/Makefile URL: http://svn.apache.org/viewvc/lucene/pylucene/branches/pylucene_3_3/Makefile?rev=1141913&r1=1141912&r2=1141913&view=diff ============================================================================== --- lucene/pylucene/branches/pylucene_3_3/Makefile (original) +++ lucene/pylucene/branches/pylucene_3_3/Makefile Fri Jul 1 12:19:32 2011 @@ -15,10 +15,10 @@ # site-packages directory. # -VERSION=3.3-0 +VERSION=3.3-1 LUCENE_SVN_VER=HEAD LUCENE_VER=3.3 -LUCENE_SVN=http://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_3_3 +LUCENE_SVN=http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_3_3 PYLUCENE:=$(shell pwd) LUCENE_SRC=lucene-java-$(LUCENE_VER) LUCENE=$(LUCENE_SRC)/lucene