aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2006-12-13 12:25:14 +0000
committerNick Burch <nick@apache.org>2006-12-13 12:25:14 +0000
commitb3a28b66bc5f8c5128ba9d417c15d6588464a489 (patch)
treea45270f27877599c8a8627aacac1fcfa976e1081 /build.xml
parent203499fc478e95c033a637618477706f711ad0f1 (diff)
downloadpoi-b3a28b66bc5f8c5128ba9d417c15d6588464a489.tar.gz
poi-b3a28b66bc5f8c5128ba9d417c15d6588464a489.zip
Bump version up to 3.0 alpha 3
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@486618 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 80d9cdf47b..f9f5d00c78 100644
--- a/build.xml
+++ b/build.xml
@@ -111,7 +111,7 @@
<property name="dist.dir" location="build/dist"/>
<property name="mavendist.dir" location="build/maven-dist"/>
<property name="jar.name" value="poi"/>
- <property name="version.id" value="3.0-alpha2"/>
+ <property name="version.id" value="3.0-alpha3"/>
<property name="halt.on.test.failure" value="true"/>
<property name="jdk.version.source" value="1.3"
description="JDK version of source code"/>