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 2014/07/07 16:40:31 UTC

svn commit: r1608474 - /lucene/pylucene/trunk/Makefile

Author: vajda
Date: Mon Jul  7 14:40:30 2014
New Revision: 1608474

URL: http://svn.apache.org/r1608474
Log:
trunk passes tests again

Modified:
    lucene/pylucene/trunk/Makefile

Modified: lucene/pylucene/trunk/Makefile
URL: http://svn.apache.org/viewvc/lucene/pylucene/trunk/Makefile?rev=1608474&r1=1608473&r2=1608474&view=diff
==============================================================================
--- lucene/pylucene/trunk/Makefile (original)
+++ lucene/pylucene/trunk/Makefile Mon Jul  7 14:40:30 2014
@@ -15,10 +15,10 @@
 # site-packages directory.
 #
 
-VERSION=4.8.0-1
+VERSION=4.x
 LUCENE_SVN_VER=HEAD
-LUCENE_VER=4.8.0
-LUCENE_SVN=http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_8_0
+LUCENE_VER=4.x
+LUCENE_SVN=http://svn.apache.org/repos/asf/lucene/dev/branches/branch_4x
 PYLUCENE:=$(shell pwd)
 LUCENE_SRC=lucene-java-$(LUCENE_VER)
 LUCENE=$(LUCENE_SRC)/lucene