diff options
author | David North <dnorth@apache.org> | 2015-12-16 20:17:22 +0000 |
---|---|---|
committer | David North <dnorth@apache.org> | 2015-12-16 20:17:22 +0000 |
commit | 3892fb3fd43463180a4825425be9dc8f199bc1fc (patch) | |
tree | 74f4411aa9f71e4b3bb3cda9348b51646051bd3e /build.xml | |
parent | 83334b9fd165afdd17032b0d5b19d71c7c727626 (diff) | |
download | poi-3892fb3fd43463180a4825425be9dc8f199bc1fc.tar.gz poi-3892fb3fd43463180a4825425be9dc8f199bc1fc.zip |
About to roll 3.14 beta1 rc2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1720434 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,8 +36,8 @@ under the License. <description>The Apache POI project Ant build.</description> - <property name="version.id" value="3.14-beta2"/> - <property name="version.rel" value="REL_3_14_BETA2"/> + <property name="version.id" value="3.14-beta1"/> + <property name="version.rel" value="REL_3_14_BETA1"/> <property environment="env"/> <!-- the repository to download jars from --> |