summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2015-02-21 12:55:03 +0000
committerAndreas Beeker <kiwiwings@apache.org>2015-02-21 12:55:03 +0000
commit6cbb3de09f3be5d0d16a2ff0941566f4e2b5352a (patch)
treefcdce5766484de3a57412bbe5496430d0f466922 /build.xml
parent5eb45b6b05f661c30eb8d4c1299b55763beff23e (diff)
downloadpoi-6cbb3de09f3be5d0d16a2ff0941566f4e2b5352a.tar.gz
poi-6cbb3de09f3be5d0d16a2ff0941566f4e2b5352a.zip
update to next beta and docu fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1661349 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index cfa95666ec..947ec411d3 100644
--- a/build.xml
+++ b/build.xml
@@ -47,8 +47,8 @@ under the License.
<description>The Apache POI project Ant build.</description>
- <property name="version.id" value="3.12-beta1"/>
- <property name="version.rel" value="REL_3_12_BETA1"/>
+ <property name="version.id" value="3.12-beta2"/>
+ <property name="version.rel" value="REL_3_12_BETA2"/>
<property environment="env"/>
<!-- the repository to download jars from -->