You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2012/09/25 23:47:56 UTC

svn commit: r1390174 - /lucene/dev/branches/lucene_solr_4_0/build.xml

Author: mikemccand
Date: Tue Sep 25 21:47:56 2012
New Revision: 1390174

URL: http://svn.apache.org/viewvc?rev=1390174&view=rev
Log:
LUCENE-4429: fakeReleaseVersion 4.0.0 instead of 4.0.1

Modified:
    lucene/dev/branches/lucene_solr_4_0/build.xml

Modified: lucene/dev/branches/lucene_solr_4_0/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_0/build.xml?rev=1390174&r1=1390173&r2=1390174&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_0/build.xml (original)
+++ lucene/dev/branches/lucene_solr_4_0/build.xml Tue Sep 25 21:47:56 2012
@@ -249,7 +249,7 @@
   <property name="python32.exe" value="python3.2" />
   <property name="fakeRelease" value="lucene/build/fakeRelease"/>
   <property name="fakeReleaseTmp" value="lucene/build/fakeReleaseTmp"/>
-  <property name="fakeReleaseVersion" value="4.0.1"/> <!-- *not* -SNAPSHOT, the real version -->
+  <property name="fakeReleaseVersion" value="4.0.0"/> <!-- *not* -SNAPSHOT, the real version -->
 
   <target name="nightly-smoke" description="Builds an unsigned release and smoke tests it" depends="clean">
    <sequential>