diff options
author | Nick Burch <nick@apache.org> | 2014-11-08 12:49:03 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2014-11-08 12:49:03 +0000 |
commit | 06bf5b85c7f6aea86d03a9ab7378af0f4d867fa8 (patch) | |
tree | 13ac5c88c8a6b49a3ac8ca37c40572f3f236da8b /build.xml | |
parent | 07fdfa31f17b312841e42b764859d9c26afa37a6 (diff) | |
download | poi-06bf5b85c7f6aea86d03a9ab7378af0f4d867fa8.tar.gz poi-06bf5b85c7f6aea86d03a9ab7378af0f4d867fa8.zip |
Set things up for the next release
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637555 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -52,8 +52,8 @@ under the License. <description>The Apache POI project Ant build.</description> - <property name="version.id" value="3.11-beta2"/> - <property name="version.rel" value="REL_3_11_BETA2"/> + <property name="version.id" value="3.11-beta4"/> + <property name="version.rel" value="REL_3_11_BETA4"/> <property environment="env"/> <!-- the repository to download jars from --> |