diff options
author | Nick Burch <nick@apache.org> | 2011-06-08 11:57:32 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2011-06-08 11:57:32 +0000 |
commit | 40d78fba877ab5123beeb7438bbe4e51f8a468e8 (patch) | |
tree | 54226303c91932b2695ee3cc6b41ab73a2aee7ec /build.xml | |
parent | a2e6747abdaee45fae85680e87eca565afaf675c (diff) | |
download | poi-40d78fba877ab5123beeb7438bbe4e51f8a468e8.tar.gz poi-40d78fba877ab5123beeb7438bbe4e51f8a468e8.zip |
Update build.xml version now beta 3 is out
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1133362 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ under the License. <description>The Apache POI project Ant build.</description> - <property name="version.id" value="3.8-beta3"/> + <property name="version.id" value="3.8-beta4"/> <property environment="env"/> <!-- the repository to download jars from --> |