Looks like trunk will now produce 3.0.3, and ooxml branch will be 3.1, so update build.xml in trunk accordingly

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642563 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2008-03-29 17:35:53 +00:00
parent 7061aef6f1
commit 599a302870
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ under the License.
<property name="mavendist.poi.dir" location="build/maven-dist/poi"/>
<property name="mavendist.oap.dir" location="build/maven-dist/org.apache.poi"/>
<property name="jar.name" value="poi"/>
<property name="version.id" value="3.1-alpha1"/>
<property name="version.id" value="3.0.3-alpha1"/>
<property name="halt.on.test.failure" value="true"/>
<property name="jdk.version.source" value="1.3"
description="JDK version of source code"/>