You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pylucene-commits@lucene.apache.org by va...@apache.org on 2011/07/01 14:19:33 UTC

svn commit: r1141913 - /lucene/pylucene/branches/pylucene_3_3/Makefile

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