summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2014-11-08 12:51:24 +0000
committerNick Burch <nick@apache.org>2014-11-08 12:51:24 +0000
commitb7a56c435443843ff951645c09d7f57718665ae9 (patch)
tree678df79a0817d0291c0f9a0c7ec5ef520f716f40
parent250b006606257fc1768df5f7dc1b2f761256cce1 (diff)
downloadpoi-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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 39e96c19bf..8e5e600226 100644
--- a/build.xml
+++ b/build.xml
@@ -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 -->