You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by ma...@apache.org on 2009/08/12 03:27:03 UTC

svn commit: r803342 - /lucene/java/trunk/common-build.xml

Author: markrmiller
Date: Wed Aug 12 01:27:03 2009
New Revision: 803342

URL: http://svn.apache.org/viewvc?rev=803342&view=rev
Log:
whoops - wrong order - this should have been with the LUCENE-1771 commit

Modified:
    lucene/java/trunk/common-build.xml

Modified: lucene/java/trunk/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/java/trunk/common-build.xml?rev=803342&r1=803341&r2=803342&view=diff
==============================================================================
--- lucene/java/trunk/common-build.xml (original)
+++ lucene/java/trunk/common-build.xml Wed Aug 12 01:27:03 2009
@@ -42,7 +42,7 @@
   <property name="Name" value="Lucene"/>
   <property name="dev.version" value="2.9-dev"/>
   <property name="version" value="${dev.version}"/>
-  <property name="compatibility.tag" value="lucene_2_4_back_compat_tests_20090805"/>
+  <property name="compatibility.tag" value="lucene_2_4_back_compat_tests_20090810"/>
   <property name="spec.version" value="${version}"/>	
   <property name="year" value="2000-${current.year}"/>
   <property name="final.name" value="lucene-${name}-${version}"/>