4.0 -> 5.0

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1344281 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-05-30 14:45:44 +00:00
parent 9626554d68
commit 5a8c52dbc1
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@
</sequential> </sequential>
</target> </target>
<property name="version" value="4.0-SNAPSHOT"/> <property name="version" value="5.0-SNAPSHOT"/>
<property name="maven-build-dir" value="maven-build"/> <property name="maven-build-dir" value="maven-build"/>
<target name="get-maven-poms" <target name="get-maven-poms"
description="Copy Maven POMs from dev-tools/maven/ to ${maven-build-dir}/"> description="Copy Maven POMs from dev-tools/maven/ to ${maven-build-dir}/">

View File

@ -101,7 +101,7 @@ D. How to use Maven to build Lucene/Solr
the default, you can supply an alternate version on the command line the default, you can supply an alternate version on the command line
with the above command, e.g.: with the above command, e.g.:
ant -Dversion=4.0-my-special-version get-maven-poms ant -Dversion=5.0-my-special-version get-maven-poms
4. To remove the maven-build/ directory and its contents, use the following 4. To remove the maven-build/ directory and its contents, use the following
command from the top-level directory: command from the top-level directory: