You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2014/08/21 23:49:25 UTC

svn commit: r1619607 - /lucene/dev/branches/branch_4x/build.xml

Author: uschindler
Date: Thu Aug 21 21:49:25 2014
New Revision: 1619607

URL: http://svn.apache.org/r1619607
Log:
More version settings. We should really clean up the root's build file. I have an idea for that - will open issue!

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

Modified: lucene/dev/branches/branch_4x/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/build.xml?rev=1619607&r1=1619606&r2=1619607&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/build.xml (original)
+++ lucene/dev/branches/branch_4x/build.xml Thu Aug 21 21:49:25 2014
@@ -143,7 +143,7 @@
     </subant>
   </target>
 
-  <property name="version" value="4.10.0-SNAPSHOT"/>
+  <property name="version" value="4.11.0-SNAPSHOT"/>
   <property name="maven-build-dir" value="maven-build"/>
   <property name="maven-version" value="2.2.1"/>
 
@@ -358,7 +358,7 @@ File | Project Structure | Platform Sett
   <property name="python32.exe" value="python3.2" />
   <property name="fakeRelease" location="lucene/build/fakeRelease"/>
   <property name="fakeReleaseTmp" location="lucene/build/fakeReleaseTmp"/>
-  <property name="fakeReleaseVersion" value="4.10.0"/> <!-- *not* -SNAPSHOT, the real version -->
+  <property name="fakeReleaseVersion" value="4.11.0"/> <!-- *not* -SNAPSHOT, the real version -->
   <property name="smokeTestRelease.testArgs" value=""/>
 
   <target name="-load-env">