diff options
author | Nick Burch <nick@apache.org> | 2014-11-08 12:51:24 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2014-11-08 12:51:24 +0000 |
commit | b7a56c435443843ff951645c09d7f57718665ae9 (patch) | |
tree | 678df79a0817d0291c0f9a0c7ec5ef520f716f40 | |
parent | 250b006606257fc1768df5f7dc1b2f761256cce1 (diff) | |
download | poi-b7a56c435443843ff951645c09d7f57718665ae9.tar.gz poi-b7a56c435443843ff951645c09d7f57718665ae9.zip |
Correct the version number that this tag is building forREL_3_11_BETA3
git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_11_BETA3@1637556 13f79535-47bb-0310-9956-ffa450edef68
-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-beta3"/> + <property name="version.rel" value="REL_3_11_BETA3"/> <property environment="env"/> <!-- the repository to download jars from --> |